log

age author description
Mon, 14 Jun 2010 15:17:48 +0000 diego Rename configure.log file to the more standard name config.log.
Mon, 14 Jun 2010 14:35:57 +0000 diego Replace forward declarations by proper loader/wine/winbase.h #include.
Mon, 14 Jun 2010 14:19:58 +0000 diego Ignore generated .d files below loader/qtx/.
Mon, 14 Jun 2010 14:16:30 +0000 diego Adjust comment after the removal of the pt_iter_add_gui_file macro.
Mon, 14 Jun 2010 11:46:40 +0000 diego Remove unnecessary and unused #defines.
Mon, 14 Jun 2010 11:45:33 +0000 diego Replace forward declarations by loader/wine/winbase.h #include.
Mon, 14 Jun 2010 11:41:07 +0000 diego Remove unnecessary get_path() declaration.
Mon, 14 Jun 2010 11:39:22 +0000 diego Remove unnecessary get_path() declaration.
Mon, 14 Jun 2010 11:34:48 +0000 diego Add path.o to the dependency list of the loader test programs.
Mon, 14 Jun 2010 11:30:59 +0000 diego Remove unused function ComponentDummy().
Mon, 14 Jun 2010 11:28:51 +0000 diego Add ad_mp3lib.h #include for the mplayer_audio_read prototype.
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().