]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12dec.c
lavc: use buf[0] instead of data[0] as the indicator of an allocated frame
[ffmpeg] / libavcodec / mpeg12dec.c
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...