Mercurial > mplayer.hg
graph
-
Do not duplicate VERSION string.Mon, 26 Jan 2009 11:29:28 +0000, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.Mon, 26 Jan 2009 11:24:05 +0000, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.Mon, 26 Jan 2009 09:56:27 +0000, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOWMon, 26 Jan 2009 09:55:59 +0000, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.Mon, 26 Jan 2009 09:54:14 +0000, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.Mon, 26 Jan 2009 09:40:04 +0000, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOWMon, 26 Jan 2009 09:29:53 +0000, by diego
-
version.h depends on version.sh.Mon, 26 Jan 2009 09:11:23 +0000, by diego
-
Fix build: Add required header and adjust preprocessor check.Sun, 25 Jan 2009 23:55:21 +0000, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.Sun, 25 Jan 2009 23:31:45 +0000, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.Sun, 25 Jan 2009 22:52:00 +0000, by diego
-
cosmetics: Consistently name 3DNow! extensions.Sun, 25 Jan 2009 22:49:51 +0000, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Sun, 25 Jan 2009 22:34:26 +0000, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.Sun, 25 Jan 2009 22:12:42 +0000, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Sun, 25 Jan 2009 21:59:08 +0000, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXTSun, 25 Jan 2009 21:03:02 +0000, by diego
-
Factorize print_version().Sun, 25 Jan 2009 20:35:58 +0000, by diego
-
Add missing multiple inclusion guards.Sun, 25 Jan 2009 20:10:36 +0000, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Sun, 25 Jan 2009 19:58:33 +0000, by diego
-
Add missing header for av_gcd, fixes the warning:Sun, 25 Jan 2009 19:20:30 +0000, by diego
-
Fix typo: pool -> pollSun, 25 Jan 2009 18:46:24 +0000, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_newSun, 25 Jan 2009 18:25:11 +0000, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.Sun, 25 Jan 2009 18:23:05 +0000, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:Sun, 25 Jan 2009 12:03:28 +0000, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:Sun, 25 Jan 2009 11:59:22 +0000, by diego
-
spelling/grammar cosmeticsSun, 25 Jan 2009 11:57:17 +0000, by diego
-
Fix #endif comments.Sun, 25 Jan 2009 11:33:35 +0000, by diego
-
add "<!DOCTYPE smil" to smil playlistSat, 24 Jan 2009 22:14:32 +0000, by compn