summaryrefslogtreecommitdiffstats
path: root/options/options.c
Commit message (Expand)AuthorAgeFilesLines
* options: flag geometry/autofit options with force_updateDudemanguy27 hours1-4/+4
* player: always notify when writing window-scale optionDudemanguy27 hours1-1/+1
* sd_ass: add `sub-vsfilter-bidi-compat` to enable vsfilter bidi compatllyyr46 hours1-0/+1
* x11_common: implement --show-in-taskbar optionnanahi46 hours1-0/+2
* options: fix runtime update of teletext-pageKacper Michajłow47 hours1-1/+1
* options: add --input-commands optionDudemanguy2024-03-211-0/+1
* options: remove trailing whitespacesder richter2024-03-101-3/+3
* options: remove --focus-on-open and add --focus-onder richter2024-03-101-2/+3
* options: add --deinterlace-field-parity option1nsane0002024-03-041-0/+8
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-011-2/+0
* osd_libass: update the OSD bar's dent and border sizeGuido Cella2024-02-261-1/+1
* input: add insert-next support for drag-and-dropDavid Vaughan2024-02-261-1/+3
* player: add ao-volume option, to set the system volume at startupLeonardo Boss2024-02-251-0/+2
* player: set hidpi-window-scale to no by defaultDudemanguy2024-02-241-1/+0
* vo_gpu_next: move gpu-next opts to specific sub optionDudemanguy2024-02-171-0/+2
* sub: allow setting lavc txt_page special values via teletext_pageMohammad AlSaleh2024-02-131-2/+2
* player: add an auto option to deinterlaceDudemanguy2024-02-071-1/+2
* sub: add `--sub-lavc-o` optionMohammad AlSaleh2024-01-211-0/+1
* player: remove --term-remaining-playtime optionDudemanguy2024-01-201-2/+0
* audio: add --volume-gain options to control volume in decibelsnanahi2024-01-201-0/+7
* player: add forced choice to subs-with-matching-audioDudemanguy2024-01-131-2/+3
* options: add --secondary-sub-ass-overridedyphire2023-12-181-4/+9
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-161-10/+23
* options: add --secondary-sub-poskarelrooted2023-12-131-0/+3
* filter_sdh: add full width parentheses to the enclosures stringDudemanguy2023-12-081-1/+1
* filter_sdh: add --sub-filter-sdh-enclosures optionDudemanguy2023-12-081-0/+2
* options: add --osd-bar-border-sizeGuido Cella2023-11-271-0/+2
* options: add secondary-sub-delayRipose2023-11-261-1/+2
* options: add more properties to default watch-later-optionsKacper Michajłow2023-11-121-0/+12
* options: remove not relevant props from default watch-later-optionsKacper Michajłow2023-11-121-5/+0
* sub: add --sub-stretch-durations optionMohammad AlSaleh2023-11-071-0/+1
* vo: replace max swapchain depth magic numberDudemanguy2023-11-071-1/+1
* options: add UPDATE_SUB_HARD flag to sub-ass-overrideDudemanguy2023-11-051-1/+2
* options: make --screenshot-directory/--watch-later-directory aliasesDudemanguy2023-10-301-2/+2
* javascript: use --js-memory-report option instead of MPV_LEAK_REPORTDudemanguy2023-10-261-0/+3
* options: rename --play-dir to --play-directionDudemanguy2023-10-251-1/+2
* options: rename --watch-later-directory to --watch-later-dirDudemanguy2023-10-251-1/+2
* options: rename --screenshot-directory to --screenshot-dirDudemanguy2023-10-251-1/+2
* options: rename --sub-ass-force-style to --sub-ass-style-overridesDudemanguy2023-10-251-1/+2
* options: rename --override-display-fps to --display-fps-overrideDudemanguy2023-10-251-1/+2
* win32: add option to change backdrop styleDeadSix2023-09-271-3/+12
* cuda: move --cuda-device to cuda_opts groupDudemanguy2023-09-221-2/+16
* opengl/context_win: move opengl-dwmflush to wingl_opts groupDudemanguy2023-09-221-2/+2
* stream_bluray: move --bluray-device to stream_bluray_optsDudemanguy2023-09-221-1/+2
* stream_cdda: move cdrom-device to cdda_paramsDudemanguy2023-09-221-1/+1
* options: move some demux-specific opts to demux optsDudemanguy2023-09-221-8/+0
* win32: add --window-cornersKacper Michajłow2023-09-211-0/+11
* win32: add an option to control window title bar stateKacper Michajłow2023-09-211-0/+2
* win32: add an option to change window affinityDeadSix2023-09-211-0/+2
* options: remove --vf-defaults and --af-defaultsDudemanguy2023-09-211-4/+0
* options: remove deprecated --record-file optionDudemanguy2023-09-211-3/+0
* options: remove a few options marked with .deprecation_messageDudemanguy2023-09-211-3/+0
* options: remove ancient option fallbacks/deprecationDudemanguy2023-09-211-120/+0
* Revert "sub: add auto option to --sub-fix-timing"Kacper Michajłow2023-09-111-3/+1
* sub: add auto option to --sub-fix-timingDudemanguy2023-09-071-1/+3
* options: remove unnecessary clamping on video-pan-x/yllyyr2023-09-021-2/+2
* vo: add --video-cropKacper Michajłow2023-08-311-0/+1
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-291-1/+2
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-291-3/+1
* player: add always to --subs-fallback-forcedDudemanguy2023-08-281-2/+3
* player: add --subs-match-os-language optionDudemanguy2023-08-281-0/+2
* player: remove special auto option from alang/slang/vlangDudemanguy2023-08-281-3/+0
* player: make all autoload extensions configurableDudemanguy2023-08-261-0/+55
* x11: add --x11-wid-title optionDudemanguy2023-08-131-0/+1
* player: add --term-remaining-playtime optionDudemanguy2023-08-131-0/+2
* player: make sub-pos a float valueDudemanguy2023-08-131-1/+1
* options: restore old default sub selection behaviorDudemanguy2023-07-291-1/+2
* demux_playlist: add option to control recursive directory loadingChristoph Heinrich2023-07-061-0/+2
* player: add --input-cursor-passthrough optionDudemanguy2023-07-041-0/+1
* 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
* player: add more precise sub fallback optionsrcombs2023-06-251-0/+3
* 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-121-0/+3
* options: enable scripts related opts also with cplugins.Oliver Freyermuth2023-03-181-1/+1
* player: remove unittest optionDudemanguy2023-03-021-4/+0
* player: add --auto-window-resize optionDudemanguy2023-03-021-0/+2
* options: remove explicit initialization of integers to 0Christoph Heinrich2023-02-211-4/+0
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-135/+132
* Vulkan: add configure check for VK_KHR_display extensionrcombs2023-02-201-0/+2
* drm: rewrite based around vo_drm_stateDudemanguy2023-01-211-7/+4
* 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-151-0/+5
* player: add --force-render optionDudemanguy2022-11-151-0/+1
* x11: add --x11-present optionDudemanguy2022-06-221-0/+3
* options: make --cover-art-auto=exact the defaultGuido Cella2022-04-211-1/+1
* player: add cover-art-whitelist optionGuido Cella2022-04-211-0/+2
* player: rearrange video sync opts/enums/definesDudemanguy2022-04-111-9/+9
* options: add osd-playing-msg-durationGuido Cella2022-04-071-0/+2
* options: add always to stop-screensaverDudemanguy2022-02-181-1/+5
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-191-5/+3
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-191-3/+5
* vo_gpu: lift ra_ctx_* opts to a global structNiklas Haas2021-11-031-0/+2
* sub: sub-filter-regex and jsre: support ass-to-plaintextAvi Halachmi (:avih)2021-08-051-0/+1
* sub: new: --sub-filter-jsre (js regex)Avi Halachmi (:avih)2021-08-051-0/+1
* options: audio-display determines cover priorityGuido Cella2021-07-291-1/+2
* options: add watch-later-optionsGuido Cella2021-07-211-0/+39
* wayland: handle app id option less stupidlyDudemanguy2021-06-261-0/+1
* sub: by default, don't render timestamps after video EOFrcombs2021-06-231-0/+1
* player: change cover-art-auto behaviorGuido Cella2021-06-231-1/+1
* vo_gpu: vulkan: implement a VkDisplayKHR backed contextPhilip Langdale2021-06-111-0/+2
* 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-191-0/+2
* 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
* demux: Move demuxer help to new standard mechanismPhilip Langdale2021-03-281-3/+4
* player: add --screen-name and --fs-screen-nameDudemanguy2020-12-061-0/+2
* Revert "options: disable vsfilter blur compat by default"rcombs2020-11-221-1/+1
* screenshot: add --screenshot-sw optionwm42020-10-051-0/+1
* options: fix --cover-art-file typoGuido Cella2020-09-301-1/+1
* player: add automatic loading of external cover art fileswm42020-09-281-2/+10
* mac: add an option to prevent focusing of the window on opender richter2020-09-251-0/+2
* mac: add ontop window level for desktopder richter2020-09-201-2/+2
* options: simplify --android-surface-size handlingsfan52020-09-201-5/+3
* options: fix a flags fieldwm42020-09-041-2/+2
* player: add --subs-with-matching-audio optionrcombs2020-08-191-1/+5
* wayland: expose wayland-app-id as a user optionDudemanguy2020-08-141-0/+1
* sub: extend range of --sub-pos optionwm42020-08-121-1/+1
* sd_ass: force full reinit if certain options change at runtimewm42020-08-121-4/+6
* auto_profiles: add this scriptwm42020-08-051-0/+4
* options: add --video-scale-x/ywm42020-06-031-0/+4
* player: add --term-title optionwm42020-05-251-0/+1
* player: remove some display-adrop leftoverswm42020-05-231-3/+0
* options: add option to control display-sync factorwm42020-05-231-0/+2
* 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: fix ab-loop-* propertieswm42020-04-091-2/+2
* ipc: add --input-ipc-client optionwm42020-04-091-0/+3
* input: remove deprecated --input-file optionwm42020-03-281-2/+0
* options: change option macros and all option declarationswm42020-03-181-539/+552
* options: introduce bool option type, use it for --fullscreenwm42020-03-141-1/+1
* options: change how option range min/max is handledwm42020-03-131-12/+14
* options: remove min/max support from strings and string listswm42020-03-131-2/+1
* options: make decoder options local to decoder wrapperwm42020-03-011-27/+1
* player: add optional separate video decoding threadwm42020-02-291-0/+3
* player: dumb seeking related stuff, make audio hr-seek defaultwm42020-02-281-1/+3
* sub: add an option to filter subtitles by regexwm42020-02-161-0/+6
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-161-2/+14
* mac: always include the macOS config when cocoa is availableder richter2020-02-091-1/+1
* player: add ab-loop-count option/propertywm42020-02-081-0/+3
* options: disable vsfilter blur compat by defaultwm42020-02-071-1/+1
* Revert "options: move cursor autohiding opts to mp_vo_opts"dudemanguy2020-01-121-4/+4
* stream, demux: redo origin policy thingwm42019-12-201-1/+0
* command: slightly simplify input-ipc-server change detection/initwm42019-12-171-2/+2
* console.lua: add this scriptJames Ross-Gowan2019-12-081-0/+2
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-041-4/+4
* command: change window-minimized/window-maximized to optionswm42019-11-291-0/+2
* options: get rid of GLOBAL_CONFIG hackwm42019-11-291-2/+8
* command, options: deprecate old --display-fps behaviorwm42019-11-251-1/+2
* options: remove deprecated --playlist-pos aliaswm42019-11-241-1/+0
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-201-0/+1
* options: deprecate --input-filewm42019-11-161-1/+2
* options: remove M_OPT_FIXEDwm42019-11-101-19/+18
* test: make tests part of the mpv binarywm42019-11-081-0/+4
* stream: turn into a ring buffer, make size configurablewm42019-11-061-0/+1
* options: make --show-profile without parameters list all profileswm42019-10-311-2/+2
* sws_utils: shuffle around some shitwm42019-10-311-4/+6
* options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* wayland: add various render-related optionsdudemanguy2019-10-201-0/+5
* video: add zimg wrapperwm42019-10-201-0/+4
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-281-0/+2
* options: add M_OPT_FILE to some more options that take filesPhilip Sequeira2019-09-271-7/+7
* demux_cue: auto-detect CUE sheet charsetwnoun2019-09-211-0/+2
* options: deprecate --stream-recordwm42019-09-191-1/+2
* aspect: add video margin optionswm42019-09-191