aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman17-57/+57
2009-10-19Remove useless debugging message.kpfleming1-1/+0
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-04-08Merged revisions 186841 via svnmerge from mmichelson2-2/+2
2009-02-15Merged revisions 175825 via svnmerge from oej1-4/+0
2009-02-15Merged revisions 175792 via svnmerge from oej1-1/+5
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming2-0/+277
2008-12-08Add alw as a valid file extension for alaw and ulw as a valid file extension ...file1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming4-8/+23
2008-10-09Reverting format addition for nowtilghman1-71/+12
2008-10-09Add native 16kHz format for wav file format.tilghman1-12/+71
2008-09-22Merged revisions 143903 via svnmerge from seanbright1-3/+4
2008-08-07More merges from resolve-shadow warnings:seanbright1-34/+34
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doseanbright2-105/+105
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-2/+2
2008-05-22Fix a few places where frame data was used directly.qwell1-2/+2
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak14-34/+34
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...tilghman1-1/+5
2008-03-28Merged revisions 111658 via svnmerge from qwell1-12/+2
2008-03-07Merge changes from team/russell/g722-sillyness ...russell1-8/+19
2008-01-10minor formatting changesrussell1-8/+12
2008-01-07add a file-format driver for 16KHz signed linear... which may or may not workkpfleming1-0/+134
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-29Merged revisions 90155 via svnmerge from tilghman7-20/+20
2007-11-23formatting cleanup on the header,rizzo1-7/+7
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-1/+0
2007-11-22implement the split of file.h and mod_format.hrizzo14-14/+14
2007-11-21remove a bunch of useless #include "options.h"rizzo2-2/+0
2007-11-19format handlers don't need network, lock, channel and scheduler headersrizzo14-97/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo14-28/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo14-59/+1
2007-10-31More changes to change return values from load_module functions.qwell14-16/+42
2007-06-29Merged revisions 72705 via svnmerge from russell1-1/+1
2007-06-14oops... somebody patched this module without compile-testing it... bad :-)kpfleming1-0/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell3-7/+5
2007-04-08Merged revisions 60712 via svnmerge from tilghman1-1/+3
2007-04-06removed GAIN preprocessor definition, removed needsgain from struct wav_desc,...dhubbard1-41/+13
2007-04-05Merged revisions 60325 via svnmerge from dhubbard1-1/+2
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-4/+5
2006-10-25Merged revisions 46154 via svnmerge from kpfleming1-5/+21
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.murf1-1/+2
2006-09-18u_intXX_t is sillyqwell2-13/+13
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21swap module macro arguments to proper orderkpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming15-208/+54
2006-07-19Fix a few doxygen warnings.north1-6/+6
2006-07-17H.263 frames can apparently be larger than was originally coded.tilghman1-1/+7