aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming4-40/+27
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-05allow codec_gsm to be built using internal GSM library again (oops!)kpfleming1-3/+3
2006-07-05update dependency information to match new names for dependencieskpfleming2-2/+2
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-06-29move FreeTDS version check into configure scriptkpfleming1-6/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-2/+1
2006-06-24clean up some damage from today's commitkpfleming1-70/+14
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming6-33/+31
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-0/+3
2006-06-23add support for Zaptel transcoderskpfleming1-0/+406
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...kpfleming2-7/+9
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-10/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming10-58/+57
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2