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: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-27avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur genericallyAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-03-15tta: convert to new channel layout APIAnton Khirnov
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/ttaenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2019-09-16avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt
2016-08-02avcodec/ttaenc: split off hybrid filter processing as ttaencdspJames Almer
2016-04-26avcodec/ttaenc: Reallocate packet if its too smallMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2014-06-07avcodec/tta: fix macro ()Michael Niedermayer
2014-04-25avcodec/ttaenc: use av_malloc_array()Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-08-02ttaenc: fix packet sizePaul B Mahol
2013-06-02tta encoderPaul B Mahol