log

age author description
Sun, 19 Jun 2011 17:33:16 +0000 diego build: Simplify version.h dependency generation.
Sun, 19 Jun 2011 17:33:11 +0000 diego gui: Rename TRANSPARENT #define to MP_TRANSPARENT.
Sun, 19 Jun 2011 17:33:06 +0000 diego win32 gui: Remove unused function guiMessageBox.
Sun, 19 Jun 2011 17:33:01 +0000 diego win32 gui: Move some forward declarations to the appropriate header file.
Sun, 19 Jun 2011 17:32:54 +0000 diego win32 gui: Mark some functions as static.
Sun, 19 Jun 2011 16:52:51 +0000 reimar Add forgotten void.
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sun, 19 Jun 2011 16:28:18 +0000 reimar Fix printing of subtitle type, the wrong index was used to lookup the type.
Sun, 19 Jun 2011 16:11:42 +0000 ib Remove xpm definitions inside source file.
Sun, 19 Jun 2011 16:05:35 +0000 reimar Factor out a tiny bit of common code.
Sun, 19 Jun 2011 15:35:58 +0000 ib Add missing gui directory to Makefile.
Sun, 19 Jun 2011 15:34:08 +0000 ib Rename some gtk files.
Sun, 19 Jun 2011 13:58:45 +0000 ib Add const to string pointer argument that will not be modified.
Sun, 19 Jun 2011 13:01:20 +0000 ib Rename some pixmaps.
Sun, 19 Jun 2011 12:51:36 +0000 reimar Change vo_directx to use w32_common.c
Sun, 19 Jun 2011 12:45:28 +0000 reimar Generate VO_EVENT_MOVE also with -wid.
Sun, 19 Jun 2011 12:36:12 +0000 reimar Implement uiStop and remove outdated comment.
Sun, 19 Jun 2011 12:26:38 +0000 reimar Add cfg_gui_include also for win32 GUI.
Sun, 19 Jun 2011 12:23:26 +0000 reimar Add const to string pointer argument that will not be modified.
Sun, 19 Jun 2011 12:05:32 +0000 reimar Fix compilation of w32 gui.
Sun, 19 Jun 2011 11:42:24 +0000 ib Rename #include guard in gui/ui/actions.h.
Sun, 19 Jun 2011 10:36:15 +0000 reimar w32_common: also generate VO_EVENT_MOVE.
Sun, 19 Jun 2011 09:10:35 +0000 reimar Avoid including aviheader.h only for mmioFOURCC, it has too many
Sun, 19 Jun 2011 08:33:57 +0000 reimar Add support for converting to interleaved 3D in vf_stereo3d.
Sat, 18 Jun 2011 21:08:29 +0000 cboesch manpage: clarify usage of -endpos with mplayer.
Sat, 18 Jun 2011 20:50:55 +0000 cboesch vo_mng: add output sub-option.
Sat, 18 Jun 2011 16:35:37 +0000 ib Fix compilation after r33644.
Sat, 18 Jun 2011 16:03:31 +0000 ib Rename GUI directory 'mplayer' and some files in it.
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Sat, 18 Jun 2011 10:33:30 +0000 diego build: Only compile DLL loader test program under x86_32.