summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/fmtconvert.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-301-1/+8
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-291-4/+1
* 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
* fmtconvert: drop unused functionsAnton Khirnov2015-02-281-362/+0
* 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
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-3/+0
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-021-15/+2
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-311-26/+26
* 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
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* x86: add colons after labelsMans Rullgard2012-08-071-1/+1
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-3/+3
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-301-0/+78
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-4/+2
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-5/+5
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-021-1/+5
* 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
* Fix NASM include directiveDave Yeo2011-08-151-2/+2
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* dct32_sse: eliminate some spillsLoren Merritt2011-05-221-10/+3
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-201-1/+1
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-181-0/+141
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-141-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+91
OpenPOWER on IntegriCloud