]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_slice.c
dvbsubdec: check memory allocations and propagate errors
[ffmpeg] / libavcodec / h264_slice.c
2015-01-27 Anton Khirnovh264: drop any pretense of support for data partitioning
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2014-12-25 Rémi Denis-Courmontvdpau: add support for 4:2:2 and 4:4:4 chroma sampling
2014-12-25 Rémi Denis-Courmonth264: factor hwaccel pixel formats list
2014-12-15 Vittorio Giovarampegvideo: move REBASE_PICTURE where it is used
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-26 Rémi Denis-Courmonth264: Always invoke the get_format() callback
2014-08-26 Vittorio Giovarah264: fully check cropping amount from sps
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-17 Luca Barbatoh264: K&R formatting cosmetics
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-11 Anton Khirnovlavc: Add new VDA hwaccel
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
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-29 Anton Khirnovh264: drop commented out cruft
2014-04-19 Janne Grunauh264: codec reinit: remove statements without effect
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding