mbox series

[FFmpeg-devel,v3,0/6] ICC profile support in avcodec

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

Message

Niklas Haas July 19, 2022, 12:26 p.m. UTC
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 23, 2022, 10:31 a.m. UTC | #1
On Tue, 19 Jul 2022 14:26:02 +0200 Niklas Haas <ffmpeg@haasn.xyz> wrote:
> 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

Ping. Any objections to merging as-is?
Niklas Haas July 26, 2022, 10:24 a.m. UTC | #2
On Sat, 23 Jul 2022 12:31:05 +0200 Niklas Haas <ffmpeg@haasn.xyz> wrote:
> On Tue, 19 Jul 2022 14:26:02 +0200 Niklas Haas <ffmpeg@haasn.xyz> wrote:
> > 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
> 
> Ping. Any objections to merging as-is?

Will apply in 48h if there are no further comments.