29 Commits (912f125c4224da6c6b07e53b1c0d3fbdb429a989)

Author SHA1 Message Date
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer be08b84f8b avcodec/ffwavesynth: Avoid signed integer overflow in phi_at() 4 years ago
Andreas Rheinhardt dbf8a1639f avcodec/ffwavesynth: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 01506c290a avcodec/ffwavesynth: Cleanup generically after init failure 4 years ago
Michael Niedermayer a0da95df77 avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINE 4 years ago
Michael Niedermayer 584d334afd avcodec/ffwavesynth: Avoid undefined operation on ts overflow 5 years ago
Michael Niedermayer 187161d62f avcodec/ffwavesynth: Correct undefined overflow of PINK_UNIT 5 years ago
Michael Niedermayer c85bf16318 avcodec/ffwavesynth: Fix integer overflow in computation of ddphi 5 years ago
Michael Niedermayer fa47f6412d avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample() 5 years ago
Michael Niedermayer d82ab96e76 avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next 5 years ago
Michael Niedermayer 7916b6863c avcodec/ffwavesynth: Fix integer overflows in pink noise addition 5 years ago
Michael Niedermayer c7ccbf40ed avcodec/ffwavesynth: Fix integer overflow in timestamps 5 years ago
Michael Niedermayer cdea0206ef avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking 5 years ago
Michael Niedermayer c4a88fb546 avcodec/ffwavesynth: Fix integer overflow for some corner case values 5 years ago
Michael Niedermayer 65bac4a782 avcodec/ffwavesynth: Check if there is enough extradata before allocation 6 years ago
Michael Niedermayer f4605770af avcodec/ffwavesynth: More correct cast in wavesynth_seek() 6 years ago
Michael Niedermayer c95857a423 avcodec/ffwavesynth: Check sample rate before use 6 years ago
Michael Niedermayer e9dd3c7126 avcodec/ffwavesynth: use uint32_t to compute difference, it is enough 6 years ago
Michael Niedermayer 8c02209935 avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative case 6 years ago
Michael Niedermayer cf2bd3ce79 avcodec/ffwavesynth: Fix backward lcg_seek() 6 years ago
Michael Niedermayer 2db7a3bc4a avcodec/ffwavesynth: Check ts_end - ts_start for overflow 6 years ago
Michael Niedermayer 748ad112e2 avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Nicolas George bcfcb8b852 lavc/ffwavesynth: fix dependency sizeof(AVFrame). 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Nicolas George b33fd66f46 lavc: add ffwavesynth pseudo-codec. 13 years ago