186 Commits (d93fdcbf5c0e70ca03aaad2581fd328f277cd7cb)

Author SHA1 Message Date
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 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
Reimar Döffinger 0be9e73e38 Mark line_skip3 asm argument as output-only instead of using av_uninit. 16 years ago
Reimar Döffinger d7460a9cac Mark put_signed_pixels_clamped_mmx output operands as early-clobber because 16 years ago
Reimar Döffinger 531a3d2721 Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE 16 years ago
Alex Converse 3dd6531208 Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. 16 years ago
David Conrad 710441c2f6 Add SSE4 detection support 16 years ago
Matthieu Castet ecf05a5971 Remove useless casting in asm "m" operand. 16 years ago
Zuxy Meng d05f808dc9 Remove CPUID availability check on AMD64 as it's architectural. 16 years ago
Jason Garrett-Glaser e27ad11840 Convert x264 asm files to proper unix line breaks 16 years ago
Jason Garrett-Glaser 9bd5f59b33 Remove (incorrect) filenames from x264 asm files, add descriptions. 16 years ago
Alexander Strange b6188c5a55 Put dispatch_tab in the rodata section for macho64. 16 years ago
Zuxy Meng ecb24904fe add SSE2 version of vp6_filter_diag 16 years ago
Sebastien Lucas 6af3c226c3 add MMX version of vp6_filter_diag 16 years ago
Aurelien Jacobs 5110b25e1e convert ff_pw_64 into an xmm_reg for future use in vp6 sse code 16 years ago
Diego Biurrun 15c13dde98 Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. 16 years ago
Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 16 years ago
Stefan Gehrer e090c70f2f avoid duplicating dsputil's clear_block 16 years ago
Diego Biurrun ea399a87b2 Remove svn:executable property from source file. 16 years ago
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 16 years ago
Baptiste Coudurier 353f87b8d4 fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
David Conrad 137ae32760 Workaround for gcc 3.4 to align sh properly 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Ramiro Polla 1bb04d5a44 configure: allow to disable sse code. 16 years ago
Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 16 years ago
Mathieu Velten 21ff7689da Use H264 MMX chroma functions to accelerate RV40 decoding. 16 years ago
Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
Carl Eugen Hoyos 2c67c65963 Fix h264 decoding on SSE2 cores with icc compilation. 16 years ago
Jason Garrett-Glaser c1fc70362f Fix compilation without optimization under 64-bit with x264 deblock asm enabled. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago