Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-03-30Mark tables used only within their files as staticDiego Biurrun
2015-09-06dxtory: Unify and rework the decoding routinesLuca Barbato
2015-09-04dxtory: Factorize the buffer loadingLuca Barbato
2015-09-04dxtory: Factorize slice size checksLuca Barbato
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-01-24dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov
2014-01-24dxtory: add more compressed and uncompressed modesKostya Shishkov
2014-01-21dxtory: change error code for unexpected slice configurationKostya Shishkov
2014-01-21dxtory: correctly handle YUV slices with average odd heightKostya Shishkov
2013-05-28dxtory v2 supportKostya Shishkov
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-23dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-10Dxtory capture format decoderKostya Shishkov