summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+2
* options: deprecate --input-filewm42019-11-161-1/+2
* options: remove M_SETOPT_RUNTIMEwm42019-11-101-3/+0
* options: remove M_OPT_FIXEDwm42019-11-104-33/+20
* test: make tests part of the mpv binarywm42019-11-082-0/+5
* stream: turn into a ring buffer, make size configurablewm42019-11-062-0/+3
* m_config: log applying profileswm42019-11-011-0/+1
* m_config: raise log level of setting options to verbosewm42019-11-011-2/+2
* m_option: remove an unused functionwm42019-10-312-12/+0
* options: make --show-profile without parameters list all profileswm42019-10-312-8/+15
* sws_utils: shuffle around some shitwm42019-10-312-7/+8
* Replace uses of FFMIN/MAX with MPMIN/MAXwm42019-10-311-5/+4
* options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* vo_gpu, options: don't return NaN through APIwm42019-10-252-9/+31
* wayland: add various render-related optionsdudemanguy2019-10-202-0/+6
* video: add zimg wrapperwm42019-10-202-1/+6
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-282-0/+4
* 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-212-0/+3
* m_config: add assertion to a specific casewm42019-09-191-2/+4
* options: deprecate --stream-recordwm42019-09-191-1/+2
* m_config: remove m_config_create_shadowwm42019-09-192-12/+0
* m_config: further minor simplificationswm42019-09-191-35/+26
* m_config: simplify some minor crapwm42019-09-191-24/+20
* m_config: move group list to internal contextwm42019-09-192-42/+53
* m_config: add/move some commentswm42019-09-192-21/+33
* m_config: remove an unused functionwm42019-09-192-7/+0
* m_config: fix typo in commentwm42019-09-191-1/+1
* m_config: add an assert for a theoretical issuewm42019-09-191-1/+6
* aspect: add video margin optionswm42019-09-192-0/+6
* demux: add a on-disk cachewm42019-09-192-0/+3
* m_option: add "B" suffix to human-readable byte numberswm42019-09-191-3/+5
* options: rename --play-direction to --play-dirwm42019-09-191-2/+2
* options: remove --chapterwm42019-09-192-4/+1
* Implement backwards playbackwm42019-09-192-0/+11
* player: add --demuxer-cache-wait optionwm42019-09-192-0/+2
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-0/+1
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-132-5/+0
* Remove optical disc fancification layerswm42019-09-131-35/+0
* Remove libdvdread support in favor of libdvdnavwm42019-09-131-2/+2
* options/path: fix url detection per RFC3986john2019-04-051-3/+7
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-059-382/+394
|\
| * demux, stream: rip out the classic stream cachewm42018-08-312-15/+0
| * m_config: remove a redundant conditionwm42018-05-241-3/+1
| * m_config: fix build with emulated stdatomicwm42018-05-241-2/+3
| * m_config: make m_config_cache_update() return more fine grainedwm42018-05-241-3/+7
| * player: get rid of mpv_global.optswm42018-05-242-5/+3
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm4