summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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: autoconf support for Intel IPPBenny Prijono
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-14More ticket #590: removed unused echo suppressor settings in pjmedia/config.hBenny Prijono
2008-08-14Increase codec's maximum silence duration (PJMEDIA_CODEC_MAX_SILENCE_PERIOD) ...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
2008-08-04Added test delaybuf to pjmedia MIPS test.Nanang Izzuddin
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #463: Configuration option to have external sound device implementationBenny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-24Ticket #577: Initial source of sound device wrapper with APSNanang Izzuddin
2008-07-22Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)Benny Prijono
2008-07-17Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for pjmedia_se...Nanang Izzuddin
2008-07-17Added ability to dump extended statistics (RTCP XR) in pjsua.Nanang Izzuddin
2008-07-14Ticket #570: Fixed find_pitch() search range iteration; and fixed wsola_gener...Nanang Izzuddin
2008-07-14Ticket #569: Updated SRTP locking to not guard member transport when sending ...Nanang Izzuddin
2008-07-14Fixed minor bug missing wsola_plc initialization.Nanang Izzuddin
2008-07-13Set default UDP media transport name if name is not specified by application,...Benny Prijono
2008-07-10Added config settings for search range in WSOLA expand()Nanang Izzuddin
2008-07-10Updated delay buffer to use circular bufferNanang Izzuddin
2008-07-10Updated WSOLA to use circular buffer and configurable hanning window size (wh...Nanang Izzuddin
2008-07-10Added two APIs to pjmedia circular buffer: copy & pack bufferNanang Izzuddin
2008-07-07Removed pjmedia-test from pjmedia build for now since it's causing build erro...Benny Prijono
2008-07-05Added WinCE project for pjmedia_testBenny Prijono