summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_parser.c
Commit message (Expand)AuthorAge
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* vc1: Initialize start_code_found to 0Luca Barbato2014-08-27
* vc1: Fix the skip conditionLuca Barbato2014-08-26
* vc-1: Optimise parser (with special attention to ARM)Ben Avison2014-08-04
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* vc1_parser: Set field_order.Masaki Tanaka2013-05-03
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-18
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vc1: use ff_parse_closeRafaël Carré2012-02-10
* parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-06
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-25
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
* Fix vc1 split().Michael Niedermayer2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-06
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
* 100l to myself. Do not include stuff unneeded by parserKostya Shishkov2007-05-04
* Move VC1 parser to its own file.Diego Biurrun2007-05-04