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-15wavpack: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/wavpackenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-01-08avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt
2019-09-26avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt
2019-05-02avcodec/wavpackenc: use ff_clz()Paul B Mahol
2016-01-20avcodec/wavpackenc: use put_sbitsJames Almer
2016-01-14avcodec/wavpackenc: print channel count in av_log callJames Almer
2016-01-11avcodec/wavpackenc: Check the number of channelsMichael Niedermayer
2016-01-11avcodec/wavpackenc: Headers are per channelMichael Niedermayer
2015-09-09avcodec/wavpackenc: use AV_OPT_TYPE_BOOL for all optionsPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-04-19wavpackenc: use put_sbits()James Almer
2015-02-02avcodec/wavpackenc: remove unneeded L suffixesMichael Niedermayer
2014-08-22wavpackenc: reset trailer info on block encodingChristophe Gisquet
2014-08-22wavpackenc: make assert more thoroughChristophe Gisquet
2014-08-22wavpackenc: fix number of samples per blockChristophe Gisquet
2014-08-21wavpackenc: assert on too small bufferChristophe Gisquet
2014-08-19wavpackenc: proper buffer allocationChristophe Gisquet
2014-08-02avcodec/wavpackenc: Fix log2sample() result valueMichael Niedermayer
2014-06-20avcodec/wavpackenc: fix () in macrosMichael Niedermayer
2013-10-20avcodec/wavpackenc: fix uninitialized retMichael Niedermayer
2013-08-18wavpackenc: do not copy samples if they are not availablePaul B Mahol
2013-08-15wavpackenc: simplify "sign = ((sample) < 0) ? 1 : 0;"Michael Niedermayer
2013-08-14WavPack encoderPaul B Mahol