aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dfa.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-1/+1
* dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard2012-10-231-3/+1
* av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun2012-10-231-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* dfa: improve boundary checks in decode_dds1()Anton Khirnov2012-09-291-4/+6
* dfa: check that the caller set width/height properly.Anton Khirnov2012-09-291-0/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dfa: use more meaningful return codesKostya Shishkov2012-05-061-27/+27
* dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-061-1/+7
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* dfa: convert to bytestream2 APIPaul B Mahol2012-03-121-89/+74
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* dfa: Remove unused variable.Diego Biurrun2011-05-151-1/+0
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-131-16/+19
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-291-3/+3
* Chronomaster DFA decoderKostya Shishkov2011-03-281-0/+395