summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* options: flag geometry/autofit options with force_updateDudemanguy7 days1-4/+4
* player: always notify when writing window-scale optionDudemanguy7 days1-1/+1
* m_option: add a force_update booleanDudemanguy7 days2-8/+44
* m_option: change confusing error messages for obj_settings_listnanahi7 days1-7/+7
* sd_ass: add `sub-vsfilter-bidi-compat` to enable vsfilter bidi compatllyyr8 days2-0/+2
* x11_common: implement --show-in-taskbar optionnanahi8 days2-0/+3
* options: fix runtime update of teletext-pageKacper Michajłow8 days1-1/+1
* options: add --input-commands optionDudemanguy2024-03-212-0/+2
* m_property: add `>` for fixed precision floating-point expansionKacper Michajłow2024-03-215-20/+30
* options/m_config: fix no newline at end of filenanahi2024-03-191-1/+1
* various: use static assertions where appropriatesfan52024-03-171-1/+1
* path: don't load any files if --no-config is passedllyyr2024-03-111-1/+5
* options: remove trailing whitespacesder richter2024-03-101-3/+3
* options: remove --focus-on-open and add --focus-onder richter2024-03-102-3/+4
* options: add --deinterlace-field-parity option1nsane0002024-03-042-0/+9
* Revert "player: add ao-volume option, to set the system volume at startup"Dudemanguy2024-03-012-3/+0
* various: avoid function pointer castsKacper Michajłow2024-02-282-15/+17
* osdep/mac: make mac naming of files, folders and function consistentder richter2024-02-281-1/+1
* osd_libass: update the OSD bar's dent and border sizeGuido Cella2024-02-261-1/+1
* player: change insert_next to insert_atDavid Vaughan2024-02-261-3/+3
* 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-252-0/+3
* player: set hidpi-window-scale to no by defaultDudemanguy2024-02-241-1/+0
* options/path: move path utility functions to misc/path_utilsnanahi2024-02-232-224/+2
* various: make mentions of macOS consistentder richter2024-02-211-1/+1
* vo_gpu_next: move gpu-next opts to specific sub optionDudemanguy2024-02-172-0/+3
* m_option: fix memory leak in parse_obj_settings_listKacper Michajłow2024-02-151-3/+10
* sub: allow setting lavc txt_page special values via teletext_pageMohammad AlSaleh2024-02-131-2/+2
* player: add an auto option to deinterlaceDudemanguy2024-02-072-2/+3
* player: ensure runtime updates of certain rendering optionsDudemanguy2024-02-051-1/+2
* options/m_option: suppress warning about validate function callKacper Michajłow2024-01-261-0/+5
* sub: add `--sub-lavc-o` optionMohammad AlSaleh2024-01-212-0/+2
* player: remove --term-remaining-playtime optionDudemanguy2024-01-202-3/+0
* audio: add --volume-gain options to control volume in decibelsnanahi2024-01-202-0/+10
* player: add forced choice to subs-with-matching-audioDudemanguy2024-01-132-3/+4
* options: add --secondary-sub-ass-overridedyphire2023-12-182-5/+10
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-162-15/+32
* options: add --secondary-sub-poskarelrooted2023-12-132-0/+4
* playlist: correctly populate playlist-path with the --playlist optionDudemanguy2023-12-131-1/+0
* filter_sdh: add full width parentheses to the enclosures stringDudemanguy2023-12-081-1/+1
* filter_sdh: add --sub-filter-sdh-enclosures optionDudemanguy2023-12-082-0/+3
* m_option: respect pathlist seperator when printingllyyr2023-12-041-1/+2
* options: add --osd-bar-border-sizeGuido Cella2023-11-272-0/+3
* options: add secondary-sub-delayRipose2023-11-262-2/+3
* 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
* m_option: remove leftovers of del actionGuido Cella2023-11-121-8/+2
* sub: add --sub-stretch-durations optionMohammad AlSaleh2023-11-072-0/+2
* vo: replace max swapchain depth magic numberDudemanguy2023-11-071-1/+1
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-052-22/+22
* options: add UPDATE_SUB_HARD flag to sub-ass-overrideDudemanguy2023-11-051-1/+2
* m_option: don't try to remove all filter matchesDudemanguy2023-11-011-8/+6
* m_option: drop support for -del for list optionsDudemanguy2023-10-301-101/+11
* m_option: remove all matches when using -removeDudemanguy2023-10-301-13/+22
* options: make --screenshot-directory/--watch-later-directory aliasesDudemanguy2023-10-301-2/+2
* javascript: use --js-memory-report option instead of MPV_LEAK_REPORTDudemanguy2023-10-262-0/+4
* options: rename --play-dir to --play-directionDudemanguy2023-10-251-1/+2
* options: rename --watch-later-directory to --watch-later-dirDudemanguy2023-10-252-2/+3
* options: rename --screenshot-directory to --screenshot-dirDudemanguy2023-10-252-2/+3
* options: rename --sub-ass-force-style to --sub-ass-style-overridesDudemanguy2023-10-252-2/+3
* options: rename --override-display-fps to --display-fps-overrideDudemanguy2023-10-252-2/+3
* m_option: initialize m_option_value union properlyKacper Michajłow2023-10-234-10/+12
* path: don't treat "hidden" files as extensionNRK2023-10-221-1/+2
* various: sort some standard headersNRK2023-10-203-14/+14
* osdep: remove atomic.hNRK2023-10-203-4/+4
* player/command: truncate anything < 1e-4 in pretty printerKacper Michajłow2023-10-181-1/+6
* player/command: change how floating point number are printedKacper Michajłow2023-10-141-5/+5
* m_property: add read_sub_validate to check if should be processedKacper Michajłow2023-10-142-0/+22
* path: don't override "cache" and "state" paths with configdirsfan52023-10-021-10/+0
* win32: add option to change backdrop styleDeadSix2023-09-272-3/+13
* m_config_core: remove mp_read_option_rawDudemanguy2023-09-222-39/+0
* cuda: move --cuda-device to cuda_opts groupDudemanguy2023-09-222-2/+22
* opengl/context_win: move opengl-dwmflush to wingl_opts groupDudemanguy2023-09-222-4/+3
* options: rename some opt structs to *_opts instead of *_paramsDudemanguy2023-09-221-3/+3
* stream_bluray: move --bluray-device to stream_bluray_optsDudemanguy2023-09-222-1/+3
* stream_cdda: move cdrom-device to cdda_paramsDudemanguy2023-09-222-2/+1
* options: move some demux-specific opts to demux optsDudemanguy2023-09-222-13/+0
* win32: add --window-cornersKacper Michajłow2023-09-212-0/+12
* win32: add an option to control window title bar stateKacper Michajłow2023-09-212-0/+3
* win32: add an option to change window affinityDeadSix2023-09-212-0/+3
* options: remove --vf-defaults and --af-defaultsDudemanguy2023-09-214-18/+4
* options: remove deprecated --record-file optionDudemanguy2023-09-212-4/+0
* options: remove a few options marked with .deprecation_messageDudemanguy2023-09-212-4/+0
* options: remove ancient option fallbacks/deprecationDudemanguy2023-09-212-121/+0
* options: make video-crop validation more strictKacper Michajłow2023-09-201-7/+9
* Revert "sub: add auto option to --sub-fix-timing"Kacper Michajłow2023-09-112-4/+2
* m_option: return empty rect when no width/height is availableKacper Michajłow2023-09-081-0/+2
* m_option: make m_rect_apply center basedKacper Michajłow2023-09-082-10/+6
* sub: add auto option to --sub-fix-timingDudemanguy2023-09-072-2/+4
* options: remove unnecessary clamping on video-pan-x/yllyyr2023-09-021-2/+2
* vo: add --video-cropKacper Michajłow2023-08-312-0/+3
* m_option: add OPT_RECTKacper Michajłow2023-08-312-0/+64
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-292-2/+3
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-292-4/+2
* player: add always to --subs-fallback-forcedDudemanguy2023-08-282-3/+4
* player: add --subs-match-os-language optionDudemanguy2023-08-282-0/+3
* player: remove special auto option from alang/slang/vlangDudemanguy2023-08-281-3/+0
* player: always write redirect entries for resuming playbackGuido Cella2023-08-282-0/+10
* player: make all autoload extensions configurableDudemanguy2023-08-263-1/+60
* x11: add --x11-wid-title optionDudemanguy2023-08-132-0/+2
* player: add playlist-path propertiesDudemanguy2023-08-131-1/+3
* player: add --term-remaining-playtime optionDudemanguy2023-08-132-0/+3
* 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/