Re: [FFmpeg-devel] [PATCH] lavu/pixfmt: add packed RGBA float16 format

2022-08-07 Thread Thomas Volkert
Am 07.08.2022 um 22:14 schrieb Timo Rothenpieler: This is the default format of the Windows compositor and what DXGI Desktop Duplication will give you for any kind of HDR output. --- libavutil/pixdesc.c | 28 libavutil/pixfmt.h | 5 +++

Re: [FFmpeg-devel] [PATCH] lavu/pixfmt: add packed RGBA float16 format

2022-08-07 Thread Thomas Volkert
Am 08.08.2022 um 00:26 schrieb Timo Rothenpieler: On 08.08.2022 00:25, Thomas Volkert wrote: Hi Timo, Am 07.08.2022 um 22:14 schrieb Timo Rothenpieler: This is the default format of the Windows compositor and what DXGI Desktop Duplication will give you for any kind of HDR output. ---   libav

Re: [FFmpeg-devel] [PATCH] lavu/pixfmt: add packed RGBA float16 format

2022-08-07 Thread Timo Rothenpieler
On 08.08.2022 00:25, Thomas Volkert wrote: Hi Timo, Am 07.08.2022 um 22:14 schrieb Timo Rothenpieler: This is the default format of the Windows compositor and what DXGI Desktop Duplication will give you for any kind of HDR output. --- libavutil/pixdesc.c | 28 +++

[FFmpeg-devel] [PATCH] lavu/pixfmt: add packed RGBA float16 format

2022-08-07 Thread Timo Rothenpieler
This is the default format of the Windows compositor and what DXGI Desktop Duplication will give you for any kind of HDR output. --- libavutil/pixdesc.c | 28 libavutil/pixfmt.h | 5 + libavutil/version.h | 4 ++-- tests/re