aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* input: allow disabling window dragging with --no-window-draggingGravatar wm42014-05-20
* cache: redo options and default settingsGravatar wm42014-05-20
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* options: add --hr-seek-framedrop optionGravatar wm42014-05-07
* vo: remove old stuffGravatar wm42014-05-06
* options: fix "-" (stdin) inputGravatar wm42014-05-06
* options: print replacement for renamed/replaced optionsGravatar wm42014-05-05
* options: let unknown option case be handled by final option parserGravatar wm42014-05-05
* options: merge ---sub-auto-match with --sub-autoGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* options: remove obsolete --fsmode-dontuseGravatar Martin Herkt2014-05-04
* options: rename device-specific optionsGravatar Martin Herkt2014-05-04
* options: rename msg-related optionsGravatar Martin Herkt2014-05-04
* options: rename video-related options/propertiesGravatar Martin Herkt2014-05-04
* options: rename audio-related options/propertiesGravatar Martin Herkt2014-05-04
* options: rename subtitle-related optionsGravatar Martin Herkt2014-05-04
* options: rename input-related optionsGravatar Martin Herkt2014-05-04
* command: allow native access to "vf" propertyGravatar wm42014-04-24
* client API: make mpv_set_option set options nativelyGravatar wm42014-04-22
* build: glob() is always availableGravatar wm42014-04-22
* parse_commandline: glob filenames on WindowsGravatar James Ross-Gowan2014-04-21
* encode: don't apply default config optionsGravatar wm42014-04-19
* player: add a --loop-file optionGravatar wm42014-04-17
* player: add a --dump-stats optionGravatar wm42014-04-17
* options: don't allow --no-foo=yesGravatar wm42014-04-14
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* New option --no-ometadata to opt out of including metadata when encoding.Gravatar Rudolf Polzer2014-04-14
* Remove radio://Gravatar wm42014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* options: don't sort sub-option help outputGravatar wm42014-04-12
* options: sort --list-optionsGravatar wm42014-04-11
* command: remove extended information from --list-propertiesGravatar wm42014-04-11
* vd_lavc: by default, do not show corrupt framesGravatar wm42014-04-08
* command: fix access to "metadata/list" propertyGravatar wm42014-03-30
* command: add helper function to split property pathsGravatar wm42014-03-30
* m_property: don't parse empty string as 0Gravatar wm42014-03-30
* player: remove confusing argc/argv adjustmentGravatar wm42014-03-23
* options: fix allowed DVD start titleGravatar wm42014-03-17
* audio: make --channels option always force the output layoutGravatar wm42014-03-10
* m_option: fix handling of empty channel layoutsGravatar wm42014-03-10
* m_property: allow setting string properties via M_PROPERTY_SET_STRINGGravatar wm42014-03-03
* sd_ass: add a very simple and evil way to override ASS subtitle stylesGravatar wm42014-03-01
* msg: add --msgtime option to add timestamps to each output messageGravatar wm42014-02-28
* lua: add option to disable auto-loading of lua scriptsGravatar wm42014-02-28
* config: fix --config-dir logic for global config filesGravatar wm42014-02-28
* m_option: make converting mpv_node to string always failGravatar wm42014-02-26