]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/mathops.h
x86: fft: remove unused fft_dispatch* functions
[ffmpeg] / libavcodec / x86 / mathops.h
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Justin Rugglesmathops: fix MULL() when the compiler does not inline...
2011-03-15 Justin Rugglesmathops: change "g" constraint to "rm" in x86-32 versio...
2011-03-15 Justin Rugglesmathops: convert MULL/MULH/MUL64 to inline functions...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.