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-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_reget_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-05-02avcodec/dsicinvideo: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-09-15avcodec/dsicinvideo: Remove redundant code for freeingAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-04-24avcodec/dsicinvideo: check the amount decoded by cin_decode_huffman()Michael Niedermayer
2018-09-08avcodec/dsicinvideo: decoder supports init_cleanup capabilityPaul B Mahol
2018-04-19avcodec/dsicinvideo: Fail if there is only a small fraction of the data avail...Michael Niedermayer
2018-04-19avcodec/dsicinvideo: Propagate errors from cin_decode_rle()Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-07-07Merge commit 'd6902070c52151ec1e8154ce9b22283a1d0bc192'Michael Niedermayer
2014-07-06dsicin: Split audio and video decoderNidhi Makhijani