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-06-20avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley
2017-06-20avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley
2017-06-20avcodec/x86: cleanup simple_idct10James Darnley
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2015-10-13x86: simple_idct10_template: use constChristophe Gisquet
2015-10-13x86: simple_idct(_put): 10bits versionsChristophe Gisquet
2015-10-13x86: simple_idct10_template: fix overflow in passChristophe Gisquet
2015-10-13x86: prores: templatize 10 bits simple_idctChristophe Gisquet
2015-03-16x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer
2015-03-16x86/proresdsp: remove unused macroJames Almer
2014-03-14Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-03x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje
2012-02-13Fix compilation without HAVE_AVX.Reimar Döffinger
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-12Fix compilation with yasm-0.6.2Carl Eugen Hoyos
2011-10-13proresdsp: fix roundingMichael Niedermayer
2011-10-13proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer
2011-10-13proresdsp: Optimize series of padds outMichael Niedermayer
2011-10-13proresdsp.asm: Remove useless instructions.Michael Niedermayer
2011-10-12proresdsp.asm: drop useless shiftsElvis Presley
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje