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