aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cri.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cri: respect side data preferenceNiklas Haas2024-03-081-2/+2
* avcodec/cri, tdsc, tiff: Don't forward AVCodecContext.dct_algoAndreas Rheinhardt2024-02-141-1/+0
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/cri: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol2022-09-241-1/+5
* 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/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/cri: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+10
* avcodec/cri: Stop the bitreader at the end of uncompressed inputMichael Niedermayer2021-02-221-0/+3
* avcodec/cri: Use ff_set_dimensions()Michael Niedermayer2021-02-021-2/+6
* avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer2021-01-261-1/+1
* avcodec/cri: check for available input in unpack_10bit()Michael Niedermayer2021-01-211-4/+7
* avcodec/cri: Make decoder init-threadsafeAndreas Rheinhardt2020-12-041-2/+2
* avcodec/cri: Check for end of image in unpack_10bit()Michael Niedermayer2020-10-201-0/+18
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-071-0/+406