| Commit message (Expand) | Author | Age | Files | Lines |
* | x86inc.asm: fix typo. | Ronald S. Bultje | 2012-01-27 | 1 | -1/+1 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 2 | -14/+16 |
* | mpegaudiodec: optimized iMDCT transform | Vitor Sessak | 2012-01-08 | 1 | -0/+2 |
* | x86: bswap: remove test for bswap instruction | Mans Rullgard | 2011-12-12 | 1 | -7/+0 |
* | bswap: make generic implementation more compiler-friendly | Mans Rullgard | 2011-12-12 | 1 | -0/+4 |
* | x86 cpuid: set vendor union members separately | Sean McGovern | 2011-12-08 | 1 | -1/+4 |
* | x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. | Vitor Sessak | 2011-11-27 | 1 | -1/+1 |
* | x86inc: use sse versions of common macros instead of sse2 when applicable | Justin Ruggles | 2011-11-06 | 1 | -0/+5 |
* | Update x86inc.asm to latest x264 version, and add AVX symmetry. | Loren Merritt | 2011-11-05 | 1 | -183/+340 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
* | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+9 |
* | cpu detection: avoid a signed overflow | Sean McGovern | 2011-09-03 | 1 | -1/+1 |
* | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -0/+33 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+542 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+905 |
* | bswap: use native types for av_bwap16(). | Jason Garrett-Glaser | 2011-04-22 | 1 | -2/+2 |
* | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -8/+8 |
* | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 1 | -2/+10 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 5 | -20/+20 |
* | x86: use raw opcode for xgetbv instruction | Mans Rullgard | 2011-02-20 | 1 | -1/+1 |
* | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+12 |
* | Add check for Athlon64 and similar AMD processors with slow SSE2. | Justin Ruggles | 2011-02-11 | 1 | -1/+16 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | Add missing #include <string.h> in x86/cpu.c | Måns Rullgård | 2010-09-09 | 1 | -0/+1 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -6/+1 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -0/+128 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -6/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 3 | -4/+2 |
* | Add lots of missing includes | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Move FASTDIV macro to intmath.h | Måns Rullgård | 2010-01-19 | 1 | -0/+37 |
* | Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. | Alexander Strange | 2010-01-18 | 1 | -0/+96 |
* | Split libavutil/timer.h per architecture | Måns Rullgård | 2009-04-01 | 1 | -0/+35 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | split bswap.h into per-arch files | Måns Rullgård | 2008-10-21 | 1 | -0/+61 |