summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2008-03-19More ticket #497: division by zero in wsola when min_extra is set to zero (th...Benny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
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-13More ticket #504: buffer overflow in splitcomb when handling stereo audioBenny Prijono
2008-03-11Ticket #504: fixed stream.c for stereo codecsBenny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-03-11Ticket #494: Configuration option to use high quality tone generationBenny Prijono
2008-03-07Ticket #504: assertion in sound device and recfile sample when using stereoBenny Prijono
2008-03-05More ticket #438: wrong param passed to shrink_buffer() in set_max_cnt(), sho...Benny Prijono
2008-03-04Ticket #502: New packet lost concealment (PLC) implementation and enable PLC ...Benny Prijono
2008-03-04More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed sampl...Benny Prijono
2008-03-04More ticket #438: improve docs, added channel_count in wsola, etc.Benny Prijono
2008-03-04Ticket #501: Set master port worker thread priority to highest by defaultBenny Prijono
2008-03-03Ticket #438: added delaybuf in splitcomb. Please see the checkin comment in t...Benny Prijono
2008-03-03Ticket #499: NULL frame transmission in conference bridge is not clocked at t...Benny Prijono
2008-03-03Ticket #497: changed clock rate variable in WSOLA from uint16 to uint32 to ha...Benny Prijono
2008-03-01Disable overflow/underflow testBenny Prijono
2008-02-29More ticket #438: changed API call to delay_buf_create()Benny Prijono
2008-02-29Added checking in delaybuf for buffer empty before calling shrink_buffer()Benny Prijono
2008-02-29Ticket #438: Workaround for frame bursts from audio devices: added wsola in d...Benny Prijono
2008-02-29Put wsola_test.c in pjmedia testBenny Prijono
2008-02-29Added pjmedia_wsola_reset()Benny Prijono
2008-02-28Fixed bug in wsola when discarding frame in non-contiguous bufferBenny Prijono
2008-02-28Modify WSOLA discard to support erasing frame from non-contiguous bufferBenny Prijono
2008-02-28A little bit of optimization in WSOLABenny Prijono
2008-02-28Ticket #496: Crash on sound port when only player is opened and delaybuf enabledBenny Prijono
2008-02-28Ticket #497: WSOLA implementationBenny Prijono
2008-02-21Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsiste...Benny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
2008-02-21Ticket #487: Crash occured when stream port has no transmitter on call using ...Benny Prijono
2008-02-21Ticket #468: Added support for non looping playback in memory playerBenny Prijono
2008-02-18Allow receiving SDP with lines terminated with LF instead of CRLF (thanks Jur...Benny Prijono
2008-02-15Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks Th...Benny Prijono
2008-02-14Ticket #478: Handle duplicated/misordered incoming DTMF packetsBenny Prijono
2008-02-14More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns PJ_EC...Benny Prijono
2008-02-14Handle short files in WAV playerBenny Prijono
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...Benny Prijono
2008-02-07Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c...Benny Prijono
2008-02-01More ticket #61: removed const from rtp and rtcp callback function declaratio...Benny Prijono
2008-01-31Added media transport diagram for documentationBenny Prijono
2008-01-31Ticket #464: jitter buffer should return frame length informationBenny Prijono
2008-01-30Ticket #61: undo r1759 and replace it with other patches to fix unable to acc...Benny Prijono
2008-01-29Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when use_srtp...Benny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-25Ticket #459: pjmedia_clock_create() should not create thread when PJMEDIA_CLO...Benny Prijono
2008-01-24More ticket #61: fix potential error when looking up SRTP error string, and i...Benny Prijono
2008-01-24More ticket #61: crashed on SRTP error string lookupBenny Prijono
2008-01-24Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtpBenny Prijono