Commit Graph

71 Commits (1.8)

Author SHA1 Message Date
Rusty Newton c31d664b0a formats/format_wav: enhancing log message "Not a wav file" to be clear on what is supported
11 years ago
Matthew Jordan f248f6eb71 Fix error that caused truncate operations to fail
13 years ago
Matthew Jordan 8cbe9f9fa7 Fix error that caused seek format operations to set max file size to '1' or '0'
13 years ago
Matthew Jordan b3a38a51c7 Check for IO stream failures in various format's truncate/seek operations
13 years ago
Matthew Nicholson 8fafc72733 don't call ltohl() twice on the same value
14 years ago
Sean Bright 41e6e3ab55 Correct the check for O_RDONLY.
14 years ago
Sean Bright 525bdd1429 Only write to wav files that were opened to be written to.
14 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
14 years ago
David Vossel d75f80fe08 Fixes Big Endian build issue.
14 years ago
Russell Bryant a82f1bb995 Fix a bunch of compiler warnings generated by gcc 4.6.0.
14 years ago
Russell Bryant 378e383b5e Merged revisions 315258 via svnmerge from
14 years ago
Jason Parker 6089cb662d Add slin16 support for format_wav (new wav16 file extension)
15 years ago
Tilghman Lesher 6fba8e4fff Formats need to load before apps, because some apps call ast_format_str_reduce() at load time.
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Russell Bryant 8ab22f5dd0 Set a module load priority for format modules.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Mark Michelson 89050de146 Merged revisions 186841 via svnmerge from
16 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
17 years ago
Tilghman Lesher 9a56bae67a Add native 16kHz format for wav file format.
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
17 years ago
Tilghman Lesher 0e6140c564 Use a 32k file buffer on recordings, which increases the efficiency of file recording.
17 years ago
Tilghman Lesher afac5cce50 Merged revisions 90155 via svnmerge from
18 years ago
Luigi Rizzo 730e4eaca4 implement the split of file.h and mod_format.h
18 years ago
Luigi Rizzo d04697b8d3 format handlers don't need network, lock, channel and scheduler headers
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker 59c9ff7ef2 More changes to change return values from load_module functions.
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher a858c92e3f Merged revisions 60712 via svnmerge from
18 years ago
Dwayne M. Hubbard 3c635cf6f1 removed GAIN preprocessor definition, removed needsgain from struct wav_desc, removed unnecessary gain code from wav_read() and wav_write()
18 years ago
Dwayne M. Hubbard 4f20e43614 Merged revisions 60325 via svnmerge from
18 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
19 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
19 years ago
Russell Bryant d4480e9c59 remove unused variable
19 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer d499a85f05 Use FILE * instead of fd for files to support buffering
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 6a0fdb312f don't take locks when reading usecounts, they are not necessary (bug #4585)
20 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer f966e5e186 Simplify endianness and fix for unaligned reads (bug #3867)
20 years ago