summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-11-05Merged revisions 293970 via svnmerge from Shaun Ruffell
2010-09-09Merged revisions 285819 via svnmerge from Paul Belanger
2010-06-21add speex 16khz sample frame so codec cost can be calculatedDavid Vossel
2010-06-17adds speex 16khz audio supportDavid Vossel
2010-06-03Make compile again.Richard Mudgett
2010-06-03Remove unnecessary code relating to PLC.Mark Michelson
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2010-03-16OSARCH is not inherited to this directoryTilghman Lesher
2010-03-15Make the Makefile logic more explicit and move the Snow Leopard logic down to...Tilghman Lesher
2010-03-09Build system modifications to ensure that Asterisk properly builds on Mac OS ...Tilghman Lesher
2009-11-10Merged revisions 229281 via svnmerge from Joshua Colp
2009-11-06Fixes merging issue from 1.4, frame data is held in data.ptr in trunkDavid Vossel
2009-11-06Merged revisions 228418 via svnmerge from David Vossel
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-08-10AST-2009-005Tilghman Lesher
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2009-07-15Merged revisions 206635 via svnmerge from Sean Bright
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-05-15Shuttle some bits around to address some gain issues with G.722.Russell Bryant
2009-05-15Further simplify codec_g722 build.Russell Bryant
2009-05-15Actually force running make for g722.Russell Bryant
2009-02-17Several changes to codec_dahdi to play nice with G723.Shaun Ruffell
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.Jason Parker
2008-10-15When using MALLOC_DEBUG, codec_lpc10 leaks memory, because it matches a libraryTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-02Update instructions for getting libresampleRussell Bryant
2008-08-20Remove extraneous debugging messages.Shaun Ruffell
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which wouldShaun Ruffell
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-07Updating codec_dahdi to the new transcoder interface.Shaun Ruffell
2008-08-07More merges from resolve-shadow warnings:Sean Bright
2008-07-21Remove libresample from the Asterisk source tree. It is now available in itsRussell Bryant
2008-07-21Enable higher quality resampling, as it doesn't have a noticeable performanceRussell Bryant
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-26Convert casts to unions, to fix alignment issues on SolarisTilghman Lesher
2008-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-10Revision 117802 changed frame.data to frame.data.ptr however codec_ilbc.c was...Donny Kavanagh
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-05-05Merged revisions 115327 via svnmerge from Joshua Colp
2008-03-28Merged revisions 111856 via svnmerge from Jason Parker
2008-03-26Merged revisions 110880 via svnmerge from Kevin P. Fleming
2008-03-21Merged revisions 110474 via svnmerge from Jason Parker
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyRussell Bryant