summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2016-11-28codec_dahdi: Fix poll.h include.Timo Teräs
2016-09-27codec_opus: Add download ability to menuselectGeorge Joseph
2016-09-06build: Add download capability for external packagesGeorge Joseph
2015-12-08codec_resample: Increase buffer for Opus Codec with FEC.Alexander Traud
2015-12-01codec_resample: Increase buffer for Opus Codec.Alexander Traud
2015-09-17translate: Fix transcoding while different in frame size.Alexander Traud
2015-06-02Fixes for OS XDavid M. Lee
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2014-10-22codec_dahdi: Cannot use struct ast_translator.core_{src,src}_codec.Shaun Ruffell
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-22codec_speex: Fix trashing normal static frame for AST_FRAME_CNG.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-15codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM"Matthew Jordan
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-04-12Allow codec_resample to be unloadedKinsey Moore
2013-03-19Multiple revisions 383341-383342David M. Lee
2013-01-21Prevent segfault for interpolated iLBC framesKinsey Moore
2012-12-07codec_dahdi: Fix output of "transcoder show" CLI command.Kinsey Moore
2012-10-22GSM: Fix encoding problems with GSMJonathan Rose
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-14Title updateAndrew Latham
2012-09-25Fix valgrind found memcpy issues in codec_ilbc.Richard Mudgett
2012-09-25Make rebuild GSM, ilbc, or lpc10 codecs if the respective sources change.Richard Mudgett
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-08-30Clean up doxygen warningsMatthew Jordan
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