aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Make sure that either the main speex library contains preprocess functions or...file1-0/+1
2008-03-28Allow gsm to compile correctly on x86 with gcc4 optimizations.qwell1-3/+3
2008-03-26Merged revisions 110869 via svnmerge from kpfleming50-7360/+5
2008-03-21Don't attempt to do optimizations of gsm on mips platforms either.qwell1-3/+3
2008-03-18Allow codecs that use log2comp (g726) to compile correctly on x86 with gcc4 o...qwell1-1/+1
2008-03-11fix various other problems found by gcc 4.3kpfleming1-1/+1
2008-01-16Add autoconf logic for speexdsp. Later versions use a separate library for so...file1-0/+1
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-17/+18
2008-01-11Add another exception (which doesn't work) for -march optimization flag.tilghman1-1/+1
2008-01-09report the same message whether Zaptel does not have transcoder support loade...kpfleming1-2/+4
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-12emit a warning message when we drop a G.729B CNG frame destined for the trans...kpfleming1-0/+5
2007-12-07even though Asterisk explicitly requests that endpoints using G.729 do *not* ...kpfleming1-0/+9
2007-11-06Correctly set the total number of channels from a zaptel transcoder board.qwell1-2/+1
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ar...kpfleming2-2/+2
2007-10-18Execute the RELEASE operation on transcoder channels in the destroy callback.russell1-0/+5
2007-09-11(closes issue #10679)file2-2/+8
2007-08-31add missing "transcoder show" (and deprecated "show transcoder") CLI commands...kpfleming1-0/+70
2007-05-24Fix handling of zero-length frames when a codec is capable of native PLC.qwell2-0/+2
2007-05-14Properly set datalen field when doing PLC in codec_speex. (issue #9722 report...file1-0/+1
2007-04-27Merged revisions 62173 via svnmerge from qwell1-1/+1
2007-04-06Merged revisions 60398 via svnmerge from kpfleming1-1/+0
2007-02-24update to match zaptel 1.4 API change that was committed a few minutes agokpfleming1-1/+1
2007-02-17Filter out yet another architecture that does not work with the optimizationsrussell1-2/+2
2007-01-30When we are checking for a system installed version of libgsm, we need to checkrussell1-0/+4
2007-01-19Add a couple more processors that need optimizations excluded.russell1-3/+3
2007-01-05Make codec_zap and chan_zap also depend on zaptel.qwell1-0/+1
2007-01-04make building of codec_gsm against the system GSM library actually workkpfleming1-1/+1
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ...kpfleming1-1/+1
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming3-2/+3
2006-11-01Fixes for cross-compilation on mips russell1-3/+3
2006-10-13And file said... let the compiler warnings STOP!file33-562/+562
2006-09-30fix two recent build problems:rizzo1-15/+19
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming4-6/+16
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming2-9/+4
2006-09-19be a little more consistent with our variable usageqwell1-5/+5
2006-09-08minor performance improvementkpfleming4-18/+22
2006-08-30Fix transcoding performance issuemarkster1-17/+38
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-24fix codec_gsm build for powerpcrussell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming12-200/+156
2006-07-26fix setting the CFLAGS for building codec libs so that they are built withrussell1-3/+3
2006-07-24Added a small fix to exclude the AMD optimized assembly file from being inclu...murf1-2/+2
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-1/+4
2006-07-12G726-32 changes:kpfleming1-66/+177
2006-07-09remove skeleton support for G.723.1 codec since we will never ship the rest o...kpfleming3-391/+0
2006-07-07pointer signedness warningsrussell2-2/+2
2006-07-07eliminate warning about unused variable that occurs in some casesrussell1-0/+2
2006-07-07pointer signedness warnings eliminationrussell1-1/+1