summaryrefslogtreecommitdiff
path: root/libavcodec/i386/cputest.c
Commit message (Expand)AuthorAge
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-26
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* cosmetics: Fix nonstandard indentation.Diego Biurrun2008-04-16
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-21
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
* Use FFmpeg-specific CPU feature definitions.Ronald S. Bultje2007-06-07
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Compilation fix, printf gets redefined to please_use_av_log.Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer2004-12-13
* detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< f...Matthieu Castet2004-12-05
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand combi...Aurelien Jacobs2004-10-17
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* 10l and better MMX/SSE detection for VIA1000Michael Niedermayer2004-07-16
* transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature re...Michael Niedermayer2004-06-24
* via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too...Francisco Javier Cabello Torres2002-11-26
* via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu...Francisco Javier Cabello Torres2002-11-25
* license/copyright changeFabrice Bellard2002-05-25
* Portability and testing issuesNick Kurshev2001-08-08
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-05
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-30
* fixed cpuid macro to allow PIC compilingFabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22