summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-02Update instructions for getting libresampleRussell Bryant
2008-08-20Remove extraneous debugging messages.Shaun Ruffell
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which wouldShaun Ruffell
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-07Updating codec_dahdi to the new transcoder interface.Shaun Ruffell
2008-08-07More merges from resolve-shadow warnings:Sean Bright
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-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-10Revision 117802 changed frame.data to frame.data.ptr however codec_ilbc.c was...Donny Kavanagh
2008-05-22Fix a few places where frame data was used directly.Jason Parker
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-05Merged revisions 115327 via svnmerge from Joshua Colp
2008-03-28Merged revisions 111856 via svnmerge from Jason Parker
2008-03-26Merged revisions 110880 via svnmerge from Kevin P. Fleming
2008-03-21Merged revisions 110474 via svnmerge from Jason Parker
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyRussell Bryant
2008-03-18Merged revisions 109648 via svnmerge from Jason Parker
2008-03-11Merged revisions 107464 via svnmerge from Kevin P. Fleming
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-01-16Merged revisions 98951 via svnmerge from Joshua Colp
2008-01-15Merged revisions 98943 via svnmerge from Russell Bryant
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-11At one point during working on this module, I had the lin/lin16 versions of theRussell Bryant
2008-01-11 - Fix the last set of places where incorrect assumptions were made about theRussell Bryant
2008-01-10Fix various issues in codec_g722.Russell Bryant
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededRussell Bryant
2008-01-10Fix this so it doesn't force codec_g722 to get relinked every timeRussell Bryant
2008-01-10Ensure that libg722.a gets rebuilt if one of the files changesRussell Bryant
2008-01-09Merged revisions 97491 via svnmerge from Kevin P. Fleming
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-01Fix building of codec_resample on platforms other then Cygwin. On everything ...Joshua Colp
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
2007-12-27I went looking for where we downloaded the g722 implementation and came acrossRussell Bryant
2007-12-21codecs.conf really shouldn't be mandatory.. it never had been before, so let...Jason Parker
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-14Solaris compat fixesTilghman Lesher
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-19remove some useless includes from codecsLuigi Rizzo