[FFmpeg-devel] [PATCH v4 0/7] ICC profile support in avcodec

Niklas Haas ffmpeg at haasn.xyz
Sat Jul 30 12:59:32 EEST 2022


Merged as 1001bdc504.

On Thu, 28 Jul 2022 16:49:55 +0200 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> 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
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list