summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_mmx.asm
Commit message (Expand)AuthorAge
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-25
* x86: add colons after labelsMans Rullgard2012-08-07
* fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-04
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86: fft: fix imdct_half() for AVXRonald S. Bultje2012-08-02
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-31
* fft: rename "z" to "zc" to prevent name collision.Ronald S. Bultje2012-07-28
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* x86: fft: replace call to memcpy by a loopChristophe Gisquet2012-06-27
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-25
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-25
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-25
* x86: use new schema for ASM macrosVitor Sessak2012-05-29
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* fft: init functions with INIT_XMM/YMM.Henrik Gramner2012-01-11
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-27
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-20
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* Split and then simplify address generation macro.Reimar Döffinger2010-09-26
* cosmetics in imdct_sseLoren Merritt2010-08-28
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-22
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-30
* s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt2009-10-25
* Update x264 asm code to latest to add support for 64-bit Windows.John Adcock2009-08-04
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-13
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22