summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fmtconvert.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/fmtconvert: Remove obsolete SSE functionsAndreas Rheinhardt2022-06-221-36/+0
* avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()Michael Niedermayer2016-01-151-1/+8
* Merge commit '8563f9887194b07c972c3475d6b51592d77f73f7'Hendrik Leppkes2016-01-021-1/+8
|\
| * x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-301-1/+8
* | Merge commit 'f4f27e4cf1013c55b2c7df359ce8d58ee922662c'Hendrik Leppkes2016-01-021-4/+1
|\ \ | |/
| * x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-291-4/+1
* | Merge commit '5dfe4edad63971d669ae456b0bc40ef9364cca80'Hendrik Leppkes2016-01-021-0/+3
|\ \ | |/
| * x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-141-0/+3
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
* | x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-041-1/+1
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-281-360/+0
|\ \ | |/
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-281-362/+0
* | avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*Michael Niedermayer2014-09-281-1/+1
* | x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2}James Almer2014-09-261-0/+38
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-4/+7
|\ \ | |/
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-4/+7
| * fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-171-1/+1
* | fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet2013-05-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-191-3/+0
|\ \ | |/
| * x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-3/+0
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-031-15/+2
|\ \ | |/
| * x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-021-15/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-311-26/+26
|\ \ | |/
| * x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer2012-10-311-70/+71
|\ \ | |/
| * x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-311-70/+71
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * x86: add colons after labelsMans Rullgard2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-031-3/+3
|\ \ | |/
| * x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-0/+78
|\ \ | |/
| * x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-301-0/+78
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-4/+2
|\ \ | |/
| * x86inc improvements for 64-bitHenrik Gramner2012-04-111-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-5/+5
|\ \ | |/
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-041-1/+5
|\ \ | |/
| * fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-0/+140
|\ \ | |/
| * fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-211-0/+52
| * fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+46
| * fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+42
* | Move x264asm to libavutil.Kieran Kunhya2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-2/+2
|\ \ | |/
| * Fix NASM include directiveDave Yeo2011-08-151-2/+2
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-2/+2
|\ \ | |/
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1