log

age author description
Mon, 14 Jun 2010 11:27:26 +0000 diego Revert marking mplayer_audio_read() as static; it is used from linked .o files.
Mon, 14 Jun 2010 11:25:39 +0000 diego Mark exit_sig() function as static; it is only used within the file.
Mon, 14 Jun 2010 11:24:55 +0000 diego Add a command to the binary build rule.
Mon, 14 Jun 2010 11:16:30 +0000 diego typo: Add missing '$' to EXESUF variable in binary build rule.
Mon, 14 Jun 2010 11:15:21 +0000 diego Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
Mon, 14 Jun 2010 11:11:41 +0000 diego Ignore .d files with dependency information.
Mon, 14 Jun 2010 11:10:49 +0000 diego get_path.c was renamed to path.c.
Mon, 14 Jun 2010 09:34:54 +0000 diego Remove redundant monitor_aspect extern declaration, fixes the warning:
Mon, 14 Jun 2010 09:33:48 +0000 diego Mark mplayer_audio_read() function as static; it is not used outside the file.
Mon, 14 Jun 2010 08:55:32 +0000 lu_zero Reinstate libmpeg2 hook to export quantization
Sun, 13 Jun 2010 22:38:15 +0000 reimar Remove more gui-related code from libvo.
Sun, 13 Jun 2010 19:10:37 +0000 reimar Remove some unused win32 GUI code.
Sun, 13 Jun 2010 19:09:11 +0000 reimar Fix sub_window default.
Sun, 13 Jun 2010 18:25:26 +0000 reimar Move wsSearch function and make it static.
Sun, 13 Jun 2010 18:20:07 +0000 reimar Drop inline attribute, it does not really make sense and without
Sun, 13 Jun 2010 17:59:59 +0000 reimar Install error handler as early as possible to avoid crashing.
Sun, 13 Jun 2010 17:20:29 +0000 reimar Fix function pointer types in tvi_functions struct
Sun, 13 Jun 2010 17:18:48 +0000 diego Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
Sun, 13 Jun 2010 17:15:55 +0000 diego Remove unused function pt_add_gui_file().
Sun, 13 Jun 2010 17:10:52 +0000 reimar Remove unused mp_input_init parameter.
Sun, 13 Jun 2010 13:40:18 +0000 reimar 100l, add missing 0-termination of keymap file.
Sun, 13 Jun 2010 12:08:00 +0000 reimar Add missing font_load.h include (previously hidden by gui include).
Sun, 13 Jun 2010 12:05:58 +0000 reimar Remove unused includes.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sun, 13 Jun 2010 11:51:41 +0000 reimar Gui: Do not just exit on X error, just ignoring problems is already
Sun, 13 Jun 2010 11:38:18 +0000 reimar Indentation fix.
Sun, 13 Jun 2010 11:34:14 +0000 reimar Remove Gui-specific slave commands and associated key-bindings and other code.
Sun, 13 Jun 2010 11:17:26 +0000 reimar Remove mp_msg related GUI hacks.
Sun, 13 Jun 2010 10:45:20 +0000 reimar Allow LGPL for csputils as well, they were previously part of gl_common
Sun, 13 Jun 2010 10:42:32 +0000 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as