| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -1/+1 |
* | fft: 3dnow: fix register name typo in DECL_IMDCT macro | Ronald S. Bultje | 2012-08-04 | 1 | -1/+1 |
* | x86: Use consistent 3dnowext function and macro name suffixes | Diego Biurrun | 2012-08-03 | 1 | -23/+23 |
* | x86: fft: fix imdct_half() for AVX | Ronald S. Bultje | 2012-08-02 | 1 | -3/+10 |
* | fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. | Ronald S. Bultje | 2012-07-31 | 1 | -28/+168 |
* | fft: rename "z" to "zc" to prevent name collision. | Ronald S. Bultje | 2012-07-28 | 1 | -9/+9 |
* | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 1 | -6/+0 |
* | x86: fft: replace call to memcpy by a loop | Christophe Gisquet | 2012-06-27 | 1 | -25/+12 |
* | x86: fft: elf64: fix PIC build | Mans Rullgard | 2012-06-25 | 1 | -0/+4 |
* | x86: fft: win64: fix stack alignment for memcpy() call | Mans Rullgard | 2012-06-25 | 1 | -7/+9 |
* | x86: fft: convert sse inline asm to yasm | Mans Rullgard | 2012-06-25 | 1 | -10/+129 |
* | x86: use new schema for ASM macros | Vitor Sessak | 2012-05-29 | 1 | -51/+57 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -16/+9 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -14/+14 |
* | fft: init functions with INIT_XMM/YMM. | Henrik Gramner | 2012-01-11 | 1 | -0/+3 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -1/+1 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | x86: Add appropriate ifdefs around certain AVX functions. | Diego Biurrun | 2011-05-27 | 1 | -0/+8 |
* | Add support for a.out object format to assembler macros. | Dave Yeo | 2011-05-20 | 1 | -1/+1 |
* | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -150/+334 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-13 | 1 | -32/+30 |
* | Split and then simplify address generation macro. | Reimar Döffinger | 2010-09-26 | 1 | -20/+22 |
* | cosmetics in imdct_sse | Loren Merritt | 2010-08-28 | 1 | -25/+20 |
* | Convert ff_imdct_half_sse() to yasm. | Alex Converse | 2010-08-22 | 1 | -7/+195 |
* | more credits to D. J. Bernstein for fft | Loren Merritt | 2010-07-18 | 1 | -0/+3 |
* | Update x264asm header files to latest versions. | Jason Garrett-Glaser | 2010-06-23 | 1 | -12/+12 |
* | Make the jump-table section-relative for x86_64 with PIC enabled. | Reimar Döffinger | 2010-01-30 | 1 | -7/+12 |
* | s/movdqa/movaps/ in sse1 fft. (regression in r20293) | Loren Merritt | 2009-10-25 | 1 | -0/+2 |
* | Update x264 asm code to latest to add support for 64-bit Windows. | John Adcock | 2009-08-04 | 1 | -1/+1 |
* | Put dispatch_tab in the rodata section for macho64. | Alexander Strange | 2009-02-13 | 1 | -0/+6 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -0/+467 |