| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -1/+1 |
* | cosmetics: Fix nonstandard indentation. | Diego Biurrun | 2008-04-16 | 1 | -21/+21 |
* | get register names from x86_cpu.h | Måns Rullgård | 2008-03-17 | 1 | -8/+1 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 1 | -1/+1 |
* | Disabling all SSE* code for old gcc to avoid alignment issues. | Michael Niedermayer | 2008-02-21 | 1 | -2/+6 |
* | Preprocessor #defines starting with __ are reserved for the system. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | Use FFmpeg-specific CPU feature definitions. | Ronald S. Bultje | 2007-06-07 | 1 | -17/+17 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection | Guillaume Poirier | 2006-12-18 | 1 | -1/+5 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Compilation fix, printf gets redefined to please_use_av_log. | Diego Biurrun | 2006-10-07 | 1 | -0/+2 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -2/+19 |
* | Remove unused and unsupported Cyrix's "Extended MMX", | Zuxy Meng | 2006-04-28 | 1 | -30/+4 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -3/+3 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -14/+14 |
* | x86 cpu capabilities detection rewrite / cleanup | Michael Niedermayer | 2004-12-13 | 1 | -61/+40 |
* | detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< f... | Matthieu Castet | 2004-12-05 | 1 | -3/+3 |
* | gcc 3.4.3 preversions do not appreciate invalid instruction and operand combi... | Aurelien Jacobs | 2004-10-17 | 1 | -4/+5 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -4/+12 |
* | 10l and better MMX/SSE detection for VIA1000 | Michael Niedermayer | 2004-07-16 | 1 | -1/+3 |
* | transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature re... | Michael Niedermayer | 2004-06-24 | 1 | -0/+11 |
* | via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too... | Francisco Javier Cabello Torres | 2002-11-26 | 1 | -1/+2 |
* | via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu... | Francisco Javier Cabello Torres | 2002-11-25 | 1 | -0/+15 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -1/+1 |
* | Portability and testing issues | Nick Kurshev | 2001-08-08 | 1 | -3/+13 |
* | Suppressing external gas stuff to improve portability to Win32 | Nick Kurshev | 2001-08-05 | 1 | -7/+14 |
* | added external cpuid code to solve -fPIC and gcc unclear constraints problems | Fabrice Bellard | 2001-07-30 | 1 | -12/+2 |
* | fixed cpuid macro to allow PIC compiling | Fabrice Bellard | 2001-07-24 | 1 | -12/+17 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+102 |