log gui/cfg.c @ 32640:982ff6ad6e90

age author description
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Sun, 12 Sep 2010 15:38:21 +0000 diego Remove libavcodec ifdeffery from the GUI code.
Sat, 11 Sep 2010 12:13:30 +0000 diego Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Wed, 08 Sep 2010 20:07:58 +0000 diego Replace m_config_parse_config_file() forward declaration by proper #include.
Thu, 17 Jun 2010 09:46:44 +0000 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Sun, 14 Feb 2010 14:33:16 +0000 diego Move GUI-related extern declarations to a GUI header file.
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h