mbox series

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

Message ID 20221002075835.415465-1-leo.izen@gmail.com
Headers show
Series RGB(A)32F in libjxl | expand

Message

Leo Izen Oct. 2, 2022, 7:58 a.m. UTC
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(-)

Comments

Leo Izen Oct. 9, 2022, 11:58 a.m. UTC | #1
On 10/2/22 03:58, Leo Izen wrote:
> 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.
> 


Bumping for review.

- Leo Izen