aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* 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
* m_option: fix key/value list string conversionGravatar wm42014-02-26
* options: fix --list-options outputGravatar wm42014-02-26
* m_property: fix confused error codeGravatar wm42014-02-26
* m_option: don't make "unset" string and string list return NULL stringsGravatar wm42014-02-26
* options: allow changing options at runtimeGravatar wm42014-02-25
* config: always print resolved config paths in verbose modeGravatar wm42014-02-25
* config: add a --config-dir option to force config directoryGravatar wm42014-02-25
* command: make options property return the list of all optionsGravatar wm42014-02-24
* client API: implement setting options using their native type tooGravatar wm42014-02-24