Fri, 28 Mar 2008 01:07:59 +0000 |
uau |
Include some .h files in corresponding .c files
|
Sun, 02 Dec 2007 15:46:44 +0000 |
reimar |
Mark more m_option_t uses as const
|
Mon, 27 Nov 2006 15:46:36 +0000 |
ptt |
localization of parser-m*cmd.c messages
|
Tue, 25 Apr 2006 01:26:10 +0000 |
albeu |
Doxygen Attack! - Chapter 3
|
Sat, 22 Apr 2006 21:30:34 +0000 |
reynaldo |
Small fix, incorrect MSGL at fatal error
|
Wed, 19 Apr 2006 15:50:37 +0000 |
reimar |
also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.
|
Fri, 14 Apr 2006 21:51:45 +0000 |
reimar |
avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).
|
Tue, 24 Jan 2006 11:34:24 +0000 |
albeu |
Make -list-options work in both MPlayer and MEncoder.
|
Fri, 02 Sep 2005 08:29:30 +0000 |
gpoirier |
allow multiple help clauses on the command line, Patch by kiriuja " mplayer-patches AH en-directo POUM net "
|
Fri, 17 Jun 2005 08:11:56 +0000 |
reimar |
when somebody specifies e.g. --loop, the message says that a -loop option
|
Sat, 23 Apr 2005 20:41:19 +0000 |
reimar |
Make "mplayer -- --a" play the file --a instead of bailing out with a useless
|
Wed, 19 Jan 2005 18:24:53 +0000 |
diego |
Clarify confusing error message.
|
Sun, 14 Nov 2004 11:09:56 +0000 |
reimar |
fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped
|
Wed, 10 Nov 2004 16:43:40 +0000 |
nplourde |
add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
|
Wed, 14 Jul 2004 09:27:04 +0000 |
diego |
-use-stdin renamed to -noconsolecontrols.
|
Mon, 07 Jun 2004 18:58:08 +0000 |
rtognimp |
Support dvd://start_title-end_title as requested on wishlist
|
Sat, 24 Apr 2004 13:15:31 +0000 |
rtognimp |
Fail if empty or nonexitant playlist
|
Wed, 13 Aug 2003 16:45:02 +0000 |
alex |
100l to albeu for his english grammar, and 10l to me becouse I noticed that lately (my backward compatibilty macro uses M_OPT_UNKNOWN)
|
Wed, 13 Aug 2003 16:29:32 +0000 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
Fri, 08 Aug 2003 20:07:38 +0000 |
pl |
fix the bug where only the last file of the command line is found
|
Sun, 03 Aug 2003 17:42:43 +0000 |
alex |
c vs c++ syntax
|
Wed, 09 Jul 2003 01:30:24 +0000 |
diego |
output typo fixes: unknow --> unknown
|
Wed, 02 Apr 2003 16:13:16 +0000 |
albeu |
Exit when the option parser return M_OPT_EXIT
|
Sun, 30 Mar 2003 17:08:35 +0000 |
albeu |
Remove the hack used to pass -dvd, etc into the playlist
|
Sun, 26 Jan 2003 16:11:35 +0000 |
arpi |
Ok, firstly fixed the bug in parser-mpcmd.c where it
|
Sun, 15 Dec 2002 17:05:35 +0000 |
arpi |
2*10l=20l
|
Sun, 15 Dec 2002 04:47:32 +0000 |
diego |
-rnd --> -shuffle
|
Wed, 11 Dec 2002 20:56:37 +0000 |
arpi |
more i+1<argc checks
|
Sat, 07 Dec 2002 20:59:33 +0000 |
arpi |
10l noticed by "Puk Madick" <pingy@swirvemail.com>
|
Tue, 12 Nov 2002 23:41:32 +0000 |
albeu |
Basic support for random playing (-rnd and -nornd)
|
Tue, 12 Nov 2002 01:56:42 +0000 |
albeu |
New config system + cleanup of header inter dependency
|