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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-09dfa: implement missing TDLT coding methodKostya Shishkov
2013-04-04dfa: check for invalid access in decode_wdlt().Anton Khirnov
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-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-23dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard
2012-10-23av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-29dfa: improve boundary checks in decode_dds1()Anton Khirnov
2012-09-29dfa: check that the caller set width/height properly.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-06dfa: use more meaningful return codesKostya Shishkov
2012-05-06dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-13dfa: convert to bytestream2 APIPaul B Mahol
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-15dfa: Remove unused variable.Diego Biurrun
2011-05-13dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger
2011-03-29dfa: protect pointer range checks against overflows.Ronald S. Bultje
2011-03-28Chronomaster DFA decoderKostya Shishkov