aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* 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
* vd_lavc: by default, output all frames, even corrupted onesGravatar wm42013-12-29
* options: simplify handling of some help optionsGravatar wm42013-12-26
* player: fix initial selection with --secondary-sidGravatar wm42013-12-25
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* options: print any options set in verbose modeGravatar wm42013-12-23
* options: disable joystick by defaultGravatar wm42013-12-23
* path: add function to split URL into prefix and pathGravatar wm42013-12-22
* path: don't accept empty protocol as validGravatar wm42013-12-22
* path: change mp_splitext() semanticsGravatar wm42013-12-22
* Don't include version.h from make options.cGravatar wm42013-12-22
* options: move network related options to MPOptsGravatar wm42013-12-22
* options: make --msglevel extend previous settingsGravatar wm42013-12-22
* msg: remove global stateGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* playlist_parser: mp_msg conversionGravatar wm42013-12-21
* options: some more mp_msg conversionsGravatar wm42013-12-21
* m_option: add mp_log context to sub-module print_help callbackGravatar wm42013-12-21
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* m_property: mp_msg conversionsGravatar wm42013-12-21
* input: rework how input sources are addedGravatar wm42013-12-21
* m_config: add custom context to includefunc callbackGravatar wm42013-12-21
* msg: change --msglevel, reduce legacy glueGravatar wm42013-12-20
* msg: change hack to silence command line pre-parse error messagesGravatar wm42013-12-20
* options: use M_OPT_EXIT with -VGravatar wm42013-12-19