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
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