aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_wav_gsm.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-7/+7
2010-07-26Merged revisions 279472 via svnmerge from tilghman1-1/+5
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-6/+2
2009-12-08Set a module load priority for format modules.russell1-1/+5
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-3/+3
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-04-08Merged revisions 186841 via svnmerge from mmichelson1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-5/+5
2008-03-28Merged revisions 111658 via svnmerge from qwell1-12/+2
2007-11-29Merged revisions 90155 via svnmerge from tilghman1-4/+4
2007-11-22implement the split of file.h and mod_format.hrizzo1-1/+1
2007-11-19format handlers don't need network, lock, channel and scheduler headersrizzo1-7/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-31More changes to change return values from load_module functions.qwell1-1/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+3
2006-07-07pointer signedness warningsrussell1-3/+3
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;tilghman1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+7
2006-04-13Fix format for big endian systemstilghman1-1/+1
2006-04-13Bug 6896 - Fix for garbled wav49 formattilghman1-2/+2
2006-04-13Typo fixtilghman1-1/+1
2006-04-13Document the MSGSM format, and fix the uncalculated number of samplestilghman1-27/+68
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo1-1/+1
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo1-154/+110
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman1-11/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+5
2005-10-26more doxygenification (issue #5513)russell1-2/+2
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster1-65/+68
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-06-23don't take locks when reading usecounts, they are not necessary (bug #4585)kpfleming1-8/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-7/+13
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-9/+1
2005-03-23Fix wav format (bug #3837)markster1-4/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-19Merge Olle's comment patch (bug #3097)markster1-1/+1
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-1/+1
2004-10-09Fix wave file lengths (bug #2486)markster1-1/+1
2004-10-03Merge member delay patch (bug #2563)markster1-2/+2
2004-09-02Decrease use count in wav_gsm (bug #2350)markster1-0/+5
2004-08-04Fix "tell" for wav (bug #2212)markster1-1/+1
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0