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