summaryrefslogtreecommitdiff
path: root/libavcodec/libjxldec.c
Commit message (Expand)AuthorAge
* avcodec/libjxldec: respect side data preferenceNiklas Haas2024-03-08
* avcodec/libjxldec: emit proper PTS to decoded AVFrameLeo Izen2023-12-22
* avcodec/libjxldec: produce rgbf32 and rgbaf32 framesLeo Izen2023-12-22
* avcodec/libjxldec: use internal AVFrame as buffered spaceLeo Izen2023-08-27
* avcodec/libjxldec: fix errors when decoding grayscale after rgbLeo Izen2023-08-27
* avcodec/libjxldec: build against libjxl 0.9Leo Izen2023-07-10
* avcodec/libjxldec: add animated decode supportLeo Izen2023-06-05
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 featuresLeo Izen2023-02-06
* avcodec/libjxl: respect AVCodecContext->bits_per_raw_sampleLeo Izen2023-01-31
* avcodec/libjxldec: fix gamma22 and gamma28 recognitionLeo Izen2023-01-22
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-04
* avcodec/libjxldec: properly tag output colorspaceLeo Izen2022-06-25
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-23