[FFmpeg-devel] [PATCH 0/2] RGB(A)32F in libjxl

Leo Izen leo.izen at gmail.com
Sun Oct 2 10:58:33 EEST 2022


FFmpeg has supported these pixel formats since 7bb0afc245d093b0 and
libjxl supports receiving/sending these pixel formats so it makes
sense to add support to the libjxl wrapper for these formats.

Leo Izen (2):
  avutil/pixfmt.h: add native-endian RGB32F and RGBA32F formats
  avcodec/libjxl: use RGB32F or RGBA32F for 32-bit float JPEG XL

 libavcodec/libjxldec.c | 15 +++++++++------
 libavcodec/libjxlenc.c |  1 +
 libavutil/pixfmt.h     |  3 +++
 3 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.37.3



More information about the ffmpeg-devel mailing list