summaryrefslogtreecommitdiff
path: root/libavcodec/flvdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-31
* flv: K&R formatting cosmeticsGabriel Dume2014-09-02
* flv: K&R formatting cosmeticsLuca Barbato2014-05-01
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* Remove lowres video decodingMans Rullgard2012-04-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* flv.h should ideally be included in flvdec.cMichael Niedermayer2010-01-07
* Split flv decoding out.Michael Niedermayer2010-01-07