summaryrefslogtreecommitdiff
path: root/libavcodec/cri.c
Commit message (Expand)AuthorAge
* 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