aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Remove broken support for direct transcoding between G.726 RFC3551 and G.726 ...file1-42/+0
2009-11-06fixes segfault in iLBCdvossel1-0/+5
2009-10-21Isolate frames returned from a DSP instance or codec translator.russell1-8/+4
2009-08-10AST-2009-005tilghman1-4/+4
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming3-3/+3
2009-07-15Only print debug info in codec_dahdi if we are asking for it.seanbright1-3/+9
2009-02-18Several changes to codec_dahdi to play nice with G723.sruffell1-78/+314
2008-12-19(closes issue #13480)jpeeler1-18/+4
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which would sruffell1-6/+16
2008-08-18look for transcoder in proper place based on build against Zaptel or DAHDIkpfleming1-2/+16
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-1/+1
2008-08-07Updated codec_dahdi to use the new transcoder interface in the first DAHDIsruffell1-123/+80
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming1-5/+5
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-17/+18
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