summaryrefslogtreecommitdiff
path: root/libavcodec/ffwavesynth.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer2021-03-26
* avcodec/ffwavesynth: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/ffwavesynth: Cleanup generically after init failureAndreas Rheinhardt2020-09-18
* avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINEMichael Niedermayer2020-09-07
* avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer2020-06-14
* avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer2020-04-07
* avcodec/ffwavesynth: Fix integer overflow in computation of ddphiMichael Niedermayer2020-03-18
* avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()Michael Niedermayer2019-12-31
* avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer2019-11-25
* avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer2019-10-20
* avcodec/ffwavesynth: Fix integer overflow in timestampsMichael Niedermayer2019-09-24
* avcodec/ffwavesynth: Fixes invalid shift with pink noise seekingMichael Niedermayer2019-08-15
* avcodec/ffwavesynth: Fix integer overflow for some corner case valuesMichael Niedermayer2019-08-15
* avcodec/ffwavesynth: Check if there is enough extradata before allocationMichael Niedermayer2019-07-20
* avcodec/ffwavesynth: More correct cast in wavesynth_seek()Michael Niedermayer2019-07-20
* avcodec/ffwavesynth: Check sample rate before useMichael Niedermayer2019-07-20
* avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer2019-07-08
* avcodec/ffwavesynth: Check ts_end - ts_start for overflowMichael Niedermayer2019-06-26
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-29
* lavc/ffwavesynth: fix dependency sizeof(AVFrame).Nicolas George2013-12-30
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavc: add ffwavesynth pseudo-codec.Nicolas George2011-12-15