565 Commits (552879d6216413539b5de79f319266b544c4f5ca)

Author SHA1 Message Date
Mans Rullgard 5b0d35eaed x86: bswap: remove test for bswap instruction 13 years ago
Mans Rullgard f64c2e710f bswap: make generic implementation more compiler-friendly 13 years ago
Sean McGovern be0675ce67 x86 cpuid: set vendor union members separately 13 years ago
Vitor Sessak ca55606a51 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 13 years ago
Vitor Sessak 6b6ee58249 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 13 years ago
Reimar Döffinger e8ab4bac0c Fix compilation with YASM. 13 years ago
Reimar Döffinger 03f1caec61 HACK: fix compilation with NASM. 13 years ago
Vitor Sessak 22e25c002e mpegaudiodec: add SSE-optimized imdct36() 13 years ago
Justin Ruggles f2bd8a0786 x86inc: use sse versions of common macros instead of sse2 when applicable 13 years ago
Loren Merritt 2f7f2e4b41 Update x86inc.asm to latest x264 version, and add AVX symmetry. 13 years ago
Justin Ruggles 4e8e262476 fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm 13 years ago
Jason Garrett-Glaser 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
Sean McGovern 5938e02185 cpu detection: avoid a signed overflow 13 years ago
Ronald S. Bultje 38e06c2969 Move clipd macros to x86util.asm. 13 years ago
Ronald S. Bultje b2c087871d Move x86util.asm from libavcodec/ to libavutil/. 13 years ago
Ronald S. Bultje 3a39195b1d Move x86inc.asm to libavutil/. 13 years ago
Jason Garrett-Glaser 15919ee48f bswap: use native types for av_bwap16(). 14 years ago
Justin Ruggles 45ed822550 cosmetics: indentation 14 years ago
Justin Ruggles eba586b0d9 Add a CPU flag for the Atom processor. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard f1f792117f x86: use raw opcode for xgetbv instruction 14 years ago
Mans Rullgard cdeba2de82 x86: check for AVX support 14 years ago
Mans Rullgard ef66953875 x86: use raw opcode for xgetbv instruction 14 years ago
Mans Rullgard 87f1355f9b x86: check for AVX support 14 years ago
Justin Ruggles b7195837cd Add check for Athlon64 and similar AMD processors with slow SSE2. 14 years ago
Justin Ruggles 74b1f96859 Add check for Athlon64 and similar AMD processors with slow SSE2. 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Måns Rullgård 65d45cea34 Add missing #include <string.h> in x86/cpu.c 14 years ago
Måns Rullgård 9275438a19 Clean up av_get_cpu_flag() 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 9c9a0840d0 Add lots of missing includes 15 years ago
Måns Rullgård 75fb5c24ed Move FASTDIV macro to intmath.h 15 years ago
Alexander Strange f6d0390657 Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. 15 years ago
Måns Rullgård 439ccc4e0e Split libavutil/timer.h per architecture 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård 3a90480ac4 split bswap.h into per-arch files 16 years ago