summaryrefslogtreecommitdiff
path: root/libavcodec/vp9_parser.c
Commit message (Expand)AuthorAge
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-27
* avcodec/vp9_parser: set profile in AVCodecContextJames Almer2018-10-25
* vp9_parser: don't split superframes into separate packetswm42017-11-29
* avcodec/vp9_parser: Check the input frame sizes for being consistentMichael Niedermayer2016-08-01
* vp9_parser: allow superframes with a single frame.Ronald S. Bultje2015-11-06
* vp9_parser: don't overwrite cached timestamps with nopts.Ronald S. Bultje2015-10-28
* vp9_parser: fix endless loop w/0-sized frameJames Zern2015-10-19
* vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje2015-09-04
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-23
* vp9: assign PTS to visible instead of invisible frameswm42015-02-05
* vp9: avoid infinite loop with broken fileswm42015-01-10
* vp9: fix parser return values in error casewm42015-01-09
* vp9/parser: change size type to unsigned.Ronald S. Bultje2014-02-08
* vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje2014-01-11
* vp9_parse: don't use AVCodecParserContext as av_log context.Ronald S. Bultje2014-01-05
* vp9_parser: handle zero-sized packets.Ronald S. Bultje2013-12-03
* vp9: split packet parsing into an AVParser.Ronald S. Bultje2013-11-30