summaryrefslogtreecommitdiff
path: root/libavcodec/x86/proresdsp.asm
Commit message (Expand)AuthorAge
* avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-20
* avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-20
* avcodec/x86: cleanup simple_idct10James Darnley2017-06-20
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-21
* x86: simple_idct10_template: use constChristophe Gisquet2015-10-13
* x86: simple_idct(_put): 10bits versionsChristophe Gisquet2015-10-13
* x86: simple_idct10_template: fix overflow in passChristophe Gisquet2015-10-13
* x86: prores: templatize 10 bits simple_idctChristophe Gisquet2015-10-13
* x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer2015-03-16
* x86/proresdsp: remove unused macroJames Almer2015-03-16
* Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-14
|\
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-31
|\|
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
|\|
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* | Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-03
|\|
| * x86: proresdsp: improve SIGNEXTEND macro commentsDiego Biurrun2012-08-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\|
| * proresdsp: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-27
* | Fix compilation without HAVE_AVX.Reimar Döffinger2012-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* | Fix compilation with yasm-0.6.2Carl Eugen Hoyos2012-01-12
* | proresdsp: fix roundingMichael Niedermayer2011-10-12
* | proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer2011-10-12
* | proresdsp: Optimize series of padds outMichael Niedermayer2011-10-12
* | proresdsp.asm: Remove useless instructions.Michael Niedermayer2011-10-12
* | proresdsp.asm: drop useless shiftsElvis Presley2011-10-12
|/
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11