summaryrefslogtreecommitdiff
path: root/libavcodec/notchlc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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-4/+2
* 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-4/+3
* avcodec/notchlc: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2021-01-031-0/+3
* avcodec/notchlc: Check available space for luma block code and alpha codeMichael Niedermayer2020-11-291-0/+6
* avcodec/notchlc: Revert incorrect compression boundMichael Niedermayer2020-10-201-5/+0
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2020-10-201-0/+5
* avcodec/notchlc: simplify reading le16 in lz4_decompressPaul B Mahol2020-09-051-2/+1
* avcodec/notchlc: add initial alpha supportPaul B Mahol2020-08-231-10/+73
* avcodec: add NotchLC decoderPaul B Mahol2020-05-191-0/+479