aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_resample.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-02Merged revisions 140566 via svnmerge from russell1-1/+2
2008-07-21Remove libresample from the Asterisk source tree. It is now available in itsrussell1-1/+8
2008-07-21Enable higher quality resampling, as it doesn't have a noticeable performancerussell1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-1/+1
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-3/+3
2008-01-11Kevin noted that the thing that I _actually_ changed here was that I convertedrussell1-3/+3
2008-01-11Fix a bus error that happened when asterisk was built with optimizations on russell1-2/+6
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededrussell1-1/+1
2008-01-02and now just to keep the libresample party going... if the functions from lib...kpfleming1-2/+1
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming1-4/+0
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell1-0/+4
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDrizzo1-1/+1
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asrussell1-1/+1
2007-12-31Merge changes from team/russell/codec_resamplerussell1-0/+234