summaryrefslogtreecommitdiff
path: root/libavcodec/libjxldec.c
Commit message (Collapse)AuthorAge
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
| | | | | | | These packets need not be writable, so we must not modify them. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/libjxldec: properly tag output colorspaceLeo Izen2022-06-25
| | | | | | | | | Whether an ICC profile is present or not, the decoder should now properly tag the colorspace of pixel data received by the decoder. Reviewed-by: Niklas Haas <git@haasn.dev> Signed-off-by: Leo Izen <leo.izen@gmail.com>
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-23
This commit adds decoding support to libavcodec for Jpeg XL images via the external library libjxl.