aboutsummaryrefslogtreecommitdiffstats
path: root/formats
AgeCommit message (Expand)AuthorFilesLines
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming13-92/+92
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster12-108/+12
2005-03-23Fix wav format (bug #3837)markster1-4/+1
2005-02-04Make sure 10 byte read is considered EOF not error (bug #3505)markster1-1/+1
2005-01-21update copyright headers for 2005russell4-4/+4
2005-01-18Fix compiler warnings (bug #3367)markster1-1/+0
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-3/+3
2004-12-29Mildly resurect G.723.1 file formatmarkster2-158/+49
2004-12-19Merge Olle's comment patch (bug #3097)markster5-9/+9
2004-12-18Fix comment issues (bug #3089)markster3-14/+15
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster12-0/+48
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster12-15/+15
2004-10-09Fix wave file lengths (bug #2486)markster1-1/+1
2004-10-03Merge member delay patch (bug #2563)markster1-2/+2
2004-09-05Add Anthony's format_sln (bug #2381)markster2-1/+240
2004-09-02Decrease use count in wav_gsm (bug #2350)markster1-0/+5
2004-08-25fixed a use count buganthm1-0/+1
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 ...citats12-12/+1
2004-06-09Merge rmarchev's vox fixes (bug #1812)markster1-3/+22
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster11-11/+11
2004-05-01format_ilbc.c comment fix from bkwcitats1-1/+1
2004-04-22Small fixes from bkwmarkster1-2/+2
2004-04-22Fix iLBC with valgrind, add iLBC format from bkw_markster2-1/+254
2004-04-21Unload g726 file formats in the order they were loaded (bug 1460)citats1-8/+8
2004-04-15Do proper bounds checking in formats (bug #1356)markster6-6/+12
2004-03-11Make ADPCM frames standardmarkster1-158/+4
2004-02-27Add G.726, revise Changelogmarkster2-1/+505
2004-02-26Really fix format_wav_gsm.c. Thanks PCadach! (bug #1087)citats1-3/+1
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionscitats2-2/+4
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...martinp2-1/+29
2004-02-02Handle more complex wav filesmarkster1-10/+27
2004-01-28Various minor cleanups (bug #931)markster1-3/+3
2004-01-28Elminate unused code/warnings (bug #934)markster1-0/+2
2004-01-22Fix name in some files (bug #897)markster5-5/+5
2004-01-22Fix size bug in wav49 format (bug #254) thanks rtucker!markster1-1/+2
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster2-237/+1
2003-10-26Make it build and run on MacOS Xmarkster1-2/+2
2003-10-25Add DESTDIR support (bug #200)markster1-1/+1
2003-10-02Minor ADPCM quality enhancementsmarkster1-18/+51
2003-09-21Fix ADPCM file writingmarkster1-1/+1
2003-09-08BSD portability enhancements (bug #234)markster10-0/+10
2003-08-28Fix synchronization of recorded files when using Monitor applicationmartinp7-30/+43
2003-08-27Format cleanupsmarkster3-3/+3
2003-08-19depend stuffmarkster1-0/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster10-91/+91
2003-06-29Properly implement using zaptel for timing of file playbackmarkster1-1/+0
2003-06-29Add H.263 video supportmarkster2-1/+272
2003-06-28Totally redo file formatsmarkster10-877/+44
2003-05-16Stop playing wav at end of data segmentmarkster1-5/+20