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
2013-11-16xxan: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-29xxan: Disallow odd widthMartin Storsjö
2013-03-08xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-06xxan: properly handle odd heights.Kostya Shishkov
2013-01-06xxan: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-20xxan: Remove write-only variable in xan_decode_frame_type0().Diego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-10xxan: reindent xan_unpack_luma().Ronald S. Bultje
2012-03-10xxan: protect against chroma LUT overreads.Ronald S. Bultje
2012-03-10xxan: convert to bytestream2 API.Ronald S. Bultje
2012-03-10xxan: don't read before start of buffer in av_memcpy_backptr().Ronald S. Bultje
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-07Xan4 decoderKostya Shishkov