summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2012-07-23Enable usage of system-provided iLBC library.Kevin P. Fleming
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-09Block on frameout if the hardware has enough samples to complete a frame.Jonathan Rose
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-12Simplify build system architecture optimizationKinsey Moore
2012-03-07Return g729 and g723.1 frames with the number of samples set properly.Sean Bright
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-01-20More corrections for the ilbc codeKinsey Moore
2012-01-20Restore LSF_check function calls from set/unused variable removalKinsey Moore
2012-01-20Remove more set, but unused variables in the ilbc codecKinsey Moore
2012-01-20Remove unused variable 'tmp' from helpfun in ilbc codecMatthew Jordan
2012-01-18Include iLBC source code for distribution with AsteriskMatthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-09-19Merged revisions 336734 via svnmerge from Tilghman Lesher
2011-08-05Merged revisions 330940 via svnmerge from David Vossel
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-20codec_dahdi: DAHDI still advertises formats using the old bitfields.Shaun Ruffell
2011-04-20Fixes error with frame datalen being calculated from samples when this is not...David Vossel
2011-03-18Remove libresample dependency from codec_resample.cDavid Vossel
2011-03-11Use "-march=native" when possible.Kevin P. Fleming
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-04Fix compile error in codec ilbc translator.David Vossel
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