summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_media.c
AgeCommit message (Expand)Author
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
2014-02-18Fixed #1737: Deadlock between ioqueue key mutex and SIP dialog when adding vi...Benny Prijono
2013-12-17Fixed #1717: Destroy media subsystem after all pollings/busy_sleep() are done...Nanang Izzuddin
2013-10-08Re #1703 General bug fixes: fixed wrong sizeof() in call to bzero(), memset()...Benny Prijono
2013-06-26Re #1668: fixed silly crash in pjsua_media.c:245 caused by r4543Benny Prijono
2013-06-24Closed #1668: Option to use the IP address found in REGISTER response in the SDPBenny Prijono
2013-06-21Re #1682: Use account specific variable to keep track of the next rtp port to...Liong Sauw Ming
2013-06-21Closed #1682: Configurable local port range for UDP media transportLiong Sauw Ming
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-04-16Fixed #1658: Stop media endpoint's worker threads first when destroying media...Liong Sauw Ming
2013-03-08Fixed #1637: Crash in pjsua_media_channel_update() if one media gets rejectedLiong Sauw Ming
2013-03-05Misc (re #1559): fixed compile errors/warnings on MSVCRiza Sulistyo
2013-02-27Fixed #1626: Assertion when remote sends re-INVITE with less mediaLiong Sauw Ming
2013-02-21Re #1623: fixed deadlock between conference mutex and ICE. Scenario: Benny Prijono
2013-02-13Re #1568: (PJSIP 2.x) No need to restart media when remote RTP address change...Nanang Izzuddin
2013-02-07Close #1602: configurable local port range for ICE transport.Nanang Izzuddin
2013-02-06Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation ...Nanang Izzuddin
2013-01-29Re #1568: (PJSIP 2.x) Apply pjsua_media_config before detecting media change ...Liong Sauw Ming
2013-01-04Fixed #1601: Add locking mechanism when ICE transport is in negotiation stateLiong Sauw Ming
2012-12-12Fixed #1598: Assertion when sip error code is not set (thanks Peter Koletzki ...Liong Sauw Ming
2012-12-05Misc (re #1562): Add a protection in med_tp_timer_cb() against call that may ...Benny Prijono
2012-12-05Fixed #1597: Handle socket failure in STUN resolution when coming back from i...Benny Prijono
2012-10-08Re #1562: Fixed default custom media transport creation callback flag. By def...Liong Sauw Ming
2012-09-20Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2Benny Prijono
2012-09-14Close #1568:Nanang Izzuddin
2012-09-05Fix #1580: Add SDP connection line in disabled or rejected media when there i...Nanang Izzuddin
2012-08-31Fixed #1578: Possible deadlock when call is adding new media with ICE and STU...Benny Prijono
2012-08-09Re #1562: Added compile-time setting to enable/disable "c=" line in SDP sessi...Nanang Izzuddin
2012-08-09Close #1567: Added option to use STUN2 format for resolving mapped address in...Nanang Izzuddin
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-07-05Fix #1547:Nanang Izzuddin
2012-07-05Re #1548: Crash due to racing condition in timer when call is disconnected qu...Benny Prijono
2012-06-27Re #1524: Added call to pjmedia_transport_simulate_lost() for async media tra...Liong Sauw Ming
2012-06-11Fixed #1533: Deadlock in processing media transport asynchronous creation com...Benny Prijono
2012-05-22Re #1514: fixed the incoming call scenario, and changed disconnection code fr...Benny Prijono
2012-05-22Fixed first problem in #1514: assertion when media transport initialization failBenny Prijono
2012-05-21Fix #1511: destroy the media transport of the removed media.Nanang Izzuddin
2012-05-17Close #1506: Added PJSUA callback for SDP creation.Nanang Izzuddin
2012-04-26Fix #1496: destroying call media transports in pjsua_media_subsys_destroy() s...Nanang Izzuddin
2012-04-26Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler war...Liong Sauw Ming
2012-04-24Fix #1423:Nanang Izzuddin
2012-04-03Misc (re #1446): fixed log message in pjsua_media_channel_update() for pjsua_...Nanang Izzuddin
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-03-22Re: #1463 (Third party media support). Tnitial work and it works, tested on L...Benny Prijono
2012-03-22Re #1467: fix sound device (opened/closed) status check in check_snd_dev_idle...Nanang Izzuddin
2012-01-27Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate set...Nanang Izzuddin
2012-01-09Fixes #1442: Unable to make call if disabled media is includedLiong Sauw Ming
2011-12-28Fix #1433: synchronuous ICE initialization calls PJSUA_UNLOCK() only when the...Nanang Izzuddin
2011-12-27More re #1419: changed field names from video_count to vid_cnt and audio_cnt ...Benny Prijono
2011-12-26Re #1393 (misc): renamed label on_error to on_return and fixed warning re con...Benny Prijono