]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12dec.c
mpegvideo: Drop flags and flags2
[ffmpeg] / libavcodec / mpeg12dec.c
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-12-03 Michael Niedermayermpeg12dec: Use more specific error codes
2014-12-03 Michael Niedermayermpeg12dec: Print error/warning messages on issues in...
2014-11-06 Vittorio Giovarampeg12dec: simplify context duplication
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-26 Rémi Denis-Courmontmpeg12: Always invoke the get_format() callback
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-08-04 Diego Biurrunavcodec: Suppress deprecation warnings from DTG code...
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-05-11 Anton Khirnovlavc: set AVCodecContext.hwaccel in ff_get_format()
2014-05-11 Anton Khirnovlavc: Add an internal wrapper around get_format()
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-02-13 Janne Grunaumpeg12dec: do not add stereo3D side data to a non-exist...
2014-02-04 Vittorio Giovarampeg: K&R formatting cosmetics
2014-01-25 Janne Grunaumpeg12: check scantable indices in all decode_block...
2013-12-09 Vittorio Giovarampeg12dec: parse frame packing arrangement user_data...
2013-12-05 Anton Khirnovmpeg12dec: move first_slice from MpegEncContext to...
2013-11-26 John Stebbinsmpeg12dec: Extract CC user data into frame side data
2013-11-14 Diego Biurrunmpeg12dec: Remove outdated UV swapping code for VCR2
2013-11-14 Diego Biurrunmpeg12dec: Remove unused swap_uv member from Mpeg1Context
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-10 Luca Barbatohwaccel: Simplify ff_find_hwaccel
2013-10-31 Anton Khirnovmpeg12dec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-15 Diego Biurrunmpeg12decdata.h: Move all tables to the only place...
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-07-25 Rémi Denis-Courmontmpeg12: Ignore slice threading if hwaccel is active
2013-05-28 Janne Grunaumpeg12: skip frames consistently
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-05 Diego Biurrunavcodec: Add av_cold attributes to end functions missin...
2013-03-27 Diego Biurrunmpeg12: Move Mpeg1Context declaration to the only place...
2013-03-27 Diego BiurrunSplit MPEG-1/2 decoder code off from MPEG-1/2 common...