summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec
AgeCommit message (Expand)Author
2008-06-02Fixed uninitialized output size before calling G.722 encoderNanang Izzuddin
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-03-17More ticket #507: fixed the bug introduced in r1871 about operator precedenceBenny Prijono
2008-03-17More ticket #507: updated GNU build system with the G.722 codec and fixed min...Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-04Ticket #502: New packet lost concealment (PLC) implementation and enable PLC ...Benny Prijono
2008-01-11Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return in...Benny Prijono
2007-05-11Fixed compilation error in gsm codec caused by last C++ changesBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-07Moved ilbc to third_party directoryBenny Prijono
2007-04-07Split speex, portaudio, and gsm into third_party directoryBenny Prijono
2007-04-06Deleting own copy of of speex and portaudioBenny Prijono
2007-03-15Fixed ticket #175: GSM codec factory does not shutdown properly causing it to...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-20Implement ticket #56: Periodically transmit RTP packet on silence, to maintai...Benny Prijono
2006-12-30Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. wi...Benny Prijono
2006-12-26Ticket #54: added ability to modify some codec parameters on the flyBenny Prijono
2006-11-24Fixed speex logging to use PJLIB's log, because a GUI application doesn't hav...Benny Prijono
2006-11-23Updated Speex to their latest SVN (1.2-beta). AEC seemsBenny Prijono
2006-11-19Fixed memory leaks bug in speex codecBenny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-01Added simple WinCE application:Benny Prijono
2006-07-31Really add the iLBC files into SVN now (duh!).Benny 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-26Fixed rather loud clicking/tick noise when call is established. This was caus...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-22Fixed unreferenced argument warningBenny Prijono
2006-06-19Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS XBenny Prijono
2006-06-19Fixed pjmedia build errors in the Makefile with the new gsm patchlevelBenny Prijono
2006-06-19Fix warning messages in GSM and speex because of previous update to GSM patch...Benny Prijono
2006-06-18Bring the GSM codec to patchlevel 12Benny Prijono
2006-06-18Added speex jitter buffer and AEC files to the libraryBenny 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-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.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-06Added missing speex_config_types.hBenny 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-05Fixed serious flaw in GSM where encoder and decoder shared the same state!Benny Prijono
2006-03-05Fixed Speex warnings, and set version to 0.5.3.1Benny Prijono
2006-03-04Added Speex for narrowband, wideband, and ultra-wideband!!Benny Prijono
2006-02-27Updated mingw compilationBenny Prijono