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
2022-10-09avcodec/ylc: Remove inclusion of huffyuvdsp.hAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-08avcodec/ylc: Reindent after previous commitAndreas Rheinhardt
2021-03-08avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt
2021-03-08avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt
2021-03-08avcodec/ylc: Remove write-only variableAndreas Rheinhardt
2020-10-16avcodec/ylc: Inline constantsAndreas Rheinhardt
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2017-07-24avcodec/ylc: Fix shift overflowMichael Niedermayer
2017-07-09avcodec/ylc: Fix vlc of 31 bitsMichael Niedermayer
2017-05-28avcodec/ylc: Check count in build_vlc()Michael Niedermayer
2016-12-26avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol
2016-12-26avcodec/ylc: add frame threading supportPaul B Mahol
2016-12-26avcodec/ylc: do not leak memory at uninitPaul B Mahol
2016-06-26avcodec: add YUY2 Lossless Codec decoderPaul B Mahol