]> git.sesse.net Git - ffmpeg/history - libavcodec/flvdec.c
Hap decoder and encoder
[ffmpeg] / libavcodec / flvdec.c
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2014-09-02 Gabriel Dumeflv: K&R formatting cosmetics
2014-05-01 Luca Barbatoflv: K&R formatting cosmetics
2014-03-23 Vittorio Giovaralavc: drop ff_pixfmt_list_420
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-12-09 Diego Biurruncosmetics: Fix dropable --> droppable typo
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-07 Michael Niedermayerflv.h should ideally be included in flvdec.c
2010-01-07 Michael NiedermayerSplit flv decoding out.