summaryrefslogtreecommitdiff
path: root/libavcodec/dfa.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
* dfa: convert to bytestream2 APIPaul B Mahol2012-03-12
| | | | | | | Protects from overreads. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| | | | It's more readable and less prone to breakage.
* dfa: Remove unused variable.Diego Biurrun2011-05-15
| | | | | This fixes the warning: libavcodec/dfa.c:189: warning: unused variable ‘frame_end’
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-13
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-29
|
* Chronomaster DFA decoderKostya Shishkov2011-03-28
Signed-off-by: Anton Khirnov <anton@khirnov.net>