]> git.sesse.net Git - ffmpeg/history - libavcodec/intelh263dec.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / intelh263dec.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-09-13 Vittorio Giovarampegvideo: Make sure mpegutils.h is included where...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2014-06-19 Dirk Ausserhausi263: skip dummy frames
2014-03-23 Vittorio Giovaralavc: drop ff_pixfmt_list_420
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-09 Anton Khirnovintelh263dec: aspect ratio processing fix.
2011-06-09 Anton Khirnovintelh263dec: fix "Strict H.263 compliance" file playback
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
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-08 Michael NiedermayerFix indention.
2010-01-07 Michael NiedermayerFactorize if() surrounding every ff_h263_show_pict_info...
2010-01-07 Michael NiedermayerSplit out intel H263 decoder.