summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec
AgeCommit message (Expand)Author
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2013-10-17Misc (re #1630): replaced htons() with ntohs() in l16_decode() on little endi...Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-04-23Re #1630: fixed various warningsBenny Prijono
2013-04-19Misc (re #1630): set default frames per packet for AMR codec to 1 (from 2) be...Benny Prijono
2013-02-14Re #1608: Fixed array size calculation of amr bitrates array.Liong Sauw Ming
2013-01-31Re #1608: Try to store the number of frames in the packet in case SKP_Silk_SD...Liong Sauw Ming
2013-01-29Re #1608: Fixed the way codec is initialized, enumerated, and deinit since bo...Liong Sauw Ming
2013-01-23Re #1608: Add support for OpenCORE AMR-WBLiong Sauw Ming
2013-01-23Re #1586: Fixed samples_per_frame calculationLiong Sauw Ming
2012-12-20Misc (re #1562): Update ffmpeg version check regarding 'AVCodec::encode' remo...Nanang Izzuddin
2012-11-03Re #1586: Fixed useInBandFEC setting and default value setting in pjmedia_cod...Liong Sauw Ming
2012-10-05Re #1586: Add support for SILK multiple frames per packetLiong Sauw Ming
2012-10-04Misc (re #1562): Fixed ffmpeg codec wrapper compile error of undefined 'AVCod...Nanang Izzuddin
2012-10-01Re #1586: Implement SILK config setting and fixed decoding fmtpLiong Sauw Ming
2012-09-24Re #1586: Initial version of SILK wrapper.Nanang Izzuddin
2012-04-26Misc (re #1446): Updated ffmpeg compatibility issues, e.g: av_set_int() retur...Nanang Izzuddin
2012-04-25Misc (re #1446): more support newer libavcodec version (major: 54) which depr...Nanang Izzuddin
2012-04-24Re #1474: merged r4054-r4079Benny Prijono
2012-04-24Misc (re #1446): support newer libavcodec version (major: 54) which deprecate...Benny Prijono
2012-04-17Misc (re #1446): redirect ffmpeg logging with custom log callback.Nanang Izzuddin
2012-04-13Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecsLiong Sauw Ming
2012-04-04Misc (Re #1446): Remove XVID format and add default resolution and fps for MP...Liong Sauw Ming
2012-04-04Misc (Re #1446): changed h.263 and h.264 default maximum bandwidth to 256kb/s...Benny Prijono
2012-04-02Misc (re #1446): Updated default video frame rate from 30 fps to 15 fps (for ...Nanang Izzuddin
2012-04-02Misc (re #1446): Added macro PJMEDIA_MAX_VID_PAYLOAD_SIZE, also updated the d...Nanang Izzuddin
2012-03-30Re #1474: merged r3879Benny Prijono
2012-03-30Re #1474: merged r3879:3885Benny Prijono
2012-03-30Misc (re #1446): Avoid unnecessary high latency caused by clock drift or call...Nanang Izzuddin
2012-03-09Misc (re #1446): Updated ffmpeg video codecs default params:Nanang Izzuddin
2012-01-10Fix #1443: put destroy method to opencore-amr codec factory op.Nanang Izzuddin
2011-12-26Re #1393 (misc): reduced default ffmpeg h264 bandwidth from 512 to 256kbpsBenny Prijono
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-08Re #1234: minor update, put libavcodec version check for constant AV_PICTURE_...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-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-26Re #1390: Updated h264 settings: bitrate from 128k to 512k, size from 352x288...Nanang Izzuddin
2011-10-25Re #1390: disable H264 encoder source format RGB24 as x264 doesn't support 4:...Nanang Izzuddin
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-24Misc (re #1393): Put log warning in ffmpeg codecs when a codec is enabled but...Nanang Izzuddin
2011-10-23Misc (re #1393): increase default H.263 bandwidthBenny 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-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-06Misc (re #1370): disable H263 codec for RTP communication (was enabled to tes...Nanang Izzuddin
2011-10-06Close #1381:Nanang Izzuddin
2011-09-29Closed #1361: codec API change. Details:Benny Prijono