summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2007-09-20Related to ticket #377: fixed bug in incoming RTCP RR handling because the RT...Benny Prijono
2007-09-20Related to ticket #377: Fixed bug in RTCP fraction_lost calculation: the firs...Benny Prijono
2007-09-20Ticket #377: Support for sending RTCP RRBenny Prijono
2007-09-15Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transportBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-08-31Continuing ticket #2: initial test with Symbian sound device implementation. ...Benny Prijono
2007-08-31Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not spec...Benny Prijono
2007-08-22Fixed bug in dsound.c: handled case when lpGUID is NULL (common for primary d...Benny Prijono
2007-08-17Fixed bug in dsound.c: device GUID refered to local variableBenny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-08-13Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 ...Benny Prijono
2007-08-02Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pe...Benny Prijono
2007-07-27Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks P...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-26Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to r...Benny Prijono
2007-06-26Ticket #342: added configuration to control whether SDP rtpmap should be incl...Benny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-06-20Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master clo...Benny Prijono
2007-06-05Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish...Benny Prijono
2007-05-31Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre)Benny Prijono
2007-05-30Another fix for ticket #290: Bug in WAV player when frame size is larger than...Benny Prijono
2007-05-30Workaround for ticket #290: Bug in WAV player when frame size is larger than ...Benny Prijono
2007-05-25Ticket #298: New API to get the number of ports registered in conference bridgeBenny Prijono