summaryrefslogtreecommitdiff
path: root/libavcodec/cri.c
Commit message (Expand)AuthorAge
* avcodec/cri: respect side data preferenceNiklas Haas2024-03-04
* avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algoAndreas Rheinhardt2024-02-14
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/cri: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-24
* 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: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/cri: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/cri: Stop the bitreader at the end of uncompressed inputMichael Niedermayer2021-02-22
* avcodec/cri: Use ff_set_dimensions()Michael Niedermayer2021-02-02
* avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer2021-01-26
* avcodec/cri: check for available input in unpack_10bit()Michael Niedermayer2021-01-21
* avcodec/cri: Make decoder init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/cri: Check for end of image in unpack_10bit()Michael Niedermayer2020-10-20
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-07