aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Merged revisions 186842 via svnmerge from mmichelson2-2/+2
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming4-8/+23
2008-09-22Merged revisions 143904 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
2006-07-17Merged revisions 37765 via svnmerge from tilghman1-1/+1
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
2006-07-07pointer signedness warningsrussell1-3/+3
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-05update dependency information to match new names for dependencieskpfleming1-2/+2
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming2-38/+3
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1