aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* 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
* m_property: retrieve chapter lists etc. as mpv_nodeGravatar wm42014-02-24
* m_property: add mechanism to access properties as mpv_nodeGravatar wm42014-02-24
* m_option: add a way to convert values to/from mpv_nodeGravatar wm42014-02-24
* m_property: simplify some codeGravatar wm42014-02-24
* m_option: fix printf format specifierGravatar wm42014-02-24
* command: don't use option name in propertiesGravatar wm42014-02-23
* m_option: explicitly allow m_option.name==NULLGravatar wm42014-02-23
* options: handle escape sequences in e.g. --playing-msg differentlyGravatar wm42014-02-20
* m_property: add a mechanism to organize a list of sub-propertiesGravatar wm42014-02-16
* m_property: add a sub-property mechanismGravatar wm42014-02-16
* options: make --no-config block all auto-loaded configuration filesGravatar wm42014-02-14
* options: add --no-terminal switchGravatar wm42014-02-10
* quvi: disable subtitle fetching by defaultGravatar wm42014-01-31
* options: alternative way to specify color optionsGravatar wm42014-01-31
* lua: add a --lua-opts option, which can be queried by scriptsGravatar wm42014-01-16
* options: add key/value pair list option typeGravatar wm42014-01-16
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
* player: add --term-osd-bar, which shows a status bar on the terminalGravatar wm42014-01-15
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* options: remove --screenw and --screenhGravatar wm42014-01-11
* options: don't reset pause mode when switching to next fileGravatar wm42014-01-09
* quvi: add option to not fetch subtitlesGravatar Andre D2014-01-05
* options: make --msglevel=help print something helpfulGravatar wm42014-01-01
* common: simplify and optimize string escape parsingGravatar wm42013-12-30