log

age author description
Sun, 26 Jun 2011 12:11:09 +0000 ib Cast handle to menu in AppendMenu() to UINT_PTR.
Sun, 26 Jun 2011 03:12:31 +0000 compn add vfw csmcodec for fourcc CSM0
Sat, 25 Jun 2011 23:10:37 +0000 ib Cast new user data value in SetWindowLongPtr() to LONG_PTR.
Sat, 25 Jun 2011 17:30:19 +0000 reimar Set SRC_PATH to '.' which is a standard value for FFmpeg now.
Sat, 25 Jun 2011 06:32:13 +0000 jrash sync with en/mplayer.1 rev. 33689
Sat, 25 Jun 2011 01:22:43 +0000 diego configure: Correctly check for the clang compiler.
Sat, 25 Jun 2011 00:36:52 +0000 diego Italian manual page update
Fri, 24 Jun 2011 21:19:39 +0000 diego build: Rebuild libavcodec if assembler files changed.
Fri, 24 Jun 2011 13:28:45 +0000 jrash Synced with help_mp-en.h rev. 33639
Fri, 24 Jun 2011 13:00:04 +0000 ib Simplify code for guiGetEvent type guiSetState.
Fri, 24 Jun 2011 12:54:10 +0000 ib Cosmetic: Adjust indent.
Fri, 24 Jun 2011 12:35:20 +0000 ib Revise (and hopefully clarify) the skin installation documentation.
Fri, 24 Jun 2011 09:11:36 +0000 diego configure: Update a comment about fast int types.
Thu, 23 Jun 2011 22:52:09 +0000 diego vidix: Replace IsWinNT() forward declaration by a proper header.
Thu, 23 Jun 2011 18:42:26 +0000 reimar Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.
Wed, 22 Jun 2011 19:12:23 +0000 reimar Run OS support for SSE check only for runtime CPU detection.
Wed, 22 Jun 2011 19:02:20 +0000 reimar Do not force SSE disabled for gcc 2, it seems to compile
Wed, 22 Jun 2011 13:48:55 +0000 diego vidix: Add forward declaration for IsWinNT() to libdha_win32.c.
Wed, 22 Jun 2011 13:48:51 +0000 diego tvi_dshow: Adjust mp_msg printf conversion specifier to avoid warnings.
Wed, 22 Jun 2011 13:48:45 +0000 diego win32 gui: Mark debug function only used within the file as static.
Wed, 22 Jun 2011 13:48:41 +0000 diego win32 gui: Remove non-compiling debug mp_msg calls.
Wed, 22 Jun 2011 13:48:36 +0000 diego win32 gui: Move static function around to avoid a forward declaration.
Wed, 22 Jun 2011 13:48:31 +0000 diego tvi_dshow: Mark functions not used outside of the file as static.
Wed, 22 Jun 2011 13:48:25 +0000 diego cache2: Surround conditionally used functions by appropriate #ifdefs.
Wed, 22 Jun 2011 13:10:23 +0000 ib Prefer playing variable $p to $l.
Wed, 22 Jun 2011 12:53:30 +0000 ib Replace all playback integer constants by their symbolic constants.
Wed, 22 Jun 2011 12:12:50 +0000 ib Rename the symbolic playback state constants.
Wed, 22 Jun 2011 12:09:01 +0000 diego build: Add .gitignore file.
Wed, 22 Jun 2011 12:08:54 +0000 diego build: Rebuild version.h file if git metadata changed due to new commits.
Wed, 22 Jun 2011 11:48:31 +0000 ib Rename guiGetEvent type guiCEvent guiSetState.