summaryrefslogtreecommitdiff
path: root/libavcodec/ylc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/ylc: Remove inclusion of huffyuvdsp.hAndreas Rheinhardt2022-10-091-5/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+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-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ylc: Reindent after previous commitAndreas Rheinhardt2021-03-081-6/+6
* avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt2021-03-081-16/+7
* avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt2021-03-081-26/+18
* avcodec/ylc: Remove write-only variableAndreas Rheinhardt2021-03-081-3/+0
* avcodec/ylc: Inline constantsAndreas Rheinhardt2020-10-161-6/+9
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-19/+0
* avcodec/ylc: Fix shift overflowMichael Niedermayer2017-07-241-1/+1
* avcodec/ylc: Fix vlc of 31 bitsMichael Niedermayer2017-07-081-1/+1
* avcodec/ylc: Check count in build_vlc()Michael Niedermayer2017-05-281-1/+5
* avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol2016-12-261-0/+1
* avcodec/ylc: add frame threading supportPaul B Mahol2016-12-261-2/+23
* avcodec/ylc: do not leak memory at uninitPaul B Mahol2016-12-261-0/+4
* avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-261-0/+472