summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_vid.c
AgeCommit message (Expand)Author
2016-05-30Misc (re #1917): Reset media provisional count in adding video after media in...Nanang Izzuddin
2015-07-03Re #1861: Changed pjsua API for setting the orientation using a more generic ...Liong Sauw Ming
2015-06-25Re #1861: Initial implementation of video orientation supportLiong Sauw Ming
2015-05-19Re #1850(misc) : Mistype param when calling pjmedia_vid_dev_stream_set_cap. T...Riza Sulistyo
2015-05-08Close #1850: Updated pjsua_vid_preview_start() to ignore any errors upon star...Nanang Izzuddin
2015-04-07Misc (re #1782): Check if capturer is opened when getting window information....Riza Sulistyo
2015-03-18Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to set...Liong Sauw Ming
2015-03-17Re #1786: Add support to specify output window as well for video preview param.Liong Sauw Ming
2014-09-15Fixed #1786: Add support to specify video format when opening video previewLiong Sauw Ming
2014-08-25Misc (re #1751): Fixed wrong pointer check in starting video render device.Nanang Izzuddin
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
2013-07-12Re #1630: Fixed crash due to uninitialized dialog variable in pjsua_call_set_...Liong Sauw Ming
2013-05-24Fixed #1670:Nanang Izzuddin
2013-02-05Misc (re #1562): pjsua_call_set_vid_strm() should acquire call dialog.Nanang Izzuddin
2012-09-14Close #1568:Nanang Izzuddin
2012-08-24Fixed #1572: duplicate transport attributes when modifying video stream callLiong Sauw Ming
2012-04-24Fix #1423:Nanang Izzuddin
2012-04-17Re #1355: vidgui: new rendering window may cause all rendering processes to stopLiong Sauw Ming
2012-04-13Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDI...Liong Sauw Ming
2012-04-12Re #1476: Initial version of send rate control in video stream, added simple ...Nanang Izzuddin
2012-04-05Misc (Re #1446): limit pjsua_vid_codec_get/set_param() search domain to only ...Nanang Izzuddin
2012-04-03Close #1479: Applied RTCP related enhancements (#1268 & #1440) into video str...Nanang Izzuddin
2012-03-30Misc (re #1446): Fixed compile warnings on VS2005.Nanang Izzuddin
2012-03-22Re: #1463 (Third party media support). Tnitial work and it works, tested on L...Benny Prijono
2012-02-21Fix #1453:Nanang Izzuddin
2012-01-11Fix #1444: always connect video capture port to video tee, even when the capt...Nanang Izzuddin
2011-12-27More re #1419: changed field names from video_count to vid_cnt and audio_cnt ...Benny Prijono
2011-12-15Fix #1427: added check if video_cnt in call option should be increased while ...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-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-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-27Re #1393 (misc): remove unnecessary call to start preview renderer in video u...Benny Prijono
2011-10-26Fixed #1401: Add support for video device's window flagsLiong Sauw Ming
2011-10-06Misc (re #1370): fixed change video capture device for a call implementationBenny Prijono
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-03Fix #1358:Nanang Izzuddin
2011-09-29Closed #1361: codec API change. Details:Benny Prijono
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-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
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono