summaryrefslogtreecommitdiff
path: root/libavcodec/libjxlenc.c
Commit message (Collapse)AuthorAge
* avcodec/libjxlenc: properly read input colorspaceLeo Izen2022-06-25
| | | | | | | | | | | Whether an ICC profile is present or not, the libjxl encoder wrapper should now properly read colorspace tags and forward them to libjxl appropriately, rather than just assume sRGB as before. It will also print warnings when colorimetric assumptions are made about the input data. Reviewed-by: Niklas Haas <git@haasn.dev> Signed-off-by: Leo Izen <leo.izen@gmail.com>
* avcodec/libjxl: add Jpeg XL encoding via libjxlLeo Izen2022-04-23
This commit adds encoding support to libavcodec for Jpeg XL images via the external library libjxl.