summaryrefslogtreecommitdiffstats
path: root/options/parse_commandline.c
Commit message (Expand)AuthorAgeFilesLines
* player: get rid of mpv_global.optswm42018-05-241-4/+2
* command: make loadlist command async and abortablewm42018-05-241-1/+1
* m_option: remove redundant indirectionswm42017-07-021-2/+2
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-1/+1
* Revert "parse_commandline: fail gracefully on bad args"wm42017-06-241-5/+2
* options: change license of most files to LGPL (except options.c/.h)wm42017-06-121-10/+14
* parse_commandline: guard glob() usewm42017-04-041-1/+1
* options: simplify M_OPT_EXITwm42016-09-171-3/+2
* options: remove unneeded hack from command line parserwm42015-04-231-5/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* parse_commandline: fail gracefully on bad argswd02015-03-291-2/+5
* player: fix operation if command line is emptywm42015-03-061-2/+2
* player: minor simplificationwm42015-03-051-10/+6
* demux: add a demux_open_url() functionwm42015-02-201-1/+2
* options: add slightly more sophistcated mechanism for option deprecationwm42014-12-111-0/+3
* terminal: strictly don't read terminal input if stdout is not a terminalwm42014-10-231-4/+0
* options: fix "-" (stdin) inputwm42014-05-061-1/+1
* options: let unknown option case be handled by final option parserwm42014-05-051-4/+2
* options: rename input-related optionsMartin Herkt2014-05-041-1/+1
* build: glob() is always availablewm42014-04-221-2/+0
* parse_commandline: glob filenames on WindowsJames Ross-Gowan2014-04-211-2/+26
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-131-1/+0
* player: remove confusing argc/argv adjustmentwm42014-03-231-2/+2
* options: fix allowed DVD start titlewm42014-03-171-1/+1
* msg: move special declarations to msg_control.hwm42014-01-161-0/+1
* msg: remove global statewm42013-12-211-4/+9
* playlist_parser: mp_msg conversionwm42013-12-211-2/+1
* options: some more mp_msg conversionswm42013-12-211-17/+11
* msg: change hack to silence command line pre-parse error messageswm42013-12-201-5/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+294