summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2006-05-30Merged revisions 30874 via svnmerge from Kevin P. Fleming
2006-05-30Merged revisions 30802 via svnmerge from Kevin P. Fleming
2006-05-25use the proper method for adding a new entryKevin P. Fleming
2006-05-25Merged revisions 30296 via svnmerge from Kevin P. Fleming
2006-05-23further codec module optimization based on codec_alaw changes by rizzoRussell Bryant
2006-05-21remove an unused variable, and while at itLuigi Rizzo
2006-05-20remove unused variableRussell Bryant
2006-05-20add some code optimizations, see the report for an explanation Russell Bryant
2006-05-05minor code optimizations to reduce the number of times that the ast_frameRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)Kevin P. Fleming
2006-03-30Add more 64-bit detection goodness (issue #6850 reported by evilbunny)Joshua Colp
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-25Bug 4377 - Round 2 of the loader updatesTilghman Lesher
2006-03-21git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14001 65c4cc65-6c06...Matthew Fredrickson
2006-03-13Bug 6709 - Simplify extensive embedded ifneq logic (and fix missing endif's)Tilghman Lesher
2006-03-12Merged revisions 12577 via svnmerge from Russell Bryant
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-14set proper mime-type and eol-style on all filesKevin P. Fleming
2006-02-13fix codec_ilbc.so build - it would build before, but libilbc.a was not linkedRussell Bryant
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11don't blow up if multiple copies of the headers are foundKevin P. Fleming
2006-02-11use auto-build for codecsKevin P. Fleming
2006-02-11fix compiler warningsKevin P. Fleming
2006-02-10Lots of little fixes for doing MSVC compiling codecs in windows (#6022)Matthew Fredrickson
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-21conversions to use allocation wrappers (issue #6277)Russell Bryant
2006-01-20fix for codec_gsm on ia64 (#6294)Matthew Fredrickson
2006-01-20formatting and doxygen fixes (issue #6300)Russell Bryant
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2005-12-20use the system libgsm if available (issue #5434, modified to still work with ...Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-08issue #5572Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-01issue #4678Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)Russell Bryant
2005-08-31correct Makefile errors (issue #5072)Kevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-26update to use Speex 1.1.x features and doc cleanups (issue #4755)Kevin P. Fleming
2005-08-23use memmove() when memory regions might overlap (issue #4957)Kevin P. Fleming
2005-07-12support DTX and CNG in speex (bug #4608)Kevin P. Fleming
2005-06-21various speex fixes (bug #4253)Kevin P. Fleming