aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dcadsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/dcadec: add ff_lfe_fir1_float_{sse3,avx}James Almer2016-02-221-1/+8
* x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer2016-02-061-0/+45
* avcodec/dca: remove old decoderfoo862016-01-311-42/+0
* avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-251-51/+0
* Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-021-20/+0
|\
| * dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-241-20/+0
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-2/+2
| * x86/synth_filter: remove the fma3 version ifdefsJames Almer2014-04-131-2/+0
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-011-2/+2
* | x86/dcadsp: add ff_dca_lfe_fir0_fma3James Almer2014-04-051-0/+5
* | x86/synth_filter: compile avx and fma3 functions unconditionallyJames Almer2014-04-051-6/+0
* | avcodec/x86/dcadsp_init: fix compilation failure without FMA3Michael Niedermayer2014-04-051-0/+4
* | Merge commit 'c74b86699c86bdf62e8570f41d8a38be5710baa3'Michael Niedermayer2014-04-041-3/+5
|\|
| * x86/synth_filter: add synth_filter_fma3James Almer2014-04-041-0/+6
| * x86/synth_filter: add synth_filter_avxJames Almer2014-04-041-0/+4
| * x86/synth_filter: add synth_filter_sseJames Almer2014-04-041-17/+28
* | Merge commit '3bfdee00cd92ff07c364d4901c4aefda32780756'Michael Niedermayer2014-03-061-2/+2
|\|
| * x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-051-0/+4
* | x86/synth_filter: add synth_filter_fma3James Almer2014-03-051-0/+4
* | x86/synth_filter: add missing HAVE_YASM guardJames Almer2014-03-041-0/+4
* | x86/synth_filter: add synth_filter_avxJames Almer2014-03-021-0/+4
* | x86/synth_filter: add synth_filter_sseJames Almer2014-03-011-16/+27
* | Merge commit '4cb6964244fd6c099383d8b7e99731e72cc844b9'Michael Niedermayer2014-02-281-6/+12
|\|
| * dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-281-6/+12
* | Merge commit '08e3ea60ff4059341b74be04a428a38f7c3630b0'Michael Niedermayer2014-02-281-1/+1
|\|
| * x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-281-0/+28
| * x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-281-0/+4
* | x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-281-0/+28
* | x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-281-0/+4
* | Merge commit '5b59a9fc6152169599561f04b4f66370edda5c9c'Michael Niedermayer2014-02-081-4/+4
|/
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-071-0/+47