summaryrefslogtreecommitdiffstats
path: root/cputable.h
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a few more CPU models to the list.diego2005-10-181-19/+20
| | | | | | | patch by Zuxy < zuxy == dot == meng == at == gmail == dot == com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng ↵gpoirier2005-10-041-5/+5
| | | | | | | | | | | AH gmail POIS com> Original thread: Date: Oct 2, 2005 11:08 AM Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16656 b3059339-0415-0410-9bf9-f77b7e298cf2
* precise P4 and cpu speed detectpontscho2003-12-161-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11654 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh 10l, better read compiler messagesatmos42003-09-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10952 b3059339-0415-0410-9bf9-f77b7e298cf2
* big update of cputable:atmos42003-09-261-14/+51
| | | | | | | | | - Fixed/Updated Cyrix/IDT CPUs from VIA (some entries were mixed up to wrong vendor) - Updated Intel Table (newer P4, Pentium-M, Itanium, Itanium 2 (unused)) - Updated AMD Table (Athlon 64, no info on Athlon 64 FX yet...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update CPUID-Table for current Athlon CPUsatmos42003-09-201-6/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10887 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add P4 Northwood. (Roman Shiryaev <mih_val@mail.ru>; See ↵ranma2003-08-251-2/+1
| | | | | | <200308250434.38516.mih_val@mail.ru> in mplayer-users) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10691 b3059339-0415-0410-9bf9-f77b7e298cf2
* array was not correctly initializedpl2001-10-201-23/+2
| | | | | | | | use of char* since it avoids wasting memory (4+stringsize bytes instead of 128) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect and show cpu name.atmos42001-10-201-0/+495
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2302 b3059339-0415-0410-9bf9-f77b7e298cf2