summaryrefslogtreecommitdiff
path: root/codecs/codec_resample.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2013-04-12Allow codec_resample to be unloadedKinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-08-05Merged revisions 330940 via svnmerge from David Vossel
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.Jason Parker
2008-09-02Update instructions for getting libresampleRussell Bryant
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-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-01-11Kevin noted that the thing that I _actually_ changed here was that I convertedRussell Bryant
2008-01-11Fix a bus error that happened when asterisk was built with optimizations on Russell Bryant
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededRussell Bryant
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDLuigi Rizzo
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asRussell Bryant
2007-12-31Merge changes from team/russell/codec_resampleRussell Bryant