Mon, 04 May 2009 17:35:26 +0000 |
diego |
Add missing 'void' to parameterless function declarations.
|
Fri, 30 Jan 2009 23:29:39 +0000 |
diego |
Use OS preprocessor checks with '#if defined()' consistently.
|
Thu, 16 Oct 2008 18:14:35 +0000 |
diego |
cosmetics: Merge some preprocessor checks.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Mon, 13 Oct 2008 14:55:01 +0000 |
diego |
Add missing Cygwin header, fixes the warning:
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 17 Jul 2008 19:37:19 +0000 |
ben |
File was missing its dedicated header inclusion.
|
Sun, 24 Feb 2008 12:41:51 +0000 |
diego |
On OS/2, fall back on the directory where MPlayer is installed if both
|
Wed, 29 Aug 2007 09:43:00 +0000 |
diego |
cosmetics: Fix up whitespace, indentation and similar things.
|
Wed, 29 Aug 2007 09:31:44 +0000 |
diego |
Fix linking on Windows.
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Thu, 19 Jul 2007 13:52:39 +0000 |
reimar |
Remove some more useless *alloc casts
|
Mon, 03 Jul 2006 23:27:37 +0000 |
reynaldo |
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
|
Sat, 29 Oct 2005 12:16:46 +0000 |
albeu |
Allow the user to set the $MPLAYER_HOME environment variable to point to the location
|
Sun, 16 Oct 2005 19:14:09 +0000 |
faust3 |
allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>
|
Fri, 03 Jun 2005 14:52:15 +0000 |
nplourde |
compare resource url with bundle url, if its the same path do not use has conf file location.
|
Fri, 22 Apr 2005 12:45:29 +0000 |
nplourde |
replace Carbon.h by coreFoundation.h, fix build with x11 enable on mac osx with --enable-macosx-bundle enable
|
Wed, 13 Apr 2005 11:46:35 +0000 |
nplourde |
allows the Mac OS X version of MPlayer to look for its data files inside the Resources directory of the appwrapper. patch by Chris Roccati <roccati@pobox.com>
|
Fri, 23 Jul 2004 16:35:20 +0000 |
al |
added src level documentation for the get_path() function
|
Fri, 30 Apr 2004 16:56:00 +0000 |
faust3 |
Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
|
Wed, 30 Apr 2003 18:16:21 +0000 |
diego |
Cygwin should behave like a Unix environment, i.e. config files should be
|
Fri, 18 Apr 2003 20:11:36 +0000 |
faust3 |
10l
|
Fri, 18 Apr 2003 18:17:05 +0000 |
faust3 |
allow config file loading outside of cygwin environment
|
Tue, 25 Dec 2001 20:41:04 +0000 |
arpi |
some debugging
|
Tue, 30 Oct 2001 17:04:59 +0000 |
arpi |
some cleanup
|