summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec
AgeCommit message (Expand)Author
2016-09-27Misc (re #1945): Fixed warning in OpenH264 encoder "ParamValidationExt(), sli...Nanang Izzuddin
2016-08-03Fixed #1947: Support for OpenH264 v1.6.0 codecLiong Sauw Ming
2016-07-01Re #1928: max_bps on the param codec needs to be set properly on Opus.Riza Sulistyo
2016-06-30Re #1928: Fixed set bitrate on opus codec might not change the codec param an...Riza Sulistyo
2016-06-29Re #1928: fix silly mistake on r5365.Riza Sulistyo
2016-06-29Re #1928: Allow setting opus bitrate to PJMEDIA_CODEC_OPUS_DEFAULT_BIT_RATE w...Riza Sulistyo
2016-05-18Re #1920: Update how keyframe is detected on FFMpeg codec, since Riza Sulistyo
2016-05-10Re #1897: Updated ffmpeg_vid_codecs.c to support older ffmpeg.Nanang Izzuddin
2016-02-04Fixed #1904: Support for Opus codecLiong Sauw Ming
2015-11-10Re #1897: Implement support to Ffmpeg 2.8.Riza Sulistyo
2015-10-07Re #1882 (misc): Fixed possibly incorrect stream statsLiong Sauw Ming
2015-09-28Fix #1887: Feed only one PCM input frame at a time to iOS iLBC encoder.Nanang Izzuddin
2015-08-07Re #1843 (misc): Fixed wrong calculation of timestamp in L16 codec (should be...Liong Sauw Ming
2015-07-01Misc (re #1843): Register fmt matching callbak for AMR-WB in opencore-amr imp...Riza Sulistyo
2015-05-05Misc (re #1843): Best effort fix for compile warning of pointer-integer cast ...Nanang Izzuddin
2015-04-10Misc (re #1782): Suppress compile warnings on MSVC.Nanang Izzuddin
2015-04-09Re #1794:Nanang Izzuddin
2015-04-06Misc (re #1782): Fixed various compile warnings on MacOS & iOS.Nanang Izzuddin
2015-04-06Misc (re #1782): Fixed various compile warnings on MSVC.Nanang Izzuddin
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-22Misc (re #1782): Update default OpenH264 video size for Android platforms to ...Nanang Izzuddin
2015-03-03Fixed #1818: Fixed destruction of locked mutex (thanks to Denis Poltorak for ...Liong Sauw Ming
2014-09-24Re #1794: Also fixed pjmedia_codec_g7221_set_mode() not updating endpoint cod...Nanang Izzuddin
2014-09-24Fix #1794: Fixed assertion or garbled audio in call using G.722.1:Nanang Izzuddin
2014-08-25Re #1758: update default OpenH264 video size for iPhone device to 352x288 (on...Nanang Izzuddin
2014-08-13Misc (re #1751): Bad typo on passthrough codec (thanks Peter Koletzki for the...Nanang Izzuddin
2014-07-11Closed #1758: use OpenH264 lib version 1.0.0 release instead of the latest gi...Benny Prijono
2014-07-02Re #1758: updated with the latest OpenH264 to fix compilation error with bsi-...Benny Prijono
2014-06-26Re #1758: updated wrapper with Visual Studio specific settings, also added th...Nanang Izzuddin
2014-06-23Re #1758: Updated with the latest OpenH264 to fix compilation error and codec...Benny Prijono
2014-04-25More #1758: updated to the latest OpenH264 codeBenny Prijono
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
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