Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-17avcodec/cri: use av_packet_alloc() to allocate packetsJames Almer
2021-02-22avcodec/cri: Stop the bitreader at the end of uncompressed inputMichael Niedermayer
2021-02-02avcodec/cri: Use ff_set_dimensions()Michael Niedermayer
2021-01-26avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer
2021-01-21avcodec/cri: check for available input in unpack_10bit()Michael Niedermayer
2020-12-04avcodec/cri: Make decoder init-threadsafeAndreas Rheinhardt
2020-10-20avcodec/cri: Check for end of image in unpack_10bit()Michael Niedermayer
2020-10-07avcodec: add Cintel RAW decoderPaul B Mahol