aboutsummaryrefslogtreecommitdiffhomepage
path: root/cputable.h
Commit message (Collapse)AuthorAge
* Add a few more CPU models to the list.Gravatar diego2005-10-18
| | | | | | | 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 ↵Gravatar gpoirier2005-10-04
| | | | | | | | | | | 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 detectGravatar pontscho2003-12-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11654 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh 10l, better read compiler messagesGravatar atmos42003-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10952 b3059339-0415-0410-9bf9-f77b7e298cf2
* big update of cputable:Gravatar atmos42003-09-26
| | | | | | | | | - 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 CPUsGravatar atmos42003-09-20
| | | | 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 ↵Gravatar ranma2003-08-25
| | | | | | <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 initializedGravatar pl2001-10-20
| | | | | | | | 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.Gravatar atmos42001-10-20
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2302 b3059339-0415-0410-9bf9-f77b7e298cf2