summaryrefslogtreecommitdiff
path: root/libavcodec/ylc.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/ylc: Reindent after previous commitAndreas Rheinhardt2021-03-08
* avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt2021-03-08
* avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt2021-03-08
* avcodec/ylc: Remove write-only variableAndreas Rheinhardt2021-03-08
* avcodec/ylc: Inline constantsAndreas Rheinhardt2020-10-16
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/ylc: Fix shift overflowMichael Niedermayer2017-07-24
* avcodec/ylc: Fix vlc of 31 bitsMichael Niedermayer2017-07-08
* avcodec/ylc: Check count in build_vlc()Michael Niedermayer2017-05-28
* avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol2016-12-26
* avcodec/ylc: add frame threading supportPaul B Mahol2016-12-26
* avcodec/ylc: do not leak memory at uninitPaul B Mahol2016-12-26
* avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-26