| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_ps: Use RefStruct API for SPS/PPS | Andreas Rheinhardt | 2023-10-07 | 1 | -1/+1 |
* | avcodec/h264_sei, sei: Make H264_SEI_FpaType generic | Andreas Rheinhardt | 2022-12-01 | 1 | -7/+7 |
* | avcodec/h2645_sei: Factor out freeing common SEI parts | Andreas Rheinhardt | 2022-12-01 | 1 | -5/+1 |
* | avcodec/h2645_sei: Factor parsing common SEI messages out | Andreas Rheinhardt | 2022-12-01 | 1 | -244/+15 |
* | avcodec/h264_sei: Don't use GetBit-API for byte-aligned reads | Andreas Rheinhardt | 2022-12-01 | 1 | -76/+69 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+1 |
* | avcodec/h264_sei: fix H.274 film grain parsing | Niklas Haas | 2021-08-15 | 1 | -1/+1 |
* | avcodec/h264_sei: honor the Film Grain Characteristics cancel flag | James Almer | 2021-07-25 | 1 | -2/+2 |
* | avcodec/h264_sei: parse and export Film Grain Characteristics SEI messages | James Almer | 2021-07-23 | 1 | -0/+47 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -2/+8 |
* | h264: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -9/+9 |
* | avcodec/h264_sei: print a log message when a unsupported ITU-T T35 SEI messag... | James Almer | 2020-12-18 | 1 | -1/+11 |
* | avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages | James Almer | 2020-12-18 | 1 | -9/+25 |
* | avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed Captions | James Almer | 2020-08-15 | 1 | -46/+2 |
* | avcodec/h264: create user data unregistered SEI side data for H.264 | Limin Wang | 2020-06-15 | 1 | -3/+16 |
* | h264_sei: parse the picture timing SEIs correctly | Anton Khirnov | 2020-04-10 | 1 | -34/+48 |
* | h264_sei: use a separate reader for the individual SEI messages | Anton Khirnov | 2020-04-10 | 1 | -14/+19 |
* | avcodec/h264_sei: fix the size of user data unregistered | Limin Wang | 2019-12-20 | 1 | -3/+3 |
* | h264/pic_timing: support multiple timecodes | Josh de Kock | 2018-10-23 | 1 | -9/+12 |
* | lavc/h264: create AVFrame side data from H.264 timecodes | Devin Heitmueller | 2018-10-23 | 1 | -17/+20 |
* | h264: Support multi-field closed captions by using AVBufferRef and not resett... | Kieran Kunhya | 2018-08-17 | 1 | -7/+8 |
* | avcodec/h264_slice: Fix overflow in recovery_frame computation | Michael Niedermayer | 2018-06-11 | 1 | -3/+9 |
* | avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields | James Almer | 2017-12-01 | 1 | -9/+9 |
* | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 1 | -3/+4 |
|\ |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 1 | -3/+4 |
| * | h264: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-08-10 | 1 | -0/+11 |
| * | h264_sei: Add namespace prefix to all SEI values | Mark Thompson | 2017-05-16 | 1 | -8/+8 |
| * | h264_sei: Check actual presence of picture timing SEI message | Michael Niedermayer | 2017-02-28 | 1 | -0/+3 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
* | | libavcodec/h264_sei: Don't log random user data. This prevents terminal junk. | Kieran Kunhya | 2017-11-17 | 1 | -3/+0 |
* | | avcodec/h264_sei: add namespace prefix to frame packingarrangement enum values | James Almer | 2017-09-12 | 1 | -7/+7 |
* | | h264_sei: Add namespace prefix to all SEI values | Mark Thompson | 2017-09-12 | 1 | -10/+10 |
* | | h264: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-08-10 | 1 | -0/+11 |
* | | 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 |
|\| |
|