aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2006-06-05use module names, not file names, in menuselectkpfleming2-13/+8
2006-05-30Merged revisions 30874 via svnmerge from kpfleming1-2/+2
2006-05-30Merged revisions 30802 via svnmerge from kpfleming1-1/+1
2006-05-25use the proper method for adding a new entrykpfleming1-2/+1
2006-05-25Merged revisions 30296 via svnmerge from kpfleming1-0/+1
2006-05-23further codec module optimization based on codec_alaw changes by rizzorussell2-12/+14
2006-05-21remove an unused variable, and while at itrizzo1-6/+6
2006-05-20remove unused variablerussell1-1/+0
2006-05-20add some code optimizations, see the report for an explanation russell4-26/+27
2006-05-05minor code optimizations to reduce the number of times that the ast_framerussell3-29/+39
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming6-56/+40
2006-04-14This rather large commit changes the way modules are loaded. rizzo10-206/+92
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming10-20/+20
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)kpfleming10-2415/+1039
2006-03-30Add more 64-bit detection goodness (issue #6850 reported by evilbunny)file1-3/+3
2006-03-28Bring in the new loader code as described in mantis #4377rizzo10-10/+10
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming10-10/+10
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman10-10/+10
2006-03-21git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14001 f38db490-d61c-443f...mattf1-3/+2
2006-03-13Bug 6709 - Simplify extensive embedded ifneq logic (and fix missing endif's)tilghman1-51/+11
2006-03-12Merged revisions 12577 via svnmerge from russell1-0/+2
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-02-14set proper mime-type and eol-style on all fileskpfleming3-911/+911
2006-02-13fix codec_ilbc.so build - it would build before, but libilbc.a was not linkedrussell1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11don't blow up if multiple copies of the headers are foundkpfleming1-2/+2
2006-02-11use auto-build for codecskpfleming1-49/+32
2006-02-11fix compiler warningskpfleming1-4/+4
2006-02-10Lots of little fixes for doing MSVC compiling codecs in windows (#6022)mattf24-81/+993
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-21conversions to use allocation wrappers (issue #6277)russell10-58/+55
2006-01-20fix for codec_gsm on ia64 (#6294)mattf1-0/+6
2006-01-20formatting and doxygen fixes (issue #6300)russell4-878/+809
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2005-12-20use the system libgsm if available (issue #5434, modified to still work with ...russell2-1/+16
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming142-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming2-4/+0
2005-11-08issue #5569 minus lock.h changeskpfleming3-3/+10
2005-11-08issue #5572kpfleming1-1/+0
2005-11-06issue #5605russell10-0/+10
2005-11-01issue #4678kpfleming2-8/+18
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+2
2005-10-26more doxygenification (issue #5513)russell27-133/+117
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming10-62/+177
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)russell1-3/+3
2005-08-31correct Makefile errors (issue #5072)kpfleming1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-22/+49
2005-08-26update to use Speex 1.1.x features and doc cleanups (issue #4755)kpfleming2-67/+426
2005-08-23use memmove() when memory regions might overlap (issue #4957)kpfleming2-4/+4
2005-07-12support DTX and CNG in speex (bug #4608)kpfleming1-3/+20