Re: [FFmpeg-devel] [PATCH v9 0/2] libjxl Colorspace fixes

2022-06-25 Thread Niklas Haas
On Fri, 24 Jun 2022 19:33:52 +0200 Niklas Haas wrote: > LGTM > > On Fri, 24 Jun 2022 12:50:54 -0400 Leo Izen wrote: > > Changes in v9: > > - Minor cosmetic changes, as requested by Anton K > > - More liberally commented casework, a.r.b. Haasn > > - Structured flow to be a bit more readable > >

Re: [FFmpeg-devel] [PATCH v9 0/2] libjxl Colorspace fixes

2022-06-24 Thread Niklas Haas
LGTM On Fri, 24 Jun 2022 12:50:54 -0400 Leo Izen wrote: > Changes in v9: > - Minor cosmetic changes, as requested by Anton K > - More liberally commented casework, a.r.b. Haasn > - Structured flow to be a bit more readable > > Changes in v8: > - Use avutil/csp for both encoding and decoding > -

[FFmpeg-devel] [PATCH v9 0/2] libjxl Colorspace fixes

2022-06-24 Thread Leo Izen
Changes in v9: - Minor cosmetic changes, as requested by Anton K - More liberally commented casework, a.r.b. Haasn - Structured flow to be a bit more readable Changes in v8: - Use avutil/csp for both encoding and decoding - Handle the non-XYB case with an attached ICC Profile on decoding - clean u