aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* m_config: make m_config_set_profile() use a nameGravatar wm42015-05-07
* path: start special espansion with ~~name instead of ~nameGravatar wm42015-05-03
* options: fix typo in variable nameGravatar wm42015-05-03
* options: remove --leak-reportGravatar wm42015-05-02
* path: fix user path resolutionGravatar wm42015-05-01
* screenshots: prefix default template with "mpv-"Gravatar wm42015-05-01
* path: expose platform-specific path resolversGravatar wm42015-05-01
* path: refactorGravatar wm42015-05-01
* screenshots: add --screenshot-directory optionGravatar wm42015-05-01
* ytdl: force "best" format by defaultGravatar wm42015-04-26
* player: add --window-scale optionGravatar wm42015-04-24
* options: remove unneeded hack from command line parserGravatar wm42015-04-23
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* options: don't restrict --hr-seek-demuxer-offsetGravatar wm42015-04-20
* options: change [...] to balanced quotesGravatar wm42015-04-19
* options: clarify quoting for option values starting with %Gravatar wm42015-04-17
* options: --hr-seek=always is the same as --hr-seek=yesGravatar wm42015-04-15
* options: don't let --vf-clr etc. take an argumentGravatar wm42015-04-13
* Update license headersGravatar Marcin Kurczewski2015-04-13
* player: use config parser for setting up pseudo-gui profileGravatar wm42015-04-10
* options: fix run length escape case in config file parserGravatar wm42015-04-04
* options: rewrite config file parserGravatar wm42015-04-04
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* options: fix --geometry to string conversionGravatar wm42015-04-01
* options: make --video-rotate use range 0-360Gravatar wm42015-03-31
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* csputils: unify names for colorspace/etc. namesGravatar wm42015-03-31
* RPI supportGravatar wm42015-03-29
* parse_commandline: fail gracefully on bad argsGravatar wd02015-03-29
* m_config: remove assertion for option names with length 0Gravatar wm42015-03-29
* options: add conversion to string for geometry option typesGravatar wm42015-03-24
* input: remove Linux joystick supportGravatar wm42015-03-24
* input: remove classic LIRC supportGravatar wm42015-03-24
* audio: prefer libdcadec by default if presentGravatar wm42015-03-23
* m_option: remove dead initializationGravatar wm42015-03-23
* m_property: memcpy(ptr, NULL, 0) is undefinedGravatar wm42015-03-23
* options: introduce --cache=yes choiceGravatar wm42015-03-12
* cache: bump default size to 150MBGravatar wm42015-03-12
* options: add M_OPT_FILE to new options that are missing itGravatar Philip Sequeira2015-03-07
* player: fix operation if command line is emptyGravatar wm42015-03-06
* player: minor simplificationGravatar wm42015-03-05
* options: add flag option typeGravatar wm42015-03-04
* win32: fix some more -Wparentheses warningsGravatar wm42015-03-04
* options: handle choice -> flag fallback automaticallyGravatar wm42015-02-27
* options: minor simplification in flag option parserGravatar wm42015-02-27
* demux: bump default demuxer queue sizesGravatar wm42015-02-27
* ytdl: add "--ytdl-params" optionGravatar Thiago Kenji Okada2015-02-25
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* m_config: log options set by the client API tooGravatar wm42015-02-16
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16