[FFmpeg-devel] [PATCH v4 0/7] ICC profile support in avcodec
Niklas Haas
ffmpeg at haasn.xyz
Thu Jul 28 17:49:55 EEST 2022
This tidies up the previous patchset slightly and adds the necessary
user-facing bits to make it actually usable, plus tests.
Will merge this soon since there was no additional feedback on v3.
Changes in v4:
- add the "icc_profiles" option to "flags2", and document it
- fix the corresponding check in avcodec/decode.c
- add FATE test for the new functionality
Changes in v3:
- switch from `int icc_profiles` to a new AV_CODEC_FLAG2 to avoid ABI
break
- rebased onto master and fixed merge conflicts
Changes in v2:
- remove unnecessary import
- fixed assignment-instead-of-equality
- fixed #ifdef -> #if
More information about the ffmpeg-devel
mailing list