summaryrefslogtreecommitdiff
path: root/libavcodec/dfa.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* dfa: implement missing TDLT coding methodKostya Shishkov2013-04-09
* dfa: check for invalid access in decode_wdlt().Anton Khirnov2013-04-04
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-23
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-23
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* dfa: improve boundary checks in decode_dds1()Anton Khirnov2012-09-29
* dfa: check that the caller set width/height properly.Anton Khirnov2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dfa: use more meaningful return codesKostya Shishkov2012-05-06
* dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-06
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dfa: convert to bytestream2 APIPaul B Mahol2012-03-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* dfa: Remove unused variable.Diego Biurrun2011-05-15
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-13
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-29
* Chronomaster DFA decoderKostya Shishkov2011-03-28