gecko-dev/media/ffvpx
Lynne 8877c5f839 Bug 1879676 avfft: avoid overreads with RDFT API users r=padenot
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.

Cherry-picked from
90adef99ca

Differential Revision: https://phabricator.services.mozilla.com/D203388
2024-03-05 23:30:18 +00:00
..
compat Bug 1877221 - Pull in new ffmpeg code, reapply patch. r=media-playback-reviewers,chunmin 2024-02-08 10:39:54 +00:00
libavcodec Bug 1879676 avfft: avoid overreads with RDFT API users r=padenot 2024-03-05 23:30:18 +00:00
libavutil Bug 1879873 - Directly use tx instead of the older avfft interface. r=karlt,media-playback-reviewers 2024-02-28 12:50:27 +00:00
changes.patch
config_android32.h
config_android64.h
config_android_x86_64.h
config_audio.h
config_components_audio_only.h
config_components_audio_video.h
config_components.h
config_darwin64.asm
config_darwin64.h
config_darwin_aarch64.h
config_generic.h
config_override.h Bug 1879873 - Remove MOZ_LIBAV_FFT. r=karlt 2024-02-28 12:50:26 +00:00
config_unix32.h
config_unix64.asm
config_unix64.h
config_unix_aarch64.h
config_win32.asm
config_win32.h
config_win64_aarch64.h
config_win64.asm
config_win64.h
config.h
COPYING.LGPLv2.1
COPYING.LGPLv3
ffvpxcommon.mozbuild
libavutil_visibility.h
moz.build
no-unicode-stdio.patch Bug 1879740 - Don't pass an UTF-8 string to system vsnprintf. r=media-playback-reviewers,chunmin 2024-02-13 14:14:31 +00:00
README_MOZILLA Bug 1879740 - Don't pass an UTF-8 string to system vsnprintf. r=media-playback-reviewers,chunmin 2024-02-13 14:14:31 +00:00