aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2011-04-20codec_dahdi: DAHDI still advertises formats using the old bitfields.sruffell1-6/+20
2011-04-20Fixes error with frame datalen being calculated from samples when this is not...dvossel1-1/+6
2011-03-18Remove libresample dependency from codec_resample.cdvossel1-4/+0
2011-03-11Use "-march=native" when possible.kpfleming2-36/+46
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel9-143/+2176
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-4/+4
2011-02-04Fix compile error in codec ilbc translator.dvossel2-3/+3
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel20-93/+137
2010-11-05Merged revisions 293970 via svnmerge from sruffell1-4/+4
2010-09-09Merged revisions 285819 via svnmerge from pabelanger1-0/+8
2010-06-21add speex 16khz sample frame so codec cost can be calculateddvossel2-5/+36
2010-06-17adds speex 16khz audio supportdvossel1-17/+65
2010-06-03Make compile again.rmudgett1-2/+0
2010-06-03Remove unnecessary code relating to PLC.mmichelson8-215/+0
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-0/+1
2010-03-16OSARCH is not inherited to this directorytilghman1-1/+1
2010-03-15Make the Makefile logic more explicit and move the Snow Leopard logic down to...tilghman1-10/+12
2010-03-09Build system modifications to ensure that Asterisk properly builds on Mac OS ...tilghman1-0/+5
2009-11-10Merged revisions 229281 via svnmerge from file1-42/+0
2009-11-06Fixes merging issue from 1.4, frame data is held in data.ptr in trunkdvossel1-1/+1
2009-11-06Merged revisions 228418 via svnmerge from dvossel1-0/+5
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman11-17/+42
2009-10-21Merged revisions 224931 via svnmerge from russell1-8/+4
2009-08-10AST-2009-005tilghman1-4/+4
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-07-21Merged revisions 207647 via svnmerge from kpfleming3-3/+3
2009-07-15Merged revisions 206635 via svnmerge from seanbright1-3/+3
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-1/+1
2009-05-15Shuttle some bits around to address some gain issues with G.722.russell2-6/+6
2009-05-15Further simplify codec_g722 build.russell2-26/+2
2009-05-15Actually force running make for g722.russell1-3/+3
2009-02-17Several changes to codec_dahdi to play nice with G723.sruffell1-84/+325
2008-11-20Merged revisions 157859 via svnmerge from kpfleming1-1/+1
2008-10-30fix a few small things found by using sparsekpfleming1-1/+2
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.qwell36-1052/+358
2008-10-15When using MALLOC_DEBUG, codec_lpc10 leaks memory, because it matches a librarytilghman1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman9-27/+9
2008-09-02Update instructions for getting libresamplerussell1-1/+2
2008-08-20Remove extraneous debugging messages.sruffell1-2/+0
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which wouldsruffell1-5/+8
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