aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Merged revisions 176760 via svnmerge from sruffell1-80/+326
2008-11-20Merged revisions 157974 via svnmerge from kpfleming1-1/+1
2008-10-15Merged revisions 149637 via svnmerge from tilghman1-1/+1
2008-09-02Merged revisions 140566 via svnmerge from russell1-1/+2
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-4/+4
2008-08-07Updating codec_dahdi to the new transcoder interface.sruffell1-108/+80
2008-08-07More merges from resolve-shadow warnings:seanbright2-5/+5
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_LENbbryant3-6/+6
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman11-24/+24
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-1/+2
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-67/+66
2008-06-10Revision 117802 changed frame.data to frame.data.ptr however codec_ilbc.c was...juggie1-4/+4
2008-05-22Fix a few places where frame data was used directly.qwell1-4/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak10-44/+44
2008-05-05Merged revisions 115327 via svnmerge from file1-0/+1
2008-03-28Merged revisions 111856 via svnmerge from qwell1-3/+3
2008-03-26Merged revisions 110880 via svnmerge from kpfleming50-7359/+5
2008-03-21Merged revisions 110474 via svnmerge from qwell1-3/+3
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyrussell1-3/+3
2008-03-18Merged revisions 109648 via svnmerge from qwell1-1/+1
2008-03-11Merged revisions 107464 via svnmerge from kpfleming1-1/+1
2008-03-07Merge changes from team/russell/g722-sillyness ...russell1-2/+6
2008-01-16Merged revisions 98951 via svnmerge from file1-0/+1
2008-01-15Merged revisions 98943 via svnmerge from russell1-17/+18
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-11At one point during working on this module, I had the lin/lin16 versions of therussell1-34/+2
2008-01-11 - Fix the last set of places where incorrect assumptions were made about therussell1-5/+9
2008-01-10Fix various issues in codec_g722.russell1-15/+50
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededrussell1-1/+1
2008-01-10Fix this so it doesn't force codec_g722 to get relinked every timerussell1-3/+3
2008-01-10Ensure that libg722.a gets rebuilt if one of the files changesrussell1-0/+2
2008-01-09Merged revisions 97491 via svnmerge from kpfleming1-2/+4
2008-01-02and now just to keep the libresample party going... if the functions from lib...kpfleming2-4/+1
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming2-5/+1
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell2-4/+5
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...file1-1/+3
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDrizzo2-1/+2
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_resamplerussell3-0/+279
2007-12-27I went looking for where we downloaded the g722 implementation and came acrossrussell1-0/+3
2007-12-21codecs.conf really shouldn't be mandatory.. it never had been before, so let...qwell9-12/+12
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-14Solaris compat fixestilghman1-1/+0
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo10-19/+0
2007-11-19remove some useless includes from codecsrizzo11-37/+0