| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605. | Ronald S. Bultje | 2017-03-28 | 1 | -24/+0 |
* | pthread_frame: ensure the threads don't run simultaneously with hwaccel | Anton Khirnov | 2017-03-21 | 1 | -1/+1 |
* | lavc/h264dec: use OFFSET macro | Matthieu Bouron | 2017-03-15 | 1 | -2/+2 |
* | avcodec/h264, videotoolbox: fix crash after VT decoder fails | Aman Gupta | 2017-03-07 | 1 | -1/+6 |
* | Merge commit '76f7e70aa04fc5dbef5242b11cbf8fe4499f61d4' | Clément Bœsch | 2017-01-31 | 1 | -5/+9 |
|\ |
|
| * | 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 |
* | | avcodec/h264dec: Clear ref_count on slice header processing failure | Michael Niedermayer | 2017-01-27 | 1 | -1/+4 |
* | | Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714' | Clément Bœsch | 2017-01-24 | 1 | -45/+22 |
|\| |
|
| * | h264: fix decoding multiple fields per packet with slice threads | Anton Khirnov | 2016-07-15 | 1 | -33/+14 |
* | | avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8" | Michael Niedermayer | 2017-01-24 | 1 | -2/+4 |
* | | avcodec/error_resilience: Optimize motion recovery code by using blcok lists | Michael Niedermayer | 2017-01-22 | 1 | -1/+1 |
* | | lavc/h264dec: re-indent after previous commit | Matthieu Bouron | 2017-01-20 | 1 | -5/+5 |
* | | lavc/h264dec: make sure a slice is decoded before finishing setup | Matthieu Bouron | 2017-01-20 | 1 | -1/+1 |
* | | lavc/h264dec: remove flush goto in decode callback | Clément Bœsch | 2017-01-18 | 1 | -33/+37 |
* | | Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a' | Matthieu Bouron | 2017-01-17 | 1 | -133/+6 |
|\| |
|
| * | h264: eliminate decode_postinit() | Anton Khirnov | 2016-07-15 | 1 | -165/+12 |
* | | lavc/h264dec: reconstruct and debug flush frames as well | Clément Bœsch | 2017-01-16 | 1 | -43/+56 |
* | | lavc/h264dec: Improve "Increasing reorder buffer" message loglevel. | Carl Eugen Hoyos | 2016-08-23 | 1 | -1/+2 |
* | | avcodec/h2645: Fix NAL unit padding | Michael Niedermayer | 2016-08-18 | 1 | -1/+1 |
* | | h264dec: Fix indentation | Timothy Gu | 2016-08-04 | 1 | -16/+16 |
* | | Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857' | Timothy Gu | 2016-08-03 | 1 | -32/+0 |
|\| |
|
| * | h264: handle frame recovery in h264_field_start() | Anton Khirnov | 2016-06-21 | 1 | -18/+0 |
* | | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b' | Timothy Gu | 2016-08-03 | 1 | -2/+3 |
|\| |
|
| * | 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 |
* | | Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"" | Timothy Gu | 2016-08-03 | 1 | -6/+0 |
* | | Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'" | Timothy Gu | 2016-08-03 | 1 | -0/+6 |
* | | Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22' | Timothy Gu | 2016-08-03 | 1 | -6/+0 |
|\| |
|
| * | h264: fix the check for mixed IDR/non-IDR slices | Anton Khirnov | 2016-06-21 | 1 | -6/+0 |
* | | Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1' | James Almer | 2016-08-01 | 1 | -8/+6 |
|\| |
|
| * | h264: drop tests whether the codec id is AV_CODEC_ID_H264 | Anton Khirnov | 2016-06-21 | 1 | -5/+3 |
* | | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' | James Almer | 2016-08-01 | 1 | -25/+25 |
|\| |
|
| * | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -25/+25 |
* | | 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 | -170/+480 |
|/ |
|
* | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -0/+982 |