| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ffwavesynth: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Cleanup generically after init failure | Andreas Rheinhardt | 2020-09-18 | 1 | -10/+4 |
* | avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINE | Michael Niedermayer | 2020-09-07 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Avoid undefined operation on ts overflow | Michael Niedermayer | 2020-06-14 | 1 | -2/+2 |
* | avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT | Michael Niedermayer | 2020-04-07 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Fix integer overflow in computation of ddphi | Michael Niedermayer | 2020-03-18 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample() | Michael Niedermayer | 2019-12-31 | 1 | -1/+2 |
* | avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next | Michael Niedermayer | 2019-11-25 | 1 | -2/+2 |
* | avcodec/ffwavesynth: Fix integer overflows in pink noise addition | Michael Niedermayer | 2019-10-20 | 1 | -2/+2 |
* | avcodec/ffwavesynth: Fix integer overflow in timestamps | Michael Niedermayer | 2019-09-24 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking | Michael Niedermayer | 2019-08-15 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Fix integer overflow for some corner case values | Michael Niedermayer | 2019-08-15 | 1 | -2/+2 |
* | avcodec/ffwavesynth: Check if there is enough extradata before allocation | Michael Niedermayer | 2019-07-20 | 1 | -1/+1 |
* | avcodec/ffwavesynth: More correct cast in wavesynth_seek() | Michael Niedermayer | 2019-07-20 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Check sample rate before use | Michael Niedermayer | 2019-07-20 | 1 | -1/+1 |
* | avcodec/ffwavesynth: use uint32_t to compute difference, it is enough | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative case | Michael Niedermayer | 2019-07-08 | 1 | -9/+3 |
* | avcodec/ffwavesynth: Fix backward lcg_seek() | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Check ts_end - ts_start for overflow | Michael Niedermayer | 2019-06-26 | 1 | -1/+4 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-29 | 1 | -4/+4 |
* | lavc/ffwavesynth: fix dependency sizeof(AVFrame). | Nicolas George | 2013-12-30 | 1 | -7/+4 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+3 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | lavc: add ffwavesynth pseudo-codec. | Nicolas George | 2011-12-15 | 1 | -0/+482 |