| Commit message (Expand) | Author | Age | Files | Lines |
* | h264dec: support broken files with mp4 extradata/annex b data | Anton Khirnov | 2016-10-02 | 1 | -1/+18 |
* | h264dec: reset nb_slice_ctx_queued for hwaccel decoding | Anton Khirnov | 2016-08-03 | 1 | -2/+3 |
* | h264dec: do not call finish_setup() if we have not started a frame | Anton Khirnov | 2016-07-20 | 1 | -1/+1 |
* | h264dec: handle zero-sized NAL units in get_last_needed_nal() | Anton Khirnov | 2016-07-20 | 1 | -2/+9 |
* | h264dec: make sure not to call finish_setup() more than once per frame | Anton Khirnov | 2016-07-20 | 1 | -1/+1 |
* | h264: fix decoding multiple fields per packet with slice threads | Anton Khirnov | 2016-07-15 | 1 | -33/+14 |
* | h264: eliminate decode_postinit() | Anton Khirnov | 2016-07-15 | 1 | -165/+12 |
* | h264: handle frame recovery in h264_field_start() | Anton Khirnov | 2016-06-21 | 1 | -18/+0 |
* | h264: discard slices of redundant pictures right after parsing the slice header | Anton Khirnov | 2016-06-21 | 1 | -2/+4 |
* | h264: call the hwaccel frame_start() from h264_field_start() | Anton Khirnov | 2016-06-21 | 1 | -4/+0 |
* | h264: fix the check for mixed IDR/non-IDR slices | Anton Khirnov | 2016-06-21 | 1 | -6/+0 |
* | h264: drop tests whether the codec id is AV_CODEC_ID_H264 | Anton Khirnov | 2016-06-21 | 1 | -5/+3 |
* | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -25/+25 |
* | h264: move the parameter set definitions to a new header file | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -0/+982 |