summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2007-12-01Updated media transport because of changes in pjlib API (due to IPv6/ticket #...Benny Prijono
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from pj_thr...Benny Prijono
2007-11-08Parse ICE SDP attribute without case sensitivity, and ignore malformed candid...Benny Prijono
2007-11-07Parse ICE candidate attribute without case sensitive for more robustnessBenny Prijono
2007-10-30Initial minimum jitter value was set to 2ms (thanks Roman Puls)Benny Prijono
2007-10-21More ticket #395: changed max default buffer length from 60ms to 100ms for ad...Benny Prijono
2007-10-21Added resample_libsamplerate.c into VS8 projectBenny Prijono
2007-10-20Fixed bug in pjmedia clock_thread.c: busy loop when clock thread is stoppedBenny Prijono
2007-10-12Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sampl...Benny Prijono
2007-10-07Ticket #395: Added configuration to control maximum PortAudio sound buffer la...Benny Prijono
2007-10-06Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 t...Benny Prijono
2007-10-06Changed RTP initial sequence number to be within 15bit number, as required by...Benny Prijono
2007-10-05Force svn eol-style for WinCE project files to CRLFBenny Prijono
2007-10-01Ticket #388: Support for receiving RTP packet with no payloadBenny Prijono
2007-09-30Removed assertion when transport is closed while stream is still attachedBenny Prijono
2007-09-28Ticket #384: Prefer to use Direct Sound as the sound device backend on WindowsBenny Prijono
2007-09-24Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specificatio...Benny Prijono
2007-09-24Overridable media session pool sizeBenny Prijono