summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/speex_codec.c
AgeCommit message (Expand)Author
2006-11-19Fixed memory leaks bug in speex codecBenny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-26- Bring speex codec up to date with their SVN trunkBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-22Fixed unreferenced argument warningBenny Prijono
2006-06-01Speex codec will refuse codec quality/complexity 0 and replace them with defa...Benny Prijono
2006-05-19Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Als...Benny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-03-16Added misc flags and modify Makefiles to allow exclusion of PortAudio and spe...Benny Prijono
2006-03-06Set minimum quality for Speex ultrawideband codec to 5 (because sound is brok...Benny Prijono
2006-03-06Changed Speex defaults: complexity=-1, vad=off. Tested with EyeBeamBenny Prijono
2006-03-05Added assert checking in speex codecBenny Prijono
2006-03-04Added Speex for narrowband, wideband, and ultra-wideband!!Benny Prijono