aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* options: remove --slave-brokenGravatar wm42015-05-27
* player: use an array for stream ID options and suchGravatar wm42015-05-22
* command: remove old property deprecation warning mechanismGravatar wm42015-05-22
* options: rename --media-title optionGravatar wm42015-05-22
* audio: make softvol scale cubicGravatar wm42015-05-22
* audio: change range of volume option/propertyGravatar wm42015-05-22
* options: --loop without argument means looping foreverGravatar wm42015-05-22
* video: add hevc to whitelist of hwdec codecsGravatar wm42015-05-14
* path: improve verbose loggingGravatar wm42015-05-09
* path: use mp_path_join in one more placeGravatar wm42015-05-09
* player: make resuming playlists less noisy in verbose modeGravatar wm42015-05-09
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* path: unify the two config file lookup functionsGravatar wm42015-05-09
* player: add --force-window=immediate modeGravatar wm42015-05-08
* 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