| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise... | James Almer | 2017-07-05 | 1 | -1/+2 |
* | x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main | James Almer | 2017-07-04 | 1 | -2/+1 |
* | x86/sbrdsp: zero extend m_max in apply_noise_main | James Almer | 2017-07-04 | 1 | -14/+14 |
* | x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sse | James Almer | 2017-06-30 | 1 | -13/+13 |
* | lavc/x86: clear r2 higher bits in ff_sbr_sum_square | Matthieu Bouron | 2017-06-26 | 1 | -1/+1 |
* | x86/aacdec: use HADDPS macro | James Almer | 2016-06-08 | 1 | -20/+4 |
* | avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise | Michael Niedermayer | 2015-09-29 | 1 | -0/+1 |
* | x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelate | James Almer | 2015-08-06 | 1 | -17/+17 |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 1 | -1/+1 |
* | x86/sbrdsp: Use different mem moves | Christophe Gisquet | 2015-01-25 | 1 | -6/+8 |
* | x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3} | James Almer | 2015-01-25 | 1 | -0/+114 |
* | x86: sbrdsp/fft: reuse ps_neg constant | Christophe Gisquet | 2014-08-06 | 1 | -1/+1 |
* | x86: sbrdsp: implement SSE qmf_deint_neg | Christophe Gisquet | 2014-05-15 | 1 | -0/+22 |
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77' | Michael Niedermayer | 2014-03-14 | 1 | -4/+4 |
|\ |
|
| * | x86: Make function prototype comments in assembly code consistent | Diego Biurrun | 2014-03-13 | 1 | -4/+4 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge commit '2c299d4165cd9653153e12270971c2368551b79e' | Michael Niedermayer | 2013-05-10 | 1 | -6/+6 |
|\| |
|
| * | x86: sbrdsp: implement SSE2 qmf_pre_shuffle | Christophe Gisquet | 2013-05-10 | 1 | -0/+30 |
* | | x86: sbrdsp: force PIC addressing for Win64 | Christophe Gisquet | 2013-05-08 | 1 | -11/+2 |
* | | Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8' | Michael Niedermayer | 2013-05-04 | 1 | -24/+24 |
|\| |
|
| * | x86: sbrdsp: Implement SSE2 qmf_deint_bfly | Christophe Gisquet | 2013-05-03 | 1 | -0/+28 |
* | | avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC, Try #2 | Michael Niedermayer | 2013-04-24 | 1 | -0/+4 |
* | | x86: sbrdsp: implement SSE2 hf_apply_noise | Christophe Gisquet | 2013-04-19 | 1 | -0/+114 |
* | | x86: sbrdsp: implement SSE2 qmf_pre_shuffle | Christophe Gisquet | 2013-04-10 | 1 | -0/+30 |
* | | x86: sbrdsp: implement SSE qmf_deint_bfly | Christophe Gisquet | 2013-04-08 | 1 | -0/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-06 | 1 | -16/+16 |
|\| |
|
| * | x86: sbrdsp: Implement SSE neg_odd_64 | Christophe Gisquet | 2013-04-05 | 1 | -0/+22 |
* | | x86: sbrdsp: implement SSE neg_odd_64 | Christophe Gisquet | 2013-04-05 | 1 | -0/+22 |
* | | Merge commit '4f50646697606df39317b93c2a427603b77636ee' | Michael Niedermayer | 2013-01-07 | 1 | -0/+20 |
|\| |
|
| * | x86: sbrdsp: Implement SSE qmf_post_shuffle | Christophe Gisquet | 2013-01-06 | 1 | -0/+20 |
* | | Merge commit '44a0036d10579ed91e48df24859e54b08a582742' | Michael Niedermayer | 2013-01-07 | 1 | -0/+22 |
|\| |
|
| * | x86: sbrdsp: Implement SSE sum64x5 | Christophe Gisquet | 2013-01-06 | 1 | -0/+22 |
* | | sbr_hf_gen_sse: Optimize code a bit more. | Michael Niedermayer | 2012-12-08 | 1 | -21/+18 |
|/ |
|
* | SBR DSP x86: implement SSE sbr_hf_gen | Christophe Gisquet | 2012-12-07 | 1 | -2/+71 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | dsputil x86: use SSE float instruction instead of SSE2 integer equivalent | Christophe GISQUET | 2012-04-04 | 1 | -1/+1 |
* | aacsbr: handle m_max values smaller than 4. | Ronald S. Bultje | 2012-03-23 | 1 | -0/+1 |
* | sbrdsp.asm: convert all instructions to float/SSE ones. | Reimar Döffinger | 2012-03-07 | 1 | -8/+8 |
* | SBR DSP: fix SSE code to not use SSE2 instructions. | Reimar Döffinger | 2012-03-06 | 1 | -1/+1 |
* | SBR DSP x86: implement SSE sbr_hf_g_filt | Christophe GISQUET | 2012-02-23 | 1 | -0/+40 |
* | SBR DSP x86: implement SSE sbr_sum_square_sse | Christophe GISQUET | 2012-02-23 | 1 | -0/+74 |