| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/hevc_ps: Use RefStruct API for parameter sets | Andreas Rheinhardt | 2023-10-07 | 1 | -3/+2 |
* | avcodec: move content light level SEI handling to h2645_sei | Jan Ekström | 2023-07-27 | 1 | -19/+0 |
* | avcodec: move mastering display colour volume SEI handling to h2645_sei | Jan Ekström | 2023-07-27 | 1 | -31/+0 |
* | avcodec/h2645_sei: Factor out freeing common SEI parts | Andreas Rheinhardt | 2022-12-01 | 1 | -12/+0 |
* | avcodec/h2645_sei: Factor parsing common SEI messages out | Andreas Rheinhardt | 2022-12-01 | 1 | -289/+15 |
* | avcodec/hevc_sei: Use proper type for NALU type | Andreas Rheinhardt | 2022-07-09 | 1 | -1/+1 |
* | avcodec/hevc_sei: Fix check for SEI end | Andreas Rheinhardt | 2022-06-24 | 1 | -7/+1 |
* | avcodec/hevc_sei: Don't use GetBit-API for byte-aligned reads | Andreas Rheinhardt | 2022-04-11 | 1 | -85/+91 |
* | avcodec/hevc_sei: Fix parsing SEI messages | Andreas Rheinhardt | 2022-04-11 | 1 | -38/+12 |
* | avcodec: support for CUVA HDR Vivid metadata | Limin Wang | 2022-03-01 | 1 | -2/+46 |
* | avcodec/hevc_sei: remove the duplicate check | Limin Wang | 2021-10-20 | 1 | -3/+0 |
* | avcodec/hevc_sei: check size before using it | Limin Wang | 2021-09-22 | 1 | -6/+25 |
* | avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messages | James Almer | 2021-08-06 | 1 | -0/+44 |
* | avcodec/hevc_sei: Use get_bits_long() for time_offset_value | Michael Niedermayer | 2021-06-20 | 1 | -1/+1 |
* | avcodec/hevc_sei: Check payload size in decode_nal_sei_message() | Michael Niedermayer | 2021-02-10 | 1 | -0/+2 |
* | hevc: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -11/+11 |
* | avcodec/hevc_sei: return the correct error code on User Data Registered parsi... | James Almer | 2020-12-18 | 1 | -4/+4 |
* | avcodec/hevc_sei: print a log message when a unsupported ITU-T T35 SEI messag... | James Almer | 2020-12-18 | 1 | -3/+13 |
* | avcodec/hevc_sei: refactor parsing User Data Registered ITU-T T35 SEI messages | James Almer | 2020-12-18 | 1 | -8/+18 |
* | avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argument | James Almer | 2020-12-07 | 1 | -1/+4 |
* | avcodec/hevc_sei: keep size in sync with the registered ITU-T T35 SEI GetBitC... | James Almer | 2020-12-07 | 1 | -5/+16 |
* | avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function | James Almer | 2020-12-07 | 1 | -19/+26 |
* | avcodec/hevc_sei: replace en dash character with a hyphen | James Almer | 2020-12-06 | 1 | -1/+1 |
* | avcodec/hevc_sei: add support for HDR10+ metadata | Mohammad Izadi | 2020-12-05 | 1 | -8/+44 |
* | avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions | James Almer | 2020-08-15 | 1 | -41/+8 |
* | avcodec/hevc_sei: support HEVC timecode decode | Limin Wang | 2020-06-28 | 1 | -0/+49 |
* | avcodec/hevc_sei: add support for user data unregistered SEI message | Limin Wang | 2020-06-15 | 1 | -0/+33 |
* | avcodec/hevc: add support for Frame Duplication (Doubling/Tripling) | Praveen Karadugattu | 2020-02-06 | 1 | -0/+6 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -2/+2 |
* | avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption | Limin Wang | 2019-12-20 | 1 | -7/+7 |
* | avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() | Michael Niedermayer | 2017-12-17 | 1 | -0/+4 |
* | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 1 | -4/+5 |
|\ |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 1 | -4/+5 |
| * | hevc: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-06-28 | 1 | -0/+9 |
| * | hevcdec: move SEI message parsing into a separate header | James Almer | 2017-05-09 | 1 | -32/+5 |
| * | hevcdec: remove HEVCContext usage from hevc_sei | James Almer | 2017-05-09 | 1 | -39/+32 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
* | | avcodec/hevc_sei: reorder some parameters in static functions | James Almer | 2017-10-31 | 1 | -10/+9 |
* | | avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI | James Almer | 2017-10-31 | 1 | -8/+8 |
* | | avcodec/hevc_sei: Support HEVC paired fields. | Brian Matherly | 2017-09-30 | 1 | -2/+2 |
* | | hevc: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-06-28 | 1 | -0/+9 |
* | | avcodec/hevc_sei: remove bugus debug message | James Almer | 2017-05-10 | 1 | -4/+2 |
* | | avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI ... | James Almer | 2017-05-10 | 1 | -9/+8 |
* | | avcodec/hevc_sei: actually propagate error codes | James Almer | 2017-05-06 | 1 | -1/+1 |
* | | avcodec/hevcdec: move SEI message parsing into a separate header | James Almer | 2017-05-05 | 1 | -37/+10 |
* | | avcodec/hevcdec: remove HEVCContext usage from hevc_sei | James Almer | 2017-05-05 | 1 | -77/+67 |
* | | lavc: Add Content Light Level side metadata found in HEVC | Steve Lhomme | 2017-04-06 | 1 | -0/+15 |
* | | Merge commit '67351924fa91dea4339109100a4c0689f006581f' | Clément Bœsch | 2017-03-30 | 1 | -1/+0 |
|\| |
|
| * | Drop unreachable break and return statements | Diego Biurrun | 2016-11-03 | 1 | -1/+0 |
* | | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765' | James Almer | 2017-03-23 | 1 | -2/+2 |
|\| |
|