summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9_parser.c
Commit message (Expand)AuthorAgeFilesLines
* vp9_parser: don't split superframes into separate packetswm42017-11-291-117/+10
* avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer2016-08-011-0/+17
* vp9_parser: allow superframes with a single frame.Ronald S. Bultje2015-11-061-1/+1
* vp9_parser: don't overwrite cached timestamps with nopts.Ronald S. Bultje2015-10-281-1/+1
* vp9_parser: fix endless loop w/0-sized frameJames Zern2015-10-191-2/+2
* vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje2015-09-041-3/+23
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-231-1/+4
* vp9: assign PTS to visible instead of invisible frameswm42015-02-051-0/+12
* vp9: avoid infinite loop with broken fileswm42015-01-101-2/+3
* vp9: fix parser return values in error casewm42015-01-091-0/+2
* vp9/parser: change size type to unsigned.Ronald S. Bultje2014-02-081-2/+2
* vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje2014-01-111-1/+1
* vp9_parse: don't use AVCodecParserContext as av_log context.Ronald S. Bultje2014-01-051-1/+1
* vp9_parser: handle zero-sized packets.Ronald S. Bultje2013-12-031-0/+7
* vp9: split packet parsing into an AVParser.Ronald S. Bultje2013-11-301-0/+111
OpenPOWER on IntegriCloud