| Commit message (Expand) | Author | Age | Files | Lines |
* | options: fix "--" | wm4 | 2012-09-18 | 1 | -0/+5 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -5/+3 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -184/+203 |
* | m_config: always reject setting global options in per-file mode | wm4 | 2012-08-04 | 1 | -6/+7 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -104/+94 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -7/+7 |
* | options: change -v parsing | Uoti Urpala | 2012-05-07 | 1 | -1/+7 |
* | options: commandline: support "--no-opt" for flag options | Uoti Urpala | 2011-09-01 | 1 | -6/+39 |
* | options: commandline: don't set bogus playtree option params | Uoti Urpala | 2011-07-31 | 1 | -0/+2 |
* | options: commandline: print error type for parse failures | Uoti Urpala | 2011-07-29 | 1 | -2/+9 |
* | options: commandline: accept --foo=xyz style options | Uoti Urpala | 2011-07-29 | 1 | -113/+101 |
* | options: commandline: allow "--" without filenames after it | Uoti Urpala | 2011-07-29 | 1 | -8/+2 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 1 | -8/+8 |
* | options: indicate ambiguous option parameters explicitly | Uoti Urpala | 2011-07-29 | 1 | -6/+8 |
* | options: move command line preparse together with parse | Uoti Urpala | 2011-07-26 | 1 | -10/+52 |
* | cleanup: reformat parser-mpcmd.c | Uoti Urpala | 2011-07-26 | 1 | -218/+200 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -3/+1 |
|\ |
|
| * | Add header for macosx_finder_args() instead of forward declaring it. | diego | 2010-02-23 | 1 | -3/+1 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all top-level files missing them. | diego | 2010-01-30 | 1 | -0/+17 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -5/+7 |
|\| |
|
| * | Support the range syntax (like dvd://2-5) also for dvdnav. | reimar | 2009-11-11 | 1 | -5/+7 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -8/+8 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -8/+8 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -5/+5 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -5/+5 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -1/+1 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -2/+2 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
| * | Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. | diego | 2008-08-07 | 1 | -2/+2 |
* | | Move global mconfig to mpctx | Uoti Urpala | 2008-04-26 | 1 | -3/+5 |
|/ |
|
* | Include some .h files in corresponding .c files | uau | 2008-03-28 | 1 | -0/+1 |
* | Mark more m_option_t uses as const | reimar | 2007-12-02 | 1 | -1/+1 |
* | localization of parser-m*cmd.c messages | ptt | 2006-11-27 | 1 | -5/+6 |
* | Doxygen Attack! - Chapter 3 | albeu | 2006-04-25 | 1 | -0/+7 |
* | Small fix, incorrect MSGL at fatal error | reynaldo | 2006-04-22 | 1 | -1/+1 |
* | also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR. | reimar | 2006-04-19 | 1 | -0/+1 |
* | avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer). | reimar | 2006-04-14 | 1 | -2/+2 |
* | Make -list-options work in both MPlayer and MEncoder. | albeu | 2006-01-24 | 1 | -5/+2 |
* | allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p... | gpoirier | 2005-09-02 | 1 | -2/+7 |
* | when somebody specifies e.g. --loop, the message says that a -loop option | reimar | 2005-06-17 | 1 | -1/+1 |
* | Make "mplayer -- --a" play the file --a instead of bailing out with a useless | reimar | 2005-04-23 | 1 | -1/+1 |
* | Clarify confusing error message. | diego | 2005-01-19 | 1 | -1/+1 |
* | fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped | reimar | 2004-11-14 | 1 | -1/+1 |
* | add support for macosx finder argument support (let you bundle mplayer to be ... | nplourde | 2004-11-10 | 1 | -0/+9 |
* | -use-stdin renamed to -noconsolecontrols. | diego | 2004-07-14 | 1 | -1/+1 |
* | Support dvd://start_title-end_title as requested on wishlist | rtognimp | 2004-06-07 | 1 | -2/+39 |
* | Fail if empty or nonexitant playlist | rtognimp | 2004-04-24 | 1 | -6/+6 |
* | 100l to albeu for his english grammar, and 10l to me becouse I noticed that l... | alex | 2003-08-13 | 1 | -1/+1 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -5/+0 |
* | fix the bug where only the last file of the command line is found | pl | 2003-08-08 | 1 | -8/+8 |
* | c vs c++ syntax | alex | 2003-08-03 | 1 | -9/+11 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -1/+1 |
* | Exit when the option parser return M_OPT_EXIT | albeu | 2003-04-02 | 1 | -1/+4 |
* | Remove the hack used to pass -dvd, etc into the playlist | albeu | 2003-03-30 | 1 | -82/+0 |
* | Ok, firstly fixed the bug in parser-mpcmd.c where it | arpi | 2003-01-26 | 1 | -2/+3 |
* | 2*10l=20l | arpi | 2002-12-15 | 1 | -2/+2 |
* | -rnd --> -shuffle | diego | 2002-12-15 | 1 | -2/+2 |
* | more i+1<argc checks | arpi | 2002-12-11 | 1 | -3/+4 |
* | 10l noticed by "Puk Madick" <pingy@swirvemail.com> | arpi | 2002-12-07 | 1 | -1/+1 |
* | Basic support for random playing (-rnd and -nornd) | albeu | 2002-11-12 | 1 | -0/+14 |
* | New config system + cleanup of header inter dependency | albeu | 2002-11-12 | 1 | -0/+284 |