summaryrefslogtreecommitdiff
path: root/libavcodec/dfa.c
Commit message (Expand)AuthorAge
* 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