summaryrefslogtreecommitdiff
path: root/libavcodec/synth_filter.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt2022-11-111-1/+0
* dca_core: convert to lavu/txLynne2022-11-061-6/+8
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-6/+7
* avcodec/synth_filter: add more filtersfoo862016-01-311-1/+115
* avcodec/synth_filter: fix whitespacefoo862016-01-311-22/+23
* Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'Hendrik Leppkes2016-01-021-2/+6
|\
| * arm64: port synth_filter_float_neon from armJanne Grunau2015-12-141-2/+6
| * x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-281-0/+1
* | x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-281-0/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+1
|\ \ | |/
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-3/+3
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-3/+3
|/
* Make synth_filter a function pointerMåns Rullgård2010-04-101-1/+8
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Change whitespace placement a little to improve readabiliy slightly.Michael Niedermayer2009-10-291-15/+15
* Vertically align function arguments.Michael Niedermayer2009-10-291-3/+3
* Split synth filter out of dca.c.Michael Niedermayer2009-10-281-0/+56