summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_sei.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h2645_sei: Factor out freeing common SEI partsAndreas Rheinhardt2022-12-011-12/+0
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-289/+15
* avcodec/hevc_sei: Use proper type for NALU typeAndreas Rheinhardt2022-07-091-1/+1
* avcodec/hevc_sei: Fix check for SEI endAndreas Rheinhardt2022-06-241-7/+1
* avcodec/hevc_sei: Don't use GetBit-API for byte-aligned readsAndreas Rheinhardt2022-04-111-85/+91
* avcodec/hevc_sei: Fix parsing SEI messagesAndreas Rheinhardt2022-04-111-38/+12
* avcodec: support for CUVA HDR Vivid metadataLimin Wang2022-03-011-2/+46
* avcodec/hevc_sei: remove the duplicate checkLimin Wang2021-10-201-3/+0
* avcodec/hevc_sei: check size before using itLimin Wang2021-09-221-6/+25
* avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messagesJames Almer2021-08-061-0/+44
* avcodec/hevc_sei: Use get_bits_long() for time_offset_valueMichael Niedermayer2021-06-201-1/+1
* avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer2021-02-101-0/+2
* hevc: Use common SEI typesMark Thompson2021-01-211-11/+11
* avcodec/hevc_sei: return the correct error code on User Data Registered parsi...James Almer2020-12-181-4/+4
* avcodec/hevc_sei: print a log message when a unsupported ITU-T T35 SEI messag...James Almer2020-12-181-3/+13
* avcodec/hevc_sei: refactor parsing User Data Registered ITU-T T35 SEI messagesJames Almer2020-12-181-8/+18
* avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argumentJames Almer2020-12-071-1/+4
* avcodec/hevc_sei: keep size in sync with the registered ITU-T T35 SEI GetBitC...James Almer2020-12-071-5/+16
* avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own functionJames Almer2020-12-071-19/+26
* avcodec/hevc_sei: replace en dash character with a hyphenJames Almer2020-12-061-1/+1
* avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi2020-12-051-8/+44
* avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer2020-08-151-41/+8
* avcodec/hevc_sei: support HEVC timecode decodeLimin Wang2020-06-281-0/+49
* avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang2020-06-151-0/+33
* avcodec/hevc: add support for Frame Duplication (Doubling/Tripling)Praveen Karadugattu2020-02-061-0/+6
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-2/+2
* avcodec/hevc_sei: switch to AVBufferRef buffer for a53 captionLimin Wang2019-12-201-7/+7
* avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()Michael Niedermayer2017-12-171-0/+4
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-291-4/+5
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-4/+5
| * hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-281-0/+9
| * hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-091-32/+5
| * hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-091-39/+32
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* | avcodec/hevc_sei: reorder some parameters in static functionsJames Almer2017-10-311-10/+9
* | avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-311-8/+8
* | avcodec/hevc_sei: Support HEVC paired fields.Brian Matherly2017-09-301-2/+2
* | hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-281-0/+9
* | avcodec/hevc_sei: remove bugus debug messageJames Almer2017-05-101-4/+2
* | avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI ...James Almer2017-05-101-9/+8
* | avcodec/hevc_sei: actually propagate error codesJames Almer2017-05-061-1/+1
* | avcodec/hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-051-37/+10
* | avcodec/hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-051-77/+67
* | lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme2017-04-061-0/+15
* | Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch2017-03-301-1/+0
|\ \ | |/
| * Drop unreachable break and return statementsDiego Biurrun2016-11-031-1/+0
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-2/+2
|\ \ | |/
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-1/+1
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-231-1/+1
|\ \ | |/
| * hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1