[FFmpeg-devel] [PATCH v3 0/3] Float16/32 support impovements (v3)

Martin Schitter ms+git at mur.at
Mon Oct 14 09:16:43 EEST 2024


v3 changes:  The new RGBF16 pix format enum entry is moved to end of list.

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