summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* player: make sub-pos a float valueDudemanguy2023-08-132-2/+2
* m_option: change m_option_type_aspect to doubleDudemanguy2023-08-092-27/+27
* options: fix relative time parsingm154k12023-08-061-0/+11
* options: rename variables in parse_timestringm154k12023-08-061-9/+10
* options: restore old default sub selection behaviorDudemanguy2023-07-291-1/+2
* demux_playlist: add option to control recursive directory loadingChristoph Heinrich2023-07-062-0/+3
* player: add --input-cursor-passthrough optionDudemanguy2023-07-042-0/+2
* options: add no to drag-and-dropDudemanguy2023-07-011-2/+3
* options: drop unnecessary castsNRK2023-06-301-3/+3
* options: use designated initializerNRK2023-06-301-3/+1
* sub: rewrite auto-forced-only supportrcombs2023-06-251-1/+0
* player: add more precise sub fallback optionsrcombs2023-06-252-0/+5
* options: default slang to autorcombs2023-06-251-0/+5
* options: set subs-with-matching-audio to off by defaultrcombs2023-06-251-1/+1
* player: add drag-and-drop optionDudemanguy2023-06-122-0/+4
* path: handle URLs consistently in mp_basenameKacper Michajłow2023-06-011-6/+8
* path: let configdir also override "cache" and "state" pathssfan52023-05-211-3/+13
* path: simplify "cache" and "state" fallbacksfan52023-05-211-15/+8
* player: use XDG_CACHE_HOME by defaultDudemanguy2023-05-091-1/+6
* player: use XDG_STATE_HOME for watch_laterDudemanguy2023-05-091-14/+28
* path: expand internal path selection API to allow for additional typesDudemanguy2023-05-092-12/+13
* osdep: separate out macos paths from path-unix.cDudemanguy2023-05-091-1/+3
* options: read config file as streamThomas Weißschuh2023-04-292-33/+13
* various: fix typosHarri Nieminen2023-03-282-5/+5
* options: enable scripts related opts also with cplugins.Oliver Freyermuth2023-03-181-1/+1
* player: remove unittest optionDudemanguy2023-03-022-5/+0
* player: add --auto-window-resize optionDudemanguy2023-03-022-0/+3
* options: change parameter that was forgottin in property transitionChristoph Heinrich2023-02-272-3/+3
* client API: reintroduce CONF_TYPE_FLAG for type conversionChristoph Heinrich2023-02-271-0/+2
* Partially revert "options: remove OPT_FLAG"Christoph Heinrich2023-02-271-0/+63
* various: fix warning -Wimplicit-const-int-float-conversionThomas Weißschuh2023-02-261-1/+1
* options: remove explicit initialization of integers to 0Christoph Heinrich2023-02-211-4/+0
* options: remove OPT_FLAGChristoph Heinrich2023-02-212-65/+0
* options: transition properties from flag to boolChristoph Heinrich2023-02-213-7/+6
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-212-226/+223
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-203-6/+0
* Vulkan: add configure check for VK_KHR_display extensionrcombs2023-02-201-0/+2
* m_property: avoid using a small stack buffer in m_property_do_bstrrcombs2023-02-131-5/+4
* m_property: add M_PROPERTY_DELETErcombs2023-01-281-0/+5
* options/m_option: support duplicating MPV_FORMAT_BYTE_ARRAY nodesrcombs2023-01-281-0/+10
* drm: rewrite based around vo_drm_stateDudemanguy2023-01-212-10/+5
* various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriatesfan52023-01-121-1/+1
* player: don't force saving start in watch-later-optionsDudemanguy2023-01-091-0/+1
* player: add video-sync=display-tempoChristoph Heinrich2023-01-091-0/+1
* wayland: add support for content-type protocolDudemanguy2022-11-152-0/+6
* player: add --force-render optionDudemanguy2022-11-152-0/+2
* options: log profile name if there is no restore dataNatural-Harmonia-Gropius2022-10-281-1/+1
* x11: add --x11-present optionDudemanguy2022-06-222-0/+4
* various: fix typosCœur2022-04-251-1/+1
* options: make --cover-art-auto=exact the defaultGuido Cella2022-04-211-1/+1
* player: add cover-art-whitelist optionGuido Cella2022-04-212-0/+3
* player: rearrange video sync opts/enums/definesDudemanguy2022-04-112-10/+10
* options: add osd-playing-msg-durationGuido Cella2022-04-072-0/+3
* options: add always to stop-screensaverDudemanguy2022-02-181-1/+5
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-192-5/+4
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-192-4/+5
* options: const annotate all m_opt_choice_alternatives accessorsEmil Velikov2021-11-152-15/+16
* options: const annotate m_obj_list accessorsEmil Velikov2021-11-151-1/+1
* options: remove always true m_obj_list::allow_unknown_entriesEmil Velikov2021-11-152-6/+1
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-032-2/+2
* osdep: add MP_UNREACHABLENiklas Haas2021-11-032-2/+2
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-032-0/+3
* options: add missing dash in msg-level help messageEmil Velikov2021-10-031-1/+1
* sub: sub-filter-regex and jsre: support ass-to-plaintextAvi Halachmi (:avih)2021-08-052-0/+2
* sub: new: --sub-filter-jsre (js regex)Avi Halachmi (:avih)2021-08-052-0/+2
* options: don't always set set-locally to trueGuido Cella2021-08-031-2/+1
* options: audio-display determines cover priorityGuido Cella2021-07-291-1/+2
* manpage: fix watch-later-options examplesGuido Cella2021-07-211-3/+1
* options: add watch-later-optionsGuido Cella2021-07-215-1/+85
* wayland: handle app id option less stupidlyDudemanguy2021-06-261-0/+1
* sub: by default, don't render timestamps after video EOFrcombs2021-06-232-0/+2
* player: change cover-art-auto behaviorGuido Cella2021-06-231-1/+1
* vo_gpu: vulkan: implement a VkDisplayKHR backed contextPhilip Langdale2021-06-112-0/+3
* player: load cover art with the media filenameGuido Cella2021-05-271-2/+2
* sub/osd: hide secondary subtitles if secondary-sub-visibility is falseZsolt Vadasz2021-05-192-0/+3
* options: add some entries to --display-tags defaultsYour Name2021-05-111-0/+1
* options: extend --replaygain-preamp rangeYour Name2021-05-071-1/+1
* options: win32: ignore and deprecate --fit-borderAvi Halachmi (:avih)2021-04-231-1/+2
* options: Add validation macro for int typePhilip Langdale2021-03-281-0/+8
* demux: Move demuxer help to new standard mechanismPhilip Langdale2021-03-281-3/+4
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-282-16/+48
* player: add --screen-name and --fs-screen-nameDudemanguy2020-12-062-0/+4
* Revert "options: disable vsfilter blur compat by default"rcombs2020-11-221-1/+1
* path: do not use old_home for win32 exe dirwm42020-11-161-0/+1
* Revert "path: do not use old_home for win32 exe dir"Philip Langdale2020-10-161-1/+0
* screenshot: add --screenshot-sw optionwm42020-10-052-0/+2
* options: fix --cover-art-file typoGuido Cella2020-09-301-1/+1
* player: add automatic loading of external cover art fileswm42020-09-282-2/+12
* mac: add an option to prevent focusing of the window on opender richter2020-09-252-0/+3
* mac: add ontop window level for desktopder richter2020-09-201-2/+2
* options: simplify --android-surface-size handlingsfan52020-09-203-7/+5
* options: fix a flags fieldwm42020-09-041-2/+2
* options: do not accept ":" as separator anymore in key/value listswm42020-08-221-1/+1
* player: add --subs-with-matching-audio optionrcombs2020-08-192-1/+7
* wayland: expose wayland-app-id as a user optionDudemanguy2020-08-142-0/+2
* sub: extend range of --sub-pos optionwm42020-08-121-1/+1
* sd_ass: force full reinit if certain options change at runtimewm42020-08-122-5/+8
* options: add some way to more or less "unapply" profileswm42020-08-073-55/+124
* auto_profiles: add this scriptwm42020-08-055-0/+27
* x11: add option to make window appear on a specific workspacewm42020-07-122-2/+14
* path: fix broken exe-dir[/mpv] config locationsAvi Halachmi (:avih)2020-07-081-1/+1
* path: do not use old_home for win32 exe dirwm42020-06-251-0/+1
* options: add --video-scale-x/ywm42020-06-032-0/+5
* player: add --term-title optionwm42020-05-252-0/+2
* player: remove some display-adrop leftoverswm42020-05-232-4/+0
* options: add option to control display-sync factorwm42020-05-232-0/+3
* options: update OSD when writing some OSD-related optionswm42020-05-091-9/+9
* options: don't trigger bool "compact" path for --loop-filewm42020-05-061-2/+2
* player: slightly improve use of secondary track selection limitswm42020-04-151-0/+1
* options: cleanup .min use for OPT_CHANNELSwm42020-04-092-5/+4
* options: make imgfmt options always accept "no"wm42020-04-091-5/+2
* options: fix ab-loop-* propertieswm42020-04-093-4/+7
* ipc: add --input-ipc-client optionwm42020-04-092-0/+4
* input: remove deprecated --input-file optionwm42020-03-282-3/+0
* options: fix OPT_BYTE_SIZE upper limitswm42020-03-181-0/+3
* m_option: attempt to fix two rounding issueswm42020-03-181-5/+5
* options: change option macros and all option declarationswm42020-03-182-672/+651
* m_option: remove debug codewm42020-03-141-3/+0
* options: introduce bool option type, use it for --fullscreenwm42020-03-144-9/+78
* command: disable edition switching if there are no editionswm42020-03-141-1/+2
* options: change how option range min/max is handledwm42020-03-134-78/+103
* options: more pushing code aroundwm42020-03-134-151/+245
* options: split m_config.c/hwm42020-03-138-1233/+1330
* options: remove intpair option typewm42020-03-132-59/+0
* options: remove min/max support from strings and string listswm42020-03-132-29/+2
* options: make decoder options local to decoder wrapperwm42020-03-012-43/+3
* player: add optional separate video decoding threadwm42020-02-292-0/+7
* player: dumb seeking related stuff, make audio hr-seek defaultwm42020-02-281-1/+3
* options: remove deprecation warning for "-foo bar" syntaxwm42020-02-171-3/+0
* sub: add an option to filter subtitles by regexwm42020-02-162-0/+9
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-163-4/+22
* mac: always include the macOS config when cocoa is availableder richter2020-02-091-1/+1
* player: add ab-loop-count option/propertywm42020-02-082-0/+4
* options: disable vsfilter blur compat by defaultwm42020-02-071-1/+1
* path: add mp_path_is_absolute()wm42020-02-062-10/+21
* path: change win32 semantics for joining drive-relative pathswm42020-02-061-13/+13
* options: stop hiding deprecated optionswm42020-02-042-7/+3
* options: remove unused set_defaults callbackwm42020-02-012-6/+0
* options: merge split_opt functionswm42020-01-291-30/+18
* options: suggest not using the syntax that was recently disabledwm42020-01-291-0/+4
* Revert "options: move cursor autohiding opts to mp_vo_opts"dudemanguy2020-01-122-7/+6
* options: change option parsing when using a single dashwm42020-01-071-3/+9
* command: make sub-step command actually apply sub-delay change properlywm42020-01-042-2/+18
* options: add mechanism to add sub-options from component listswm42020-01-042-0/+15
* playlist: change from linked list to an arraywm42019-12-281-4/+5
* m_option: fix runtime changing of --audio-channelswm42019-12-271-3/+14
* stream, demux: redo origin policy thingwm42019-12-202-2/+0
* options: fix incorrect deprecation messagewm42019-12-191-2/+4
* options: fix UB/crash in key/values parserwm42019-12-181-2/+2
* options: deprecate -del for list optionswm42019-12-181-0/+6
* options: fix filter list comparison (again)wm42019-12-182-17/+17
* options: add -remove action to list optionswm42019-12-181-7/+36
* options: make keys in key/value lists uniquewm42019-12-181-0/+27
* options: increase consistency between list options and document themwm42019-12-181-3/+16
* command: slightly simplify input-ipc-server change detection/initwm42019-12-171-2/+2
* m_option: clamp integer before adding a valuewm42019-12-161-0/+2
* console.lua: add this scriptJames Ross-Gowan2019-12-082-0/+3
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-042-6/+7
* m_config: remove change callback before unintializationwm42019-11-301-0/+1
* command: change window-minimized/window-maximized to optionswm42019-11-292-0/+4
* player: change m_config to use new option handling mechanismswm42019-11-292-67/+95
* m_config: make m_config_cache_write_opt() check/return changeswm42019-11-292-8/+14
* options: get rid of GLOBAL_CONFIG hackwm42019-11-294-36/+28
* m_config: untangle new and old code somewhatwm42019-11-291-75/+177
* m_config: allow writing options through m_config_cachewm42019-11-292-0/+74
* m_config: add fine-grained option reporting mechanismwm42019-11-292-34/+135
* m_config: move stuff aroundwm42019-11-292-53/+77
* m_option: remove an outdated ancient commentwm42019-11-291-7/+1
* m_option: add option comparisonwm42019-11-292-1/+156
* options: remove options-to-property bridgewm42019-11-252-32/+3
* options: pre-check filter names when using vf/af libavfilter bridgewm42019-11-252-1/+8
* m_config: discourage mp_read_option_raw()wm42019-11-251-0/+1
* command, options: deprecate old --display-fps behaviorwm42019-11-251-1/+2
* command: shuffle some crap aroundwm42019-11-251-1/+3
* options: remove deprecated --playlist-pos aliaswm42019-11-241-1/+0
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-202