Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03vc1_parser: Set field_order.Masaki Tanaka
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-18vc1parse: call vc1_init_common().Ronald S. Bultje
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-10vc1: use ff_parse_closeRafaël Carré
2012-01-06parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-08-25vc1: fix VC-1 Pulldown handling.John Stebbins
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-05-30set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier
2009-02-22Fix vc1 split().Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-06Make vc1_parser.c compilable without special definesKostya Shishkov
2007-05-06Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun
2007-05-04100l to myself. Do not include stuff unneeded by parserKostya Shishkov
2007-05-04Move VC1 parser to its own file.Diego Biurrun