summaryrefslogtreecommitdiff
path: root/libavcodec/libjxldec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 featuresLeo Izen2023-02-061-6/+13
* avcodec/libjxl: respect AVCodecContext->bits_per_raw_sampleLeo Izen2023-01-311-4/+13
* avcodec/libjxldec: fix gamma22 and gamma28 recognitionLeo Izen2023-01-221-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-301-1/+2
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-041-1/+1
* avcodec/libjxldec: properly tag output colorspaceLeo Izen2022-06-251-17/+197
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-231-0/+280