]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/fft_mmx.asm
Don't include common.h from avutil.h
[ffmpeg] / libavcodec / x86 / fft_mmx.asm
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-03 Ronald S. Bultjefft: 3dnow: fix register name typo in DECL_IMDCT macro
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-08-02 Ronald S. Bultjex86: fft: fix imdct_half() for AVX
2012-08-01 Ronald S. Bultjefft: port FFT/IMDCT 3dnow functions to yasm, and disabl...
2012-07-28 Ronald S. Bultjefft: rename "z" to "zc" to prevent name collision.
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-06-27 Christophe Gisquetx86: fft: replace call to memcpy by a loop
2012-06-25 Mans Rullgardx86: fft: elf64: fix PIC build
2012-06-25 Mans Rullgardx86: fft: win64: fix stack alignment for memcpy() call
2012-06-25 Mans Rullgardx86: fft: convert sse inline asm to yasm
2012-05-29 Vitor Sessakx86: use new schema for ASM macros
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-11 Henrik Gramnerfft: init functions with INIT_XMM/YMM.
2011-08-15 Dave YeoFix NASM include directive
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-05-27 Diego Biurrunx86: Add appropriate ifdefs around certain AVX functions.
2011-05-20 Dave YeoAdd support for a.out object format to assembler macros.
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2010-09-26 Reimar DöffingerSplit and then simplify address generation macro.
2010-08-28 Loren Merrittcosmetics in imdct_sse
2010-08-22 Alex ConverseConvert ff_imdct_half_sse() to yasm.
2010-07-18 Loren Merrittmore credits to D. J. Bernstein for fft
2010-06-23 Jason Garrett-GlaserUpdate x264asm header files to latest versions.
2010-01-30 Reimar DöffingerMake the jump-table section-relative for x86_64 with...
2009-10-25 Loren Merritts/movdqa/movaps/ in sse1 fft. (regression in r20293)
2009-08-04 John AdcockUpdate x264 asm code to latest to add support for 64...
2009-02-13 Alexander StrangePut dispatch_tab in the rodata section for macho64.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.