summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2011-10-25Re #1300: Bug in updating SDP rtpmap in symmetric PT when PT offer is shorter...Nanang Izzuddin
2011-10-25More re #1394: handle the case when clock_stop() is called from within the cl...Benny Prijono
2011-10-25Re #1390: disable H264 encoder source format RGB24 as x264 doesn't support 4:...Nanang Izzuddin
2011-10-25Minor (#1393): compilation warning with snprintf formatBenny Prijono
2011-10-25More #1394: fixed deadlock when format change is reported by vid_stream, whic...Benny Prijono
2011-10-24Re #1300: fixed bug when looking for non-telephone-events codec in the incomi...Benny Prijono
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-24Fixed #1394: Concurrency problem when stopping clock threadBenny Prijono
2011-10-24Misc (re #1393): fixed wrong libavutil version detectionBenny Prijono
2011-10-24Misc (re #1393): Put log warning in ffmpeg codecs when a codec is enabled but...Nanang Izzuddin
2011-10-23Re #1300: Implemented symmetric payload type in generating SDP answer in SDP ...Nanang Izzuddin
2011-10-23Misc (re #1393): increase default H.263 bandwidthBenny Prijono
2011-10-23Fixed #1392: Immediately decode incoming frames to avoid loosing key frames w...Benny Prijono
2011-10-21Re #1390: Fixed ffmpeg codecs to update size & fps in AVCodecContext after ap...Nanang Izzuddin
2011-10-18Compile error with older ffmpeg due to H.264 modification (re #1390)Benny Prijono
2011-10-18Re #1390: Fixed possible compile error in ffmpeg_util.c, the new ffmpeg forma...Nanang Izzuddin
2011-10-18Reenable ffmpeg H264 (re #1390):Nanang Izzuddin
2011-10-10Set default H.263 bandwidth to 128Kbps instead of 1Mbps (re #1370)Benny Prijono
2011-10-07Closed #1382: Handle flipped image in dshowLiong Sauw Ming
2011-10-06Misc (re #1370): limit the number of error messages caused by error in send_r...Benny Prijono
2011-10-06Misc (re #1370): disable H263 codec for RTP communication (was enabled to tes...Nanang Izzuddin
2011-10-06Re #1370: Fixed dshow enumeration device capability.Liong Sauw Ming
2011-10-06Close #1381:Nanang Izzuddin
2011-10-06Re #1370: fixed a bug which accidentally overwrites the function parameter.Liong Sauw Ming
2011-10-06Misc (re #1370): vid_dev_stream should not call start() if it is already been...Benny Prijono
2011-10-06Misc (re #1370): removed dead code in session.cBenny 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): open v4l2 in blocking mode to get rid of Resource temporaril...Benny Prijono
2011-10-03Re #1358 (minor updates in event.c):Nanang Izzuddin
2011-10-03Added PJMEDIA_VID_DEV_CAP_SWITCH capability to allow fast switching to anothe...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-23Misc video (re #1370): fixed function definition specifier of pjmedia_vid_tee...Nanang Izzuddin
2011-09-20Related to preview (re #1340): handle problems with starting or stopping prev...Benny Prijono
2011-09-20Misc video (re #1370): ignore return value of sws_scale() as it returned zero...Benny Prijono
2011-09-19Implemented native video preview support. This closes #1340Benny Prijono
2011-09-16Re #1370: Use GCD instead of NSThread for iOS video device.Liong Sauw Ming
2011-08-29Fixed #1353: memory leak in qt_devLiong Sauw Ming
2011-08-29Disabled H.264 codec [re #1320/Misc]Benny Prijono
2011-08-29Re #1320 (misc): shut off v4l2 stderr loggingBenny Prijono
2011-08-29Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD is ...Benny Prijono
2011-08-26Fixed #1352:Nanang Izzuddin
2011-08-25Re #1351: option to initially hide video preview window to avoid floating win...Benny Prijono
2011-08-25Re #1349: Fixed a potential problem when stopping the video port. We should s...Liong Sauw Ming
2011-08-25Fixed #1349:Liong Sauw Ming
2011-08-24Fixed #1334: Fix the problem of getting stuck when trying to quit SDL.Liong Sauw Ming
2011-08-24Re #1334:Liong Sauw Ming
2011-08-19Fixed #1348:Nanang Izzuddin