Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-05Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer
2017-07-05x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer
2017-07-05x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer
2017-06-30x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer
2017-06-26lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron
2016-06-08x86/aacdec: use HADDPS macroJames Almer
2015-09-29avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noiseMichael Niedermayer
2015-08-07x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelateJames Almer
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-01-26x86/sbrdsp: Use different mem movesChristophe Gisquet
2015-01-26x86/sbrdsp: add ff_sbr_autocorrelate_{sse,sse3}James Almer
2014-08-06x86: sbrdsp/fft: reuse ps_neg constantChristophe Gisquet
2014-05-16x86: sbrdsp: implement SSE qmf_deint_negChristophe Gisquet
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-11Merge commit '2c299d4165cd9653153e12270971c2368551b79e'Michael Niedermayer
2013-05-10x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet
2013-05-08x86: sbrdsp: force PIC addressing for Win64Christophe Gisquet
2013-05-04Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8'Michael Niedermayer
2013-05-03x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet
2013-04-24avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC, Try #2Michael Niedermayer
2013-04-19x86: sbrdsp: implement SSE2 hf_apply_noiseChristophe Gisquet
2013-04-10x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet
2013-04-08x86: sbrdsp: implement SSE qmf_deint_bflyChristophe Gisquet
2013-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-06x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet
2013-04-05x86: sbrdsp: implement SSE neg_odd_64Christophe Gisquet
2013-01-07Merge commit '4f50646697606df39317b93c2a427603b77636ee'Michael Niedermayer
2013-01-07Merge commit '44a0036d10579ed91e48df24859e54b08a582742'Michael Niedermayer
2013-01-06x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet
2013-01-06x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet
2012-12-08sbr_hf_gen_sse: Optimize code a bit more.Michael Niedermayer
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-04-04dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET
2012-03-23aacsbr: handle m_max values smaller than 4.Ronald S. Bultje
2012-03-08sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger
2012-03-07SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger
2012-02-24SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET