]> git.sesse.net Git - ffmpeg/history - libavcodec/h264dec.c
audiodsp: x86: Remove pointless header file
[ffmpeg] / libavcodec / h264dec.c
2016-10-02 Anton Khirnovh264dec: support broken files with mp4 extradata/annex...
2016-08-03 Anton Khirnovh264dec: reset nb_slice_ctx_queued for hwaccel decoding
2016-07-20 Anton Khirnovh264dec: do not call finish_setup() if we have not...
2016-07-20 Anton Khirnovh264dec: handle zero-sized NAL units in get_last_needed...
2016-07-20 Anton Khirnovh264dec: make sure not to call finish_setup() more...
2016-07-15 Anton Khirnovh264: fix decoding multiple fields per packet with...
2016-07-15 Anton Khirnovh264: eliminate decode_postinit()
2016-06-21 Anton Khirnovh264: handle frame recovery in h264_field_start()
2016-06-21 Anton Khirnovh264: discard slices of redundant pictures right after...
2016-06-21 Anton Khirnovh264: call the hwaccel frame_start() from h264_field_st...
2016-06-21 Anton Khirnovh264: fix the check for mixed IDR/non-IDR slices
2016-06-21 Anton Khirnovh264: drop tests whether the codec id is AV_CODEC_ID_H264
2016-06-21 Anton Khirnovh264: add H264_ prefix to the NAL unit types
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: create a new header for common h264 definitions
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]