Commit Graph

86 Commits (18)

Author SHA1 Message Date
Alexei Gradinari 462133e5e4 format_wav: replace ast_log(LOG_DEBUG, ...) by ast_debug(1, ...)
2 years ago
Boris P. Korzun 57d130d3aa format_wav: Support of MIME-type for wav16
4 years ago
Gaurav Khurana 0827d5cc53 Add the ability to read the media file type from HTTP header for playback
6 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Sean Bright c3a6c8fd2d formats: Restore previous fread() behavior
7 years ago
Sean Bright 675e058e77 cleanup: Change severity of fread short-read warning
7 years ago
Sean Bright f5b67871df cleanup: Fix fread() and fwrite() error handling
8 years ago
Sean Bright 6c0ab9afa7 format_wav: Read 16khz wav samples properly
8 years ago
George Joseph 747beb1ed1 modules: change module LOAD_FAILUREs to LOAD_DECLINES
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
8 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan cb7b6bc4be clang compiler warnings: Fix -Wself-assign
10 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
10 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
10 years ago
Rusty Newton 8ff02ac951 formats/format_wav: enhancing log message "Not a wav file" to be clear on what is supported
11 years ago
Matthew Jordan 60d9ca687c Fix error that caused truncate operations to fail
13 years ago
Matthew Jordan 70c5ac6635 Fix error that caused seek format operations to set max file size to '1' or '0'
13 years ago
Matthew Jordan ba7032be5f Check for IO stream failures in various format's truncate/seek operations
13 years ago
Matthew Nicholson 5203e0f552 don't call ltohl() twice on the same value
13 years ago
Sean Bright d2ed4ed5f7 Merged revisions 330217 via svnmerge from
13 years ago
Sean Bright 4e1fe6ccb7 Merged revisions 330204 via svnmerge from
13 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
13 years ago
David Vossel 9c73ece406 Merged revisions 319083 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
Russell Bryant afc8368dea Merged revisions 315259 via svnmerge from
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Jason Parker b5f2e2acef Merged revisions 284701 via svnmerge from
14 years ago
Tilghman Lesher 317429294c Merged revisions 279472 via svnmerge from
14 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
14 years ago
Russell Bryant 8ab22f5dd0 Set a module load priority for format modules.
15 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
15 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
16 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
16 years ago
Tilghman Lesher 9a56bae67a Add native 16kHz format for wav file format.
16 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
17 years ago
Luigi Rizzo 730e4eaca4 implement the split of file.h and mod_format.h
17 years ago
Luigi Rizzo d04697b8d3 format handlers don't need network, lock, channel and scheduler headers
17 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
17 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
17 years ago
Jason Parker 59c9ff7ef2 More changes to change return values from load_module functions.
17 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):
18 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