Re: [FFmpeg-devel] [PATCH v2 7/7] swscale/input: add rgbaf16 input support

2022-08-14 Thread Andreas Rheinhardt
Leo Izen: > On 8/14/22 12:48, Timo Rothenpieler wrote: >> This is by no means perfect, since at least ddagrab will return scRGB >> data with values outside of 0.0f to 1.0f for HDR values. >> Its primary purpose is to be able to work with the format at all. >> --- >>   libavutil/Makefile   

Re: [FFmpeg-devel] [PATCH v2 7/7] swscale/input: add rgbaf16 input support

2022-08-14 Thread Leo Izen
On 8/14/22 12:48, Timo Rothenpieler wrote: This is by no means perfect, since at least ddagrab will return scRGB data with values outside of 0.0f to 1.0f for HDR values. Its primary purpose is to be able to work with the format at all. --- libavutil/Makefile| 1 + libswscale/half

[FFmpeg-devel] [PATCH v2 7/7] swscale/input: add rgbaf16 input support

2022-08-14 Thread Timo Rothenpieler
This is by no means perfect, since at least ddagrab will return scRGB data with values outside of 0.0f to 1.0f for HDR values. Its primary purpose is to be able to work with the format at all. --- libavutil/Makefile| 1 + libswscale/half2float.c | 19 + libswscale/input.c