| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl... | Michael Niedermayer | 2017-02-15 | 1 | -0/+3 |
* | Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0' | James Almer | 2016-08-01 | 1 | -1/+1 |
|\ |
|
| * | h264_sei: drop an unnecessary h264dec.h include | Anton Khirnov | 2016-06-21 | 1 | -1/+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 |
* | | h264: make H264ParamSets sps const | Benoit Fouet | 2016-06-30 | 1 | -2/+2 |
* | | avcodec/h264_sei: Do not skip subsequent SEIs on errors potentially caused by... | Michael Niedermayer | 2016-06-26 | 1 | -4/+10 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577' | Clément Bœsch | 2016-06-18 | 1 | -171/+158 |
|\| |
|
| * | h264: decouple h264_sei from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -128/+138 |
* | | lavc/h264_sei: fix broken style around green metadata code | Clément Bœsch | 2016-06-14 | 1 | -16/+14 |
* | | lavc/h264: rename GreenMetaData to H264SEIGreenMetaData | Clément Bœsch | 2016-06-14 | 1 | -1/+1 |
* | | lavc/h264_sei: reduce scope of parameters for green meta decode | Clément Bœsch | 2016-06-14 | 1 | -16/+16 |
* | | lavc/h264: move green meta logging out of the sei decoding | Clément Bœsch | 2016-06-14 | 1 | -33/+0 |
* | | lavc/h264_sei: fix green metadata typo | Clément Bœsch | 2016-06-13 | 1 | -1/+1 |
* | | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d' | Clément Bœsch | 2016-06-12 | 1 | -5/+10 |
|\| |
|
| * | h264: decouple h264_ps from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -9/+14 |
* | | avcodec: Use get_ue_golomb_long() when needed | Mark Harris | 2015-12-29 | 1 | -5/+5 |
* | | Merge commit 'b4a82e740743744136e07054525560351e4892ae' | Hendrik Leppkes | 2015-11-02 | 1 | -6/+8 |
|\| |
|
| * | h264: Print the complete user message | Vittorio Giovara | 2015-10-30 | 1 | -6/+8 |
* | | Merge commit '8487987b87a252963b27b6adfd82887ea5933918' | Hendrik Leppkes | 2015-11-02 | 1 | -1/+1 |
|\| |
|
| * | h264: Print user data SEI under normal debug verbosity | Vittorio Giovara | 2015-10-30 | 1 | -1/+1 |
| * | h264: Fix faulty call to avpriv_request_sample | Luca Barbato | 2015-08-22 | 1 | -1/+1 |
* | | avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request | Michael Niedermayer | 2015-09-09 | 1 | -2/+0 |
* | | Merge commit 'f9ab4fe1f7c1e9d410ca5ee2c9ff8d2892aad068' | Hendrik Leppkes | 2015-08-24 | 1 | -0/+6 |
|\| |
|
| * | h264: Discard currently unsupported registered sei | John Högberg | 2015-08-21 | 1 | -0/+6 |
* | | Merge commit '80ea66112817c719b476de8f7d8d3b325f4c7dd1' | Hendrik Leppkes | 2015-08-02 | 1 | -57/+76 |
|\| |
|
| * | avcodec: h264: Extract decoder methods | David Holm | 2015-08-01 | 1 | -54/+70 |
* | | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37' | Michael Niedermayer | 2015-07-17 | 1 | -8/+12 |
|\| |
|
| * | h264: Add support for Closed Caption export | Kieran Kunhya | 2015-07-17 | 1 | -1/+44 |
* | | avcodec: Add support for Closed Caption export in h264 | Kieran Kunhya | 2015-07-06 | 1 | -2/+37 |
* | | avcodec/h264: Greenmetadata SEI parsing | Nicolas DEROUINEAU | 2015-06-30 | 1 | -0/+63 |
* | | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e' | Michael Niedermayer | 2015-06-30 | 1 | -22/+30 |
|\| |
|
| * | h264: Parse registered data SEI message and AFD value | Vittorio Giovara | 2015-06-30 | 1 | -0/+49 |
* | | Merge commit '0bfab80a0d9fce0180e8aa2a947267f89b725091' | Michael Niedermayer | 2015-06-30 | 1 | -12/+3 |
|\| |
|
| * | h264_sei: Group error check outside the switch block | Vittorio Giovara | 2015-06-30 | 1 | -12/+2 |
| * | h264: prevent theoretical infinite loop in SEI parsing | Vittorio Giovara | 2014-08-01 | 1 | -6/+12 |
* | | avcodec: Add support for per-frame AFD output in h264 | Kieran Kunhya | 2015-06-26 | 1 | -0/+6 |
* | | avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes | Michael Niedermayer | 2014-09-16 | 1 | -1/+1 |
* | | Merge commit '18e3d61e9e3b52c177aa7a1f2a054a8a753e1b09' | Michael Niedermayer | 2014-07-10 | 1 | -0/+22 |
|\| |
|
| * | h264: parse display orientation SEI message | Vittorio Giovara | 2014-07-09 | 1 | -0/+22 |
* | | avcodec/h264: in the absence of recovery points, be more tolerant on acceptin... | Michael Niedermayer | 2014-06-04 | 1 | -0/+2 |
* | | Merge commit '066ad249843bde656265b59110c2521e2b1ce131' | Michael Niedermayer | 2014-02-14 | 1 | -4/+2 |
|\| |
|
| * | h264_sei: reorder headers | Vittorio Giovara | 2014-02-14 | 1 | -4/+2 |
* | | Merge commit '304e916a92bc17385a485bec2f957e192257ddb6' | Michael Niedermayer | 2014-02-14 | 1 | -1/+1 |
|\| |
|
| * | h264_sei: name buffering period type consistently | Vittorio Giovara | 2014-02-14 | 1 | -1/+1 |
* | | Merge commit '3d9fc21e593aa89b5877bd739268499b079052f2' | Michael Niedermayer | 2013-12-17 | 1 | -21/+12 |
|\| |
|
| * | h264: Refactor decode_frame_packing_arrangement | Vittorio Giovara | 2013-12-17 | 1 | -16/+7 |
* | | Merge commit '5b10ef729f610fcbc9c485e7b643ce53268144cb' | Michael Niedermayer | 2013-12-09 | 1 | -24/+35 |
|\| |
|