summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fmtconvert.asm
Commit message (Expand)AuthorAge
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-30
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-29
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-14
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* fmtconvert: drop unused functionsAnton Khirnov2015-02-28
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-02
* x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun2012-10-31
* x86: fmtconvert: port to cpuflagsDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: add colons after labelsMans Rullgard2012-08-07
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*Ronald S. Bultje2012-06-30
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-02
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-21
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* dct32_sse: eliminate some spillsLoren Merritt2011-05-22
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-20
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-18
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02