aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_sei.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h2645_sei: loosen up min luminance requirementsNiklas Haas2024-05-281-2/+6
* avcodec/h2645_sei: Remove dead checksMichael Niedermayer2024-05-131-4/+2
* avcodec/h2645_sei: validate Mastering Display Colour Volume SEI valuesKacper Michajłow2024-04-131-16/+39
* avcodec/hevcdec: export global side data in AVCodecContextJames Almer2024-04-111-92/+122
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* avcodec/h2645_sei: decode AFGS1 T.35 SEINiklas Haas2024-03-231-0/+25
* avcodec/h2645_sei: signal new AVFilmGrainParams membersNiklas Haas2024-03-231-18/+28
* avcodec/h2645_sei: use named constants for ITU-T T.35 metadataJames Almer2024-03-191-4/+6
* lavc/*dec: use side data preference for mastering display/content light metadataAnton Khirnov2024-03-081-44/+53
* avcodec: move content light level SEI handling to h2645_seiJan Ekström2023-07-271-0/+33
* avcodec: move mastering display colour volume SEI handling to h2645_seiJan Ekström2023-07-271-0/+79
* avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutilRaphaël Zumer2023-03-211-3/+3
* avcodec/h2645_sei: add support for Ambient Viewing Environment SEIJan Ekström2023-01-131-0/+45
* avcodec/h2645_sei: Factor attaching film grain side-data to frame outAndreas Rheinhardt2022-12-011-1/+66
* avcodec/h2645_sei: Also support Active Format Descriptor for HEVCAndreas Rheinhardt2022-12-011-4/+11
* avcodec/h2645_sei: Attach AVStereo3D side data genericallyAndreas Rheinhardt2022-12-011-0/+64
* avcodec/h2645_sei: Factor out applying SEIs to framesAndreas Rheinhardt2022-12-011-0/+57
* avcodec/h2645_sei: Factor out freeing common SEI partsAndreas Rheinhardt2022-12-011-0/+12
* avcodec/h2645_sei: Factor updating H.2645 SEIs outAndreas Rheinhardt2022-12-011-0/+29
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-0/+391