summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer37-104/+107
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun36-104/+107
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-12ralf: decode directly to the user-provided AVFrameJustin Ruggles1-12/+7
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-10-01ralf: use planar sample formatJustin Ruggles1-15/+20
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-24ralf: read Huffman code lengths without GetBitContextKostya Shishkov1-4/+4
2012-03-19RealAudio Lossless decoderKostya Shishkov10-1/+10472