summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2011-12-28Fix #1433: synchronuous ICE initialization calls PJSUA_UNLOCK() only when the...Nanang Izzuddin
2011-12-28Close #1434: Added PJSUA_LOCK_IS_LOCKED().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
2011-12-26Re #1234: increase default interval between two INFOs from 500 to 3000 msBenny Prijono
2011-12-23Re #1430: Fixed crash when STUN & ICE is offLiong Sauw Ming
2011-12-20Fixed #1430: Crash when dialog is prematurely destroyed during outgoing call.Liong Sauw Ming
2011-12-20Fix #1425:Nanang Izzuddin
2011-12-15Fix #1427: added check if video_cnt in call option should be increased while ...Nanang Izzuddin
2011-12-15Misc (re #1393): fix compile error in pjsua_media.c (undefined member 'bitrat...Nanang Izzuddin
2011-12-13Close #1424: Added new pjsua callback: on_call_rx_offer().Nanang Izzuddin
2011-12-09Re #1420: Create a pool for the event manager so subscriber doesn't need to s...Liong Sauw Ming
2011-12-08Re #1419: updated call transfer to allow both the transferee and the transfer...Nanang Izzuddin
2011-12-07Re #1234: Initial version of keyframe request/response via SIP INFO.Nanang Izzuddin
2011-12-01Closed #1420: Add support for event managerLiong Sauw Ming
2011-12-01Misc (re #1393): fix linking error "app_config_init_video() not found" when v...Nanang Izzuddin
2011-12-01Re #1419, implement media count manipulation per call basis:Nanang Izzuddin
2011-11-17Missing video component deinitialization caused assertion when the stack is r...Benny Prijono
2011-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-28Misc (re #13930; added info about ICE candidates being used (both local and r...Benny Prijono
2011-10-27Re #1393 (misc): remove unnecessary call to start preview renderer in video u...Benny Prijono
2011-10-26Close #1403: Fixed pjsua-lib in generating re-offer when the current session ...Nanang Izzuddin
2011-10-26Fixed #1401: Add support for video device's window flagsLiong Sauw Ming
2011-10-26Fixed #1402: crash when adding new mediaBenny Prijono
2011-10-25Fixed call_med->rtp_addr is not initialized causing UPDATE to be sent after e...Benny Prijono
2011-10-25Misc (re #1393): cosmetic in call dump, missing '=' char in avg bitrate in TX :)Nanang Izzuddin
2011-10-25Re #1400: enhancements to video operations in pjsua applicationBenny Prijono
2011-10-25Fixed #1398: TURN initialization failure scenario Liong Sauw Ming
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-23Re #1300: Implemented symmetric payload type in generating SDP answer in SDP ...Nanang Izzuddin
2011-10-06Misc (re #1370): fixed change video capture device for a call implementationBenny Prijono
2011-10-06Re #1266:Liong Sauw Ming
2011-10-06Misc (re #1370): calling pjmedia_vid_port_start() more than once had caused f...Benny Prijono
2011-10-06Misc (re #1370): minor fix compile warning on VS2005 about comparison between...Nanang Izzuddin
2011-10-04Fixed missing updating of call_med's cap_dev after fast switching (re #1362)Benny Prijono
2011-10-04More re #1362: actually try to use the device switching capability in pjsua-l...Benny Prijono
2011-10-04Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() ...Benny Prijono
2011-10-04Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which...Benny Prijono
2011-10-03Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callb...Liong Sauw Ming
2011-10-03Fix #1358:Nanang Izzuddin
2011-10-03Closed #1266:Liong Sauw Ming
2011-09-29Closed #1361: codec API change. Details:Benny Prijono
2011-09-28Re #1266: Fixed failed automated tests for ICELiong Sauw Ming
2011-09-27Close #1360: implementated video orientation (currently only for video devices).Nanang Izzuddin
2011-09-23Closes #1377: fixed video stream cleanup to reset back cap_win_id & rdr_win_i...Nanang Izzuddin
2011-09-22Re #1266: Fixed crash when accepting incoming call.Liong Sauw Ming
2011-09-21Re #1266: Fixed build error in non-Windows platform.Liong Sauw Ming
2011-09-21Re #1266: Asynchronous media transport creationLiong Sauw Ming
2011-09-20Related to preview (re #1340): handle problems with starting or stopping prev...Benny Prijono
2011-09-19Implemented native video preview support. This closes #1340Benny Prijono