summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec
AgeCommit message (Expand)Author
2008-09-16Ticket #628: Updated IPP codec module to use fixed point version of G.729 on ...Nanang Izzuddin
2008-08-27Fixed bug Speex frame parser should discard non-audio parts in the Speex bits...Nanang Izzuddin
2008-08-27Ticket #583: fixed bug on setting frametype in encode() related to special tr...Nanang Izzuddin
2008-08-26Added PLC & VAD features to codec L16.Nanang Izzuddin
2008-08-25Ticket #599:Nanang Izzuddin
2008-08-21More ticket #583: compilation warnings with gccBenny Prijono
2008-08-19More ticket #583: a bit of tidying up and renamed macro names etc.Benny Prijono
2008-08-19Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in ...Nanang Izzuddin
2008-08-16Ticket #583:Nanang Izzuddin
2008-08-15Ticket #583:Nanang Izzuddin
2008-08-15Ticket #583: Initial source of IPP codecs wrapper.Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-06Added field maximum bitrate to codec param, this is useful for providing safe...Nanang Izzuddin
2008-06-05Ticket #473:Nanang Izzuddin
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