Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | h264dec: export cropping information instead of handling it internally | Anton Khirnov | 2017-01-12 | 1 | -0/+5 |
* | h264dec: be more explicit in handling container cropping | Anton Khirnov | 2017-01-12 | 1 | -0/+5 |
* | h264dec: make ff_h264_decode_init() static | Anton Khirnov | 2017-01-09 | 1 | -1/+0 |
* | h264dec: make sure to only end a field if it has been started | Anton Khirnov | 2016-12-19 | 1 | -0/+5 |
* | h264: fix decoding multiple fields per packet with slice threads | Anton Khirnov | 2016-07-15 | 1 | -3/+9 |
* | h264: eliminate decode_postinit() | Anton Khirnov | 2016-07-15 | 1 | -1/+2 |
* | h264: fix the check for mixed IDR/non-IDR slices | Anton Khirnov | 2016-06-21 | 1 | -0/+5 |
* | h264: do not pass H264Context to h264_slice_header_parse() | Anton Khirnov | 2016-06-21 | 1 | -3/+3 |
* | h264: move the parameter set definitions to a new header file | Anton Khirnov | 2016-06-21 | 1 | -121/+1 |
* | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -18/+0 |
* | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -0/+938 |