Re: [FFmpeg-devel] [PATCH v2 1/5] lavfi: generalize colorspace coefficent helpers

2022-04-23 Thread Niklas Haas
Merged in 2cb0cebd11eb90dfcccac5c258af1003bd4f17d2 On Tue, 19 Apr 2022 14:48:06 +0200 Niklas Haas wrote: > Merging this series at the end of the week if I don't get any additional > feedback. > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org >

Re: [FFmpeg-devel] [PATCH v2 1/5] lavfi: generalize colorspace coefficent helpers

2022-04-19 Thread Niklas Haas
Merging this series at the end of the week if I don't get any additional feedback. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmp

[FFmpeg-devel] [PATCH v2 1/5] lavfi: generalize colorspace coefficent helpers

2022-04-19 Thread Niklas Haas
From: Niklas Haas These are needed beyond just vf_colorspace, so give them a new home in colorspace.h. In addition to moving code around, also merge the white point and primary coefficients into a single struct to slightly increase the convenience and shrink the size of the new API by avoiding t