log gui/mplayer/play.c @ 33555:c5a19bbeac2b

age author description
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Fri, 17 Jun 2011 17:51:50 +0000 ib Remove unused parameter 'Size' in wsConvert().
Tue, 14 Jun 2011 23:05:02 +0000 ib Revise some messages.
Tue, 14 Jun 2011 18:55:04 +0000 ib Store icon data in a struct variable.
Tue, 07 Jun 2011 13:17:05 +0000 ib Fix segmentation fault when pressing U (stop playing) in GUI.
Thu, 31 Mar 2011 12:25:32 +0000 ib Cosmetic: Rename menuBase menu.
Mon, 21 Mar 2011 12:44:17 +0000 ib Correct next track button functionality for VCDs.
Tue, 08 Mar 2011 19:07:55 +0000 ib Choose informative variable names.
Tue, 08 Mar 2011 18:53:54 +0000 ib Use double constants for higher precision calculations.
Tue, 08 Mar 2011 11:08:28 +0000 ib Make constants explicitly type float.
Mon, 07 Mar 2011 20:09:30 +0000 ib Cosmetic: Separate #endif from following line.
Sun, 27 Feb 2011 17:43:02 +0000 ib Cosmetic: Adjust indent.
Sun, 27 Feb 2011 17:41:05 +0000 ib Get rid of needless listItems variable and pointer.
Fri, 25 Feb 2011 12:26:31 +0000 ib Remove unused function.
Fri, 25 Feb 2011 12:13:36 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Thu, 09 Sep 2010 17:01:43 +0000 diego Add appropriate #include instead of declaring seek-related variables extern.
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Sat, 12 Apr 2008 16:03:07 +0000 diego Make include paths consistent; do not use ../ in them.
Fri, 11 Apr 2008 16:55:27 +0000 diego Add gui/ prefix to some #include paths so that compilation from the
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Wed, 18 Jul 2007 10:09:42 +0000 diego Fix a bunch of redundant redeclaration warnings.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui