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-09-10avcodec/fmvc: Move frame allocation to a later stageMichael Niedermayer
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas 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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-14avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer
2019-06-21avcodec/fmvc: Check if header fields are available before allocating the imageMichael Niedermayer
2018-09-08avcodec/fmvc: use correct pixel format on big-endian for 16 bppPaul B Mahol
2017-10-28Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3'James Almer
2017-05-23avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a k...Max Justicz
2017-05-17avcodec/fmvc: Fix off by 1 errorMichael Niedermayer
2017-05-13avcodec/fmvc: Check nb_blocksMichael Niedermayer
2017-04-13Add FM Screen Capture Codec decoderPaul B Mahol
2017-03-21avcodec/fmvc: small refactoring in decode_type1()Diego Biurrun
2017-02-24avcodec/fmvc: initialize opcode to 0Paul B Mahol
2017-02-17avcodec/fmvc: fix decoding of odd size videosPaul B Mahol
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol