summaryrefslogtreecommitdiff
path: root/formats
AgeCommit message (Expand)Author
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-08Merged revisions 186841 via svnmerge from Mark Michelson
2009-02-15Merged revisions 175825 via svnmerge from Olle Johansson
2009-02-15Merged revisions 175792 via svnmerge from Olle Johansson
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming
2008-12-08Add alw as a valid file extension for alaw and ulw as a valid file extension ...Joshua Colp
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Add native 16kHz format for wav file format.Tilghman Lesher
2008-09-22Merged revisions 143903 via svnmerge from Sean Bright
2008-08-07More merges from resolve-shadow warnings:Sean Bright
2008-08-07Start moving in changes from my resolve-shadow-warnings branch. Going to doSean Bright
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-05-22Fix a few places where frame data was used directly.Jason Parker
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...Tilghman Lesher
2008-03-28Merged revisions 111658 via svnmerge from Jason Parker
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-01-10minor formatting changesRussell Bryant
2008-01-07add a file-format driver for 16KHz signed linear... which may or may not workKevin P. Fleming
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-11-29Merged revisions 90155 via svnmerge from Tilghman Lesher
2007-11-23formatting cleanup on the header,Luigi Rizzo
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-22implement the split of file.h and mod_format.hLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19format handlers don't need network, lock, channel and scheduler headersLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-06-29Merged revisions 72705 via svnmerge from Russell Bryant
2007-06-14oops... somebody patched this module without compile-testing it... bad :-)Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-04-08Merged revisions 60712 via svnmerge from Tilghman Lesher
2007-04-06removed GAIN preprocessor definition, removed needsgain from struct wav_desc,...Dwayne M. Hubbard
2007-04-05Merged revisions 60325 via svnmerge from Dwayne M. Hubbard
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.Steve Murphy
2006-09-18u_intXX_t is sillyJason Parker
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-21swap module macro arguments to proper orderKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-19Fix a few doxygen warnings.North Antara
2006-07-17H.263 frames can apparently be larger than was originally coded.Tilghman Lesher
2006-07-17Merged revisions 37765 via svnmerge from Tilghman Lesher
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming