summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia
AgeCommit message (Expand)Author
2012-06-11Re #1532: put back the 'redundant' loop at the beginning.Nanang Izzuddin
2012-06-07Close #1532: optimization in conference bridge get_frame().Nanang Izzuddin
2012-06-07Fix #1531: fixed memory and handle leak issue in clock thread.Nanang Izzuddin
2012-06-06Fix #1528:Nanang Izzuddin
2012-05-14Re #1508 (misc): Fixed incorrect typecast of pjmedia_vid_streamLiong Sauw Ming
2012-05-14Re #1509: backported r4112-4121Benny Prijono
2012-05-12Re #1508 (misc): Fixed compilation error if PJMEDIA_STREAM_ENABLE_KA is enabled.Liong Sauw Ming
2012-04-30Fix #1501: Added max incoming framerate state in video stream to check for in...Nanang Izzuddin
2012-04-27Re #1474: merged r4100-4107Benny Prijono
2012-04-26Misc (re #1446): fixed potentially non-portable 64bit integer literal introdu...Benny Prijono
2012-04-26Re #1474: merged r4095:4099Nanang Izzuddin
2012-04-26Misc (re #1446): Fixed compile errors on Symbian S60 5th Ed SDK: unrecognized...Nanang Izzuddin
2012-04-26Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler war...Liong Sauw Ming
2012-04-24Re #1474: merged r4054-r4079Benny Prijono
2012-04-24Misc (re #1446) fixed compilation warningBenny Prijono
2012-04-24Misc (re #1446): compilation warning when calling swscaleBenny Prijono
2012-04-17Re #1476: for simple blocking, the bandwidth typically needs to be set to lar...Benny Prijono
2012-04-17Related to re #1478: add timestamp value to audio and video frames in the AVI...Benny Prijono
2012-04-17Misc (re #1446): redirect ffmpeg logging with custom log callback.Nanang Izzuddin
2012-04-13Misc (re #1446): added AVI tags 'FMP4' & 'DX50' for MPEG4 variants in AVI pla...Nanang Izzuddin
2012-04-13Misc (Re #1446): Remove XVID format usage in ffmpeg_util.c, PJMEDIA_FORMAT_XV...Nanang Izzuddin
2012-04-12Re #1476: Initial version of send rate control in video stream, added simple ...Nanang Izzuddin
2012-04-09Re #1474: merged r4030Nanang Izzuddin
2012-04-05Re #1472: Fixed wrong calculation in clock rate adjustmentLiong Sauw Ming
2012-04-05Re #1472: Adjust the clock's get_frame() rate if the video device is passiveLiong Sauw Ming
2012-04-04Misc (Re #1446): fixed TX packet counter in video stream.Nanang Izzuddin
2012-04-04Misc (Re #1446): Add support for aviplay to play H264 and MPEG4 decoded AVI v...Liong Sauw Ming
2012-04-04Re #1446: set format to PCM when WAVE_FMT_TAG_PCM is detected in AVI file, so...Benny Prijono
2012-04-04Misc (re #1446): fixed crash if unregistered format is specified when opening...Benny Prijono
2012-04-03Close #1479: Applied RTCP related enhancements (#1268 & #1440) into video str...Nanang Izzuddin
2012-04-03Misc (re #1446): Reenable format change event emission in video stream when r...Nanang Izzuddin
2012-04-03Misc (re #1446):Liong Sauw Ming
2012-04-03Re #1453: fixed memory leak in pjmedia_vid_codec_mgr_set_default_param() caus...Nanang Izzuddin
2012-03-30Fix #1475: Fixed wrong frame size calculation used for jitter buffer initiali...Nanang Izzuddin
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-03-30Misc (re #1446): Avoid unnecessary high latency caused by clock drift or call...Nanang Izzuddin
2012-03-29Fix #1473: Fixed H263 encoder setting negotiation in pjmedia_vid_codec_h263_a...Nanang Izzuddin
2012-03-29Re #1472: Fixed assertion if stream role is passiveLiong Sauw Ming
2012-03-29Fixed #1472: Modify video port to create its own clock instead of using the d...Liong Sauw Ming
2012-03-22Re: #1463 (Third party media support). Tnitial work and it works, tested on L...Benny Prijono
2012-03-20Re #1428: Fix returning the correct error status when there is no active media.Liong Sauw Ming
2012-03-14Misc (re #1446): Re-enable remote video frame-rate detection in vid_stream.c....Nanang Izzuddin
2012-02-21Fix #1453:Nanang Izzuddin
2012-02-20Re #1244: Added bitrate adjustment for video encoder based on remote SDP "b=T...Nanang Izzuddin
2012-02-16Re 1446#: Fix division by zero error caused by DShow if video device does not...Liong Sauw Ming
2012-01-27Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate set...Nanang Izzuddin
2011-12-20Misc (re #1393): fix bitrate calculation in stream.c and wav_playlist.c.Nanang Izzuddin
2011-12-20Fix #1425:Nanang Izzuddin
2011-12-15Close #1279: Implemented custom SDP format match for G.722.1 and AMR-NB/WB.Nanang Izzuddin
2011-12-09Re #1420: Create a pool for the event manager so subscriber doesn't need to s...Liong Sauw Ming