[FFmpeg-devel] [PATCH v2 0/3] RGB Float16/32 improvements

Martin Schitter ms+git at mur.at
Sun Oct 13 21:03:54 EEST 2024


Additonal pix_fmts and swscale import support for RGB Float data.

v2 fixes changed fate results.

martin

Martin Schitter (3):
  swscale/input: add input support for RGBF32
  avutil: add RGBF16 pix_fmt
  swscale/input: add input support for RGBF16

 libavutil/pixdesc.c              |  25 +++++
 libavutil/pixfmt.h               |   4 +
 libavutil/version.h              |   2 +-
 libswscale/input.c               | 173 ++++++++++++++++++++++++++++++-
 libswscale/utils.c               |   4 +
 libswscale/version.h             |   2 +-
 tests/ref/fate/imgutils          |   4 +
 tests/ref/fate/sws-pixdesc-query |  11 ++
 8 files changed, 219 insertions(+), 6 deletions(-)

-- 
2.45.2



More information about the ffmpeg-devel mailing list