summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2011-12-26Re #1393 (misc): reduced default ffmpeg h264 bandwidth from 512 to 256kbpsBenny Prijono
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-19Fixed #1429: Problem with SDL on setting window's position when window is hiddenLiong Sauw Ming
2011-12-15Close #1279: Implemented custom SDP format match for G.722.1 and AMR-NB/WB.Nanang Izzuddin
2011-12-15Misc (re #1393): fix compile error in pjmedia-codec/audio_codecs.c, caused by...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 #1234: minor update, put libavcodec version check for constant AV_PICTURE_...Nanang Izzuddin
2011-12-08Re #1420: Removed old event publication init in QT and iOS dev.Liong Sauw Ming
2011-12-07Re #1234: Initial version of keyframe request/response via SIP INFO.Nanang Izzuddin
2011-12-07Re #1420: Releases the mutex before invoking the callback from the worker thr...Liong Sauw Ming
2011-12-05Re #1420: Fixed event source information in pjmedia vid_streamLiong Sauw Ming
2011-12-05Re #1420: Fixed event propagation from video stream to video port.Liong Sauw Ming
2011-12-02Re #1420: event change for V4L2 deviceBenny Prijono
2011-12-01Closed #1420: Add support for event managerLiong Sauw Ming
2011-11-30Fixed problem with selecting audio codec if rtpmap is omitted from the SDP fo...Benny Prijono
2011-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-28Misc (re #1393): disable jbuf tracingBenny Prijono
2011-10-28Fixed #1406: Add info about ICE candidates being used in transport info and p...Benny Prijono
2011-10-28Misc (re #13930; added info about ICE candidates being used (both local and r...Benny Prijono
2011-10-27Close #1404: handle static payload types match in pjmedia_sdp_neg_fmt_match().Nanang Izzuddin
2011-10-26Fixed #1401: Add support for video device's window flagsLiong Sauw Ming
2011-10-26Re #1390: Updated h264 settings: bitrate from 128k to 512k, size from 352x288...Nanang Izzuddin
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