11 Commits (d56920e206b639d9e2a4e22b90acc680c6e4ca04)

Author SHA1 Message Date
Ramiro Polla eed299b897 sad16_sse2: merge 2 asm blocks 14 years ago
Ramiro Polla 05c018078c motion_est_mmx: prefer xmm registers below xmm6 when they are available 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 15 years ago
Michael Niedermayer cfe675269b Do not use SSE2 SAD for snow as it requires more alignment than can be 16 years ago
Stefano Sabatini 6b4343616c Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Loren Merritt ba53071acb 10l, r8991 broke mmx1 sad 18 years ago
Loren Merritt 72946825fa sse2 version of fullpel sad. 18 years ago
Loren Merritt 164d75ebf3 tweak mmx2 sad. 18 years ago
Loren Merritt eca3810e31 tweak mmx2 sad. 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 19 years ago
Luca Abeni 9c39071d6d Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Dmitry Baryshkov 5c0513bda7 attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Panagiotis Issaris 1b245cc21c Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) 21 years ago
Fabrice Bellard b160941221 removed warnings 21 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Zdenek Kabelac 2720569a9a * prototypes at one place 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Michael Niedermayer 843342efb7 100l (sad8x8_x2 had params in wrong order) 22 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Michael Niedermayer ba8d0be99d rounding bugfix 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago
Fabrice Bellard 694ec0612b suppressed nasm dependancy - rewrote forward DCT and motion estimation code 24 years ago