[FFmpeg-devel] [PATCH] avfft: avoid overreads with RDFT API users

Lynne dev at lynne.ee
Fri Feb 9 19:27:50 EET 2024


The new API requires an extra array member at the very end,
which old API users did not do.

This disables in-place RDFT transforms and instead
does the transform out of place by copying once, there shouldn't
be a significant loss of speed as our in-place FFT requires a reorder
which is likely more expensive in the majority of cases to do.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfft-avoid-overreads-with-RDFT-API-users.patch
Type: text/x-diff
Size: 2443 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240209/42329e92/attachment.patch>


More information about the ffmpeg-devel mailing list