aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;tilghman1-1/+1
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-08Update doxygen for video formatsoej2-0/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming14-56/+56
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming2-22/+12
2006-04-18fix obvious breakagekpfleming1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo14-174/+101