Re: [FFmpeg-devel] [PATCH 1/3] Add single precision planar RGB pixel formats

2017-08-14 Thread Paul B Mahol
On 8/11/17, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > libavutil/pixdesc.c | 54 > > libavutil/pixdesc.h | 5 > libavutil/pixfmt.h | 7 ++ > tests/ref/fate/sws-pixdesc-query | 20 ++

Re: [FFmpeg-devel] [PATCH 1/3] Add single precision planar RGB pixel formats

2017-08-14 Thread Carl Eugen Hoyos
2017-08-11 16:11 GMT+02:00 Vittorio Giovara : > [...] Can't you use the functions from FFmpeg's exr implementation to provide basic libswscale support? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/

[FFmpeg-devel] [PATCH 1/3] Add single precision planar RGB pixel formats

2017-08-11 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavutil/pixdesc.c | 54 libavutil/pixdesc.h | 5 libavutil/pixfmt.h | 7 ++ tests/ref/fate/sws-pixdesc-query | 20 +++ 4 files changed, 86 insertions(+) d