]> git.sesse.net Git - ffmpeg/history - libavcodec/h264dec.c
h264dec: track the last seen value of x264_build
[ffmpeg] / libavcodec / h264dec.c
2017-07-26 Anton Khirnovh264dec: track the last seen value of x264_build
2017-03-12 Anton Khirnovh264dec: initialize field_started to 0 on each decode...
2017-02-24 John Stebbinsh264dec: fix dropped initial SEI recovery point
2017-01-31 Diego Biurrungolomb: Convert to the new bitstream reader
2017-01-12 Anton Khirnovh264dec: export cropping information instead of handlin...
2017-01-12 Anton Khirnovh264dec: be more explicit in handling container cropping
2017-01-09 Anton Khirnovh264dec: make ff_h264_decode_init() static
2016-12-19 Anton Khirnovh264dec: make sure to only end a field if it has been...
2016-12-19 Anton Khirnovpthread_frame: ensure the threads don't run simultaneou...
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]