summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-23Handle SDP offer containing application as the media typeBenny Prijono
2008-01-19Added information about delaybuf result on MacOS X 10.5Benny Prijono
2008-01-19More work on ticket #438: Workaround for frame bursts from audio devices. See...Benny Prijono
2008-01-14Related to ticket #449: fixed bug when rx volume adjustment caused static noi...Benny Prijono
2008-01-14Ticket #449: New conference mixing algorithm to replace multiplication with s...Benny Prijono
2008-01-14Related to ticket #447: the WAV player should consistently return non-PJ_SUCC...Benny Prijono
2008-01-14Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for ...Benny Prijono
2008-01-14Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)Benny Prijono
2008-01-12Another fix for ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Added new WAV player API: pjmedia_wav_player_get_len()Benny Prijono
2008-01-11Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return in...Benny Prijono
2008-01-11Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dra...Benny Prijono
2008-01-08Fixed warnings with strict gccBenny Prijono
2008-01-07Ticket #439: don't call encode() if input is FRAME_TYPE_NONEBenny Prijono
2008-01-04Fixed compile error in sound port when delaybuf is enabledBenny Prijono
2008-01-04Ticket #438 (Workaround for frame bursts from audio devices): added delay buf...Benny Prijono
2008-01-04Fixed timestamp bug in pasound.c: timestamp is shared by both playback and re...Benny Prijono
2008-01-02Related to ticket #437: reduce the stack usage of ICE media transportBenny Prijono
2007-12-28Ticket #435: Fixed and tested audio on Symbian deviceBenny Prijono
2007-12-28Ticket #433: Failure in media negotiation when SDP contains two audio media l...Benny Prijono
2007-12-27Handle the case when PortAudio returns negative sound device count in pasound.cBenny Prijono
2007-12-22Fixed bug caused by ticket #427: frame type not properly initialized to PJMED...Benny Prijono
2007-12-17Fixed errors in SDP: 1) scanner is not initialized before pjmedia_sdp_parse()...Benny Prijono
2007-12-14Change maximum packet size to PJMEDIA_MAX_MTU in transport_udp.cBenny Prijono
2007-12-09Ticket #428: Conference bridge does not update transmitter_cnt when port is r...Benny Prijono
2007-12-09Ticket #427: conference bridge does not handle NONE frame (thanks Daniel Braun)Benny Prijono
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ...Benny Prijono
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono