summaryrefslogtreecommitdiff
path: root/pjmedia/src
AgeCommit message (Expand)Author
2008-09-23Updated delay buffer to perform shrinking only in the PUT operation.Nanang Izzuddin
2008-09-23Ticket #638:Nanang Izzuddin
2008-09-22More ticket #619: disable fade-in and fade-out if the tone off duration is ze...Benny Prijono
2008-09-19Fixed pjmedia session bug in getting channel count from SDP for static payload.Nanang Izzuddin
2008-09-19Added missed patch in enabling G.722 PLC: PLC should be enabled in default at...Nanang Izzuddin
2008-09-19Enabled G.722 PLC.Nanang Izzuddin
2008-09-19More ticket #633: Fixed DirectSound implementation to avoid playback buffer r...Nanang Izzuddin
2008-09-18More ticket #619: changed default Cordic loop from 8 to 10 to gain more accur...Benny Prijono
2008-09-18Ticket #631:Nanang Izzuddin
2008-09-18Large reorganization of the tonegen for ticket #619:Benny Prijono
2008-09-17Ticket #631:Nanang Izzuddin
2008-09-17Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the ...Nanang Izzuddin
2008-09-17Ticket #633: Updated DirectSound implementation:Benny Prijono
2008-09-16Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Pa...Nanang Izzuddin
2008-09-16More ticket #619: fix the difference of volume in the fixed point version of ...Benny Prijono
2008-09-16Ticket #619: added configuration to force floating point algorithm to be used...Benny Prijono
2008-09-16Ticket #628: Updated IPP codec module to use fixed point version of G.729 on ...Nanang Izzuddin
2008-09-15Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Tha...Nanang Izzuddin
2008-09-11Ticket #616: Updated ICE transport to have a default option to switch RTP tra...Nanang Izzuddin
2008-09-11Ticket #614: Fixed compilation warning of integer conversions.Nanang Izzuddin
2008-09-10Ticket #614: Added support for writing and reading WAV files encoded as 8 bit...Nanang Izzuddin
2008-09-08Fixed assertion caused by too small output buffer size of stream, this happen...Nanang Izzuddin
2008-09-04Ticket #610: Added sample to create a media transport adapter, similar to how...Benny Prijono
2008-08-28Print warning instead of assert when Speex AEC is instantiated with multichan...Benny Prijono
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-26More ticket #602: fixed minor warning about conversion from integer to unsign...Benny Prijono
2008-08-26Ticket #600: Added probation state in media transport SRTP and also capabilit...Nanang Izzuddin
2008-08-26Ticket #602:Nanang Izzuddin
2008-08-25Ticket #599:Nanang Izzuddin
2008-08-22Fixed miscalculation of conference port buffer size (rx/tx_buf_cap) when two ...Nanang Izzuddin
2008-08-21More ticket #583: compilation warnings with gccBenny Prijono
2008-08-21More ticket #490: compilation warnings on gccBenny Prijono
2008-08-20Ticket #596: Updated resample with backend libresample to process multichanne...Nanang Izzuddin
2008-08-19More ticket #583: a bit of tidying up and renamed macro names etc.Benny Prijono
2008-08-19Ticket #593: Fixed RTP timestamp calculation in RX & TX for multichannel audio.Nanang Izzuddin
2008-08-19Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in ...Nanang Izzuddin
2008-08-19Ticket #490: Updated VAD with new algorithm.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-08-14Added maximum threshold for silence detector, to aovid the silence detector s...Benny Prijono
2008-08-13More ticket #590: optimizations in the echo suppressor, gained more than 3x s...Benny Prijono
2008-08-13More ticket #590: handle the case when mic level is set too high causing echo...Benny Prijono
2008-08-11More ticket #590: fix the bug in smoothing factorBenny Prijono
2008-08-10Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6Benny Prijono
2008-08-10Ticket #590: new echo suppressor which should work much better than the old oneBenny Prijono
2008-08-09Ticket #588: Improvements to echo cancellation frameworkBenny Prijono
2008-08-08Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf...Nanang Izzuddin