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_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
2022-03-15ffwavesynth: convert to new channel layout APIAnton Khirnov
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-26avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer
2020-12-04avcodec/ffwavesynth: Mark decoder as init-threadsafeAndreas Rheinhardt
2020-09-18avcodec/ffwavesynth: Cleanup generically after init failureAndreas Rheinhardt
2020-09-08avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINEMichael Niedermayer
2020-06-14avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer
2020-04-07avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer
2020-03-18avcodec/ffwavesynth: Fix integer overflow in computation of ddphiMichael Niedermayer
2019-12-31avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()Michael Niedermayer
2019-11-25avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer
2019-10-20avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer
2019-09-24avcodec/ffwavesynth: Fix integer overflow in timestampsMichael Niedermayer
2019-08-15avcodec/ffwavesynth: Fixes invalid shift with pink noise seekingMichael Niedermayer
2019-08-15avcodec/ffwavesynth: Fix integer overflow for some corner case valuesMichael Niedermayer
2019-07-20avcodec/ffwavesynth: Check if there is enough extradata before allocationMichael Niedermayer
2019-07-20avcodec/ffwavesynth: More correct cast in wavesynth_seek()Michael Niedermayer
2019-07-20avcodec/ffwavesynth: Check sample rate before useMichael Niedermayer
2019-07-08avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer
2019-07-08avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer
2019-07-08avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer
2019-06-26avcodec/ffwavesynth: Check ts_end - ts_start for overflowMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2014-12-29avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2013-12-30lavc/ffwavesynth: fix dependency sizeof(AVFrame).Nicolas George
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2011-12-15lavc: add ffwavesynth pseudo-codec.Nicolas George