summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffwavesynth.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ffwavesynth: Fix integer overflows in pink noise additionMichael Niedermayer2019-10-201-2/+2
* avcodec/ffwavesynth: Fix integer overflow in timestampsMichael Niedermayer2019-09-241-1/+1
* avcodec/ffwavesynth: Fixes invalid shift with pink noise seekingMichael Niedermayer2019-08-151-1/+1
* avcodec/ffwavesynth: Fix integer overflow for some corner case valuesMichael Niedermayer2019-08-151-2/+2
* avcodec/ffwavesynth: Check if there is enough extradata before allocationMichael Niedermayer2019-07-201-1/+1
* avcodec/ffwavesynth: More correct cast in wavesynth_seek()Michael Niedermayer2019-07-201-1/+1
* avcodec/ffwavesynth: Check sample rate before useMichael Niedermayer2019-07-201-1/+1
* avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer2019-07-081-1/+1
* avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer2019-07-081-9/+3
* avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer2019-07-081-1/+1
* avcodec/ffwavesynth: Check ts_end - ts_start for overflowMichael Niedermayer2019-06-261-1/+4
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-291-4/+4
* lavc/ffwavesynth: fix dependency sizeof(AVFrame).Nicolas George2013-12-301-7/+4
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+3
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* lavc: add ffwavesynth pseudo-codec.Nicolas George2011-12-151-0/+482
OpenPOWER on IntegriCloud