summaryrefslogtreecommitdiff
path: root/libavcodec/ffwavesynth.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* ffwavesynth: convert to new channel layout APIAnton Khirnov2022-03-151-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer2021-03-261-1/+1
* avcodec/ffwavesynth: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-041-1/+1
* avcodec/ffwavesynth: Cleanup generically after init failureAndreas Rheinhardt2020-09-181-10/+4
* avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINEMichael Niedermayer2020-09-071-1/+1
* avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer2020-06-141-2/+2
* avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer2020-04-071-1/+1
* avcodec/ffwavesynth: Fix integer overflow in computation of ddphiMichael Niedermayer2020-03-181-1/+1
* avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()Michael Niedermayer2019-12-311-1/+2
* avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer2019-11-251-2/+2
* 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