mbox series

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

Message ID 20220728145002.102600-1-ffmpeg@haasn.xyz
Headers show
Series ICC profile support in avcodec | expand

Message

Niklas Haas July 28, 2022, 2:49 p.m. UTC
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

Comments

Niklas Haas July 30, 2022, 9:59 a.m. UTC | #1
Merged as 1001bdc504.

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