aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser-mpcmd.c
Commit message (Expand)AuthorAge
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.Gravatar diego2008-08-07
* Include some .h files in corresponding .c filesGravatar uau2008-03-28
* Mark more m_option_t uses as constGravatar reimar2007-12-02
* localization of parser-m*cmd.c messagesGravatar ptt2006-11-27
* Doxygen Attack! - Chapter 3Gravatar albeu2006-04-25
* Small fix, incorrect MSGL at fatal errorGravatar reynaldo2006-04-22
* also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.Gravatar reimar2006-04-19
* avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).Gravatar reimar2006-04-14
* Make -list-options work in both MPlayer and MEncoder.Gravatar albeu2006-01-24
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...Gravatar gpoirier2005-09-02
* when somebody specifies e.g. --loop, the message says that a -loop optionGravatar reimar2005-06-17
* Make "mplayer -- --a" play the file --a instead of bailing out with a uselessGravatar reimar2005-04-23
* Clarify confusing error message.Gravatar diego2005-01-19
* fix: when doing -loop 0 -shuffle, the arg after shuffle was skippedGravatar reimar2004-11-14
* add support for macosx finder argument support (let you bundle mplayer to be ...Gravatar nplourde2004-11-10
* -use-stdin renamed to -noconsolecontrols.Gravatar diego2004-07-14
* Support dvd://start_title-end_title as requested on wishlistGravatar rtognimp2004-06-07
* Fail if empty or nonexitant playlistGravatar rtognimp2004-04-24
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...Gravatar alex2003-08-13
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* fix the bug where only the last file of the command line is foundGravatar pl2003-08-08
* c vs c++ syntaxGravatar alex2003-08-03
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* Exit when the option parser return M_OPT_EXITGravatar albeu2003-04-02
* Remove the hack used to pass -dvd, etc into the playlistGravatar albeu2003-03-30
* Ok, firstly fixed the bug in parser-mpcmd.c where itGravatar arpi2003-01-26
* 2*10l=20lGravatar arpi2002-12-15
* -rnd --> -shuffleGravatar diego2002-12-15
* more i+1<argc checksGravatar arpi2002-12-11
* 10l noticed by "Puk Madick" <pingy@swirvemail.com>Gravatar arpi2002-12-07
* Basic support for random playing (-rnd and -nornd)Gravatar albeu2002-11-12
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12