Commit Graph

233 Commits (1.8)

Author SHA1 Message Date
Kinsey Moore 3e9a54d857 Allow Asterisk to compile under GCC 4.10
11 years ago
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
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Richard Mudgett 15f49a1497 Fix compile problem when old version of libvorbisfile v1.1.2 is used.
13 years ago
Richard Mudgett e296e8c96f Fix voicemail problems when using ogg/vorbis.
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
David Vossel fcb055fb4e addition of G.719 pass-through support
15 years ago
Leif Madsen 910144937d Update supported file extensions in doxygen.
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
Kevin P. Fleming 39e730b4e2 Remove useless debugging message.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Mark Michelson 89050de146 Merged revisions 186841 via svnmerge from
16 years ago
Olle Johansson cbe45a6e06 Merged revisions 175825 via svnmerge from
16 years ago
Olle Johansson 798e83aecb Merged revisions 175792 via svnmerge from
16 years ago
Kevin P. Fleming 2a53f2ec98 Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1C (also known as Siren7 and Siren14)
16 years ago
Joshua Colp ca38e81892 Add alw as a valid file extension for alaw and ulw as a valid file extension for ulaw.
17 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
Sean Bright 2b06ef2040 Merged revisions 143903 via svnmerge from
17 years ago
Sean Bright 6305009cfc More merges from resolve-shadow warnings:
17 years ago
Sean Bright b7a4db0ced Start moving in changes from my resolve-shadow-warnings branch. Going to do
17 years ago
Brett Bryant d185405755 Janitor project to convert sizeof to ARRAY_LEN macro.
17 years ago
Jason Parker f7eb823a7a Fix a few places where frame data was used directly.
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
Jason Parker 8b31f34e78 Merged revisions 111658 via svnmerge from
17 years ago
Russell Bryant 5ca5d97673 Merge changes from team/russell/g722-sillyness ...
17 years ago
Russell Bryant a82ab5369e minor formatting changes
18 years ago
Kevin P. Fleming a20b146df5 add a file-format driver for 16KHz signed linear... which may or may not work
18 years ago
Kevin P. Fleming 100ef27af9 Merged revisions 93180 via svnmerge from
18 years ago
Luigi Rizzo 5490889153 Put into Makefile.moddir_rules the common instructions used to
18 years ago
Luigi Rizzo d652be0930 normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference
18 years ago
Tilghman Lesher afac5cce50 Merged revisions 90155 via svnmerge from
18 years ago
Luigi Rizzo 2b93af99dc formatting cleanup on the header,
18 years ago
Luigi Rizzo 3fc2646808 remove a number of #include <fcntl.h> which are either
18 years ago