| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857' | Timothy Gu | 2016-08-03 | 1 | -0/+32 |
|\ |
|
| * | h264: handle frame recovery in h264_field_start() | Anton Khirnov | 2016-06-21 | 1 | -0/+18 |
* | | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b' | Timothy Gu | 2016-08-03 | 1 | -0/+4 |
|\| |
|
| * | h264: discard slices of redundant pictures right after parsing the slice header | Anton Khirnov | 2016-06-21 | 1 | -0/+4 |
* | | Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0' | Timothy Gu | 2016-08-03 | 1 | -0/+1 |
|\| |
|
| * | h264: always set redundant_pic_count during slice header parsing | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
| * | h264: call the hwaccel frame_start() from h264_field_start() | Anton Khirnov | 2016-06-21 | 1 | -0/+6 |
* | | Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"" | Timothy Gu | 2016-08-03 | 1 | -0/+7 |
* | | Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'" | Timothy Gu | 2016-08-03 | 1 | -7/+0 |
* | | Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22' | Timothy Gu | 2016-08-03 | 1 | -0/+7 |
|\| |
|
| * | h264: fix the check for mixed IDR/non-IDR slices | Anton Khirnov | 2016-06-21 | 1 | -0/+7 |
* | | Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3' | Timothy Gu | 2016-08-03 | 1 | -2/+2 |
|\| |
|
| * | h264: do not pass H264Context to h264_slice_header_parse() | Anton Khirnov | 2016-06-21 | 1 | -19/+19 |
* | | Merge commit '996f13413b0415097e2a184d161462ffb3ceb647' | James Almer | 2016-08-01 | 1 | -3/+3 |
|\| |
|
| * | h264: fix warnings in fill_filter_caches_inter() | Anton Khirnov | 2016-06-21 | 1 | -9/+9 |
* | | Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1' | James Almer | 2016-08-01 | 1 | -1/+0 |
|\| |
|
| * | h264: drop tests whether the codec id is AV_CODEC_ID_H264 | Anton Khirnov | 2016-06-21 | 1 | -1/+0 |
* | | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' | James Almer | 2016-08-01 | 1 | -6/+6 |
|\| |
|
| * | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -3/+3 |
* | | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216' | James Almer | 2016-08-01 | 1 | -0/+1 |
|\| |
|
| * | h264: move the parameter set definitions to a new header file | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646' | Clément Bœsch | 2016-07-29 | 1 | -0/+1 |
|\| |
|
| * | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\| |
|
| * | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3' | Clément Bœsch | 2016-07-29 | 1 | -0/+166 |
|\| |
|
| * | h264: factor out setting frame properties / side data | Anton Khirnov | 2016-06-21 | 1 | -0/+166 |
* | | Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903' | Clément Bœsch | 2016-07-29 | 1 | -9/+7 |
|\| |
|
| * | h264: move a per-field block from decode_slice_header() to field_start() | Anton Khirnov | 2016-06-21 | 1 | -9/+7 |
| * | h264: only allow ending a field/starting a new one before finish_setup() | Anton Khirnov | 2016-06-21 | 1 | -15/+19 |
* | | avcodec/h264_slice: Make setup_finished check cover more cases | Michael Niedermayer | 2016-07-27 | 1 | -4/+7 |
* | | Merge commit 'debca90863e4ee53447efd02483c500f89766384' | Clément Bœsch | 2016-07-27 | 1 | -8/+5 |
|\| |
|
| * | h264: store {curr,max}_pic_num in the per-slice context | Anton Khirnov | 2016-06-21 | 1 | -8/+5 |
* | | Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22' | Clément Bœsch | 2016-07-27 | 1 | -28/+18 |
|\| |
|
| * | h264: decode the poc values from the slice header into the per-slice context | Anton Khirnov | 2016-06-21 | 1 | -25/+16 |
* | | lavc/h264_slice: adjust a few line breaks to reduce diff with Libav | Clément Bœsch | 2016-07-27 | 1 | -4/+1 |
* | | Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b' | Clément Bœsch | 2016-07-27 | 1 | -95/+90 |
|\| |
|
| * | h264: set mb_aff_frame in frame_start() | Anton Khirnov | 2016-06-21 | 1 | -5/+3 |
| * | h264: move the block starting a new field out of slice_header_parse() | Anton Khirnov | 2016-06-21 | 1 | -35/+33 |
* | | avcodec/h264_slice: Move h264_init_ps() call into h264_field_start() | Michael Niedermayer | 2016-07-20 | 1 | -7/+7 |
* | | Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc' | Clément Bœsch | 2016-07-14 | 1 | -13/+16 |
|\| |
|
| * | h264: pass a H2645NAL to slice header decoding | Anton Khirnov | 2016-06-21 | 1 | -13/+16 |
* | | Merge commit '61f168ae348f94f39e7afc6971654455a5de0e4d' | Clément Bœsch | 2016-07-09 | 1 | -125/+136 |
|\| |
|
| * | h264: factor out setting the parameter sets for a frame | Anton Khirnov | 2016-06-12 | 1 | -91/+100 |
* | | lavc/h264_slice: use sps directly when checking for invalid 8x8 inference | Clément Bœsch | 2016-07-03 | 1 | -1/+1 |
* | | avcodec/h264_slice: Only call ff_h264_flush_change() on initialized contexts | James Almer | 2016-07-01 | 1 | -1/+3 |
* | | Merge commit '6e92181bf836f48627a4733b6fd240a99fd36365' | Clément Bœsch | 2016-07-01 | 1 | -6/+6 |
|\| |
|
| * | h264: pass just the PPS to get_chroma_qp() | Anton Khirnov | 2016-06-12 | 1 | -6/+6 |
* | | Merge commit 'd1f539c97e04e7cebecaf6916c5064f243d39fcf' | Clément Bœsch | 2016-07-01 | 1 | -20/+2 |
|\| |
|
| * | h264: merge the two reinit blocks in slice_header_parse() | Anton Khirnov | 2016-06-12 | 1 | -19/+2 |