summaryrefslogtreecommitdiff
path: root/libavcodec/vp9_parser.c
Commit message (Collapse)AuthorAge
* vp9/parser: change size type to unsigned.Ronald S. Bultje2014-02-08
| | | | Fixes valgrind errors in fuzzed8.ivf because size >= 0x80000000.
* vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje2014-01-11
| | | | | | | Fixes trac ticket 3274. Looked-at-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vp9_parse: don't use AVCodecParserContext as av_log context.Ronald S. Bultje2014-01-05
| | | | | | Fixes trac ticket 3273. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vp9_parser: handle zero-sized packets.Ronald S. Bultje2013-12-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vp9: split packet parsing into an AVParser.Ronald S. Bultje2013-11-30