summaryrefslogtreecommitdiff
path: root/libavcodec/notchlc.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/notchlc: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2021-01-03
* avcodec/notchlc: Check available space for luma block code and alpha codeMichael Niedermayer2020-11-29
* avcodec/notchlc: Revert incorrect compression boundMichael Niedermayer2020-10-20
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2020-10-20
* avcodec/notchlc: simplify reading le16 in lz4_decompressPaul B Mahol2020-09-05
* avcodec/notchlc: add initial alpha supportPaul B Mahol2020-08-23
* avcodec: add NotchLC decoderPaul B Mahol2020-05-19