summaryrefslogtreecommitdiff
path: root/libavcodec/synth_filter.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/synth_filter: add more filtersfoo862016-01-31
* avcodec/synth_filter: fix whitespacefoo862016-01-31
* Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'Hendrik Leppkes2016-01-02
|\
| * arm64: port synth_filter_float_neon from armJanne Grunau2015-12-14
| * x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-28
* | x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-28
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-02
|/
* Make synth_filter a function pointerMåns Rullgård2010-04-10
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Change whitespace placement a little to improve readabiliy slightly.Michael Niedermayer2009-10-29
* Vertically align function arguments.Michael Niedermayer2009-10-29
* Split synth filter out of dca.c.Michael Niedermayer2009-10-28