mpv/audio/filter
Niklas Haas ec0006bfa1 af_scaletempo2: use gcc vectors to speed up inner loop
This brings my scaletempo2 benchmark down from ~22s to ~7s on my machine
(-march=native), and down to ~11s with a generic compile.

Guarded behind an appropriate #ifdef to avoid being ableist against
people who have the clinical need to run obscure platforms.

Closes #8848
2021-05-26 17:35:55 +02:00
..
af_drop.c audio: redo video-sync=display-adrop 2020-05-23 04:04:46 +02:00
af_format.c options: cleanup .min use for OPT_CHANNELS 2020-04-09 11:27:38 +02:00
af_lavcac3enc.c build: address AVCodec, AVInputFormat, AVOutputFormat const warnings 2021-05-01 22:07:31 +02:00
af_rubberband.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
af_scaletempo.c af_scaletempo: handle obscure integer overflow 2020-06-02 20:43:49 +02:00
af_scaletempo2.c af_scaletempo2: fix bug where speed was not set 2020-07-27 18:12:05 +02:00
af_scaletempo2_internals.c af_scaletempo2: use gcc vectors to speed up inner loop 2021-05-26 17:35:55 +02:00
af_scaletempo2_internals.h audio: add scaletempo2 filter based on chromium 2020-07-27 00:57:22 +02:00