summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
Commit message (Expand)AuthorAgeFilesLines
* external_files: base cover-art-whitelist on cover-art-auto-extsGuido Cella2023-10-011-3/+4
* DOCS/options: update lavfi-complex examplesGuido Cella2023-09-271-2/+2
* DOCS/options: add example for custom pitch correction filterllyyr2023-09-271-2/+16
* win32: add option to change backdrop styleDeadSix2023-09-271-0/+10
* DOCS/options: update libplacebo-opts documentation URLNiklas Haas2023-09-261-1/+1
* vo_gpu: remove --scaler-lut-sizeNiklas Haas2023-09-251-8/+0
* vo_gpu: remove --scale-cutoff etcNiklas Haas2023-09-251-8/+0
* stream_cdda: move cdrom-device to cdda_paramsDudemanguy2023-09-221-2/+2
* DOCS/options: remove some stray tabsDudemanguy2023-09-211-2/+2
* win32: add --window-cornersKacper Michajłow2023-09-211-0/+9
* win32: add an option to control window title bar stateKacper Michajłow2023-09-211-0/+6
* win32: add an option to change window affinityDeadSix2023-09-211-4/+11
* vo_gpu: allow deband-iterations to be 0llyyr2023-09-211-1/+1
* options: remove deprecated --record-file optionDudemanguy2023-09-211-10/+0
* options: remove a few options marked with .deprecation_messageDudemanguy2023-09-211-10/+0
* options: remove ancient option fallbacks/deprecationDudemanguy2023-09-211-37/+3
* demux_playlist: add --directory-mode=autoGuido Cella2023-09-211-2/+3
* options: make video-crop validation more strictKacper Michajłow2023-09-201-1/+1
* vo_gpu: match libplacebo debanding defaultsNiklas Haas2023-09-201-2/+2
* vo_gpu: match libplacebo peak detection defaultsNiklas Haas2023-09-201-2/+2
* vo_gpu: default to dscale=hermiteNiklas Haas2023-09-201-3/+3
* DOCS/options: document hermite scalerNiklas Haas2023-09-201-0/+5
* DOCS/options: remove potentially offensive languageNiklas Haas2023-09-201-7/+6
* DOCS/options: remove spline36 sectionNiklas Haas2023-09-201-3/+0
* DOCS/options: change wording to be less inflammatoryAlex Mitzsch2023-09-201-1/+1
* builtin.conf: modernize internal profilesKacper Michajłow2023-09-191-14/+12
* vo: change tscale to oversample by defaultKacper Michajłow2023-09-191-1/+1
* vo: make cscale follow scale by defaultKacper Michajłow2023-09-191-1/+2
* vo: enable correct-downscaling, linear-downscaling, sigmoid-upscalingKacper Michajłow2023-09-191-3/+4
* demux: prepend some cache options with demuxerDudemanguy2023-09-181-2/+2
* filter_kernels: remove bcspline filterllyyr2023-09-181-2/+2
* vo_gpu: remove --scale-wblur etcNiklas Haas2023-09-161-6/+6
* filter_kernels: add ewa_lanczos4sharpestNiklas Haas2023-09-161-0/+6
* filter_kernels: use true jinc radiusNiklas Haas2023-09-161-3/+2
* vo_gpu: vo_gpu_next: support --icc-3dlut-size=autoNiklas Haas2023-09-151-3/+4
* DOCS/options: add catmull_rom as an example for --scaledokur0chan2023-09-111-0/+7
* Revert "sub: add auto option to --sub-fix-timing"Kacper Michajłow2023-09-111-3/+2
* vd_lavc: by default enable cropping by decoderKacper Michajłow2023-09-101-2/+1
* player: redo --subs-fallback-forcedDudemanguy2023-09-091-4/+5
* vd_lavc: disable cropping by decoderKacper Michajłow2023-09-081-0/+8
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-081-2/+5
* m_option: make m_rect_apply center basedKacper Michajłow2023-09-081-1/+1
* sub: add auto option to --sub-fix-timingDudemanguy2023-09-071-2/+3
* vo: vulkan: allow picking devices by UUIDPhilip Langdale2023-09-041-4/+4
* stream/dvbin: recommend to use specific channels.conf file namesOliver Freyermuth2023-09-031-0/+3
* stream/dvbin: add support for delivery system ISDB-TOliver Freyermuth2023-09-031-2/+2
* Revert "aspect: change --video-pan-x/y to be relative to the destination rect"llyyr2023-09-021-1/+3
* vo_gpu: remove --tone-mapping-modeNiklas Haas2023-09-011-22/+0
* vo: add --video-cropKacper Michajłow2023-08-311-0/+7
* demux_playlist: default to --directory-mode=lazyGuido Cella2023-08-301-6/+3
* loadfile: fix --no-subs-with-matching-audio with --slangDudemanguy2023-08-291-1/+3
* player: rename --sub-forced-only to --sub-forced-events-onlyDudemanguy2023-08-291-1/+1
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-291-6/+5
* player: add always to --subs-fallback-forcedDudemanguy2023-08-281-1/+3
* player: add --subs-match-os-language optionDudemanguy2023-08-281-0/+6
* player: remove special auto option from alang/slang/vlangDudemanguy2023-08-281-4/+1
* player: make all autoload extensions configurableDudemanguy2023-08-261-0/+17
* DOCS/options: clarify the video-pan-x/y exampleDudemanguy2023-08-201-3/+3
* aspect: change --video-pan-x/y to be relative to the destination rectKacper Michajłow2023-08-201-3/+1
* DOCS/options: fix typo in video-pan-x exampleKacper Michajłow2023-08-201-1/+1
* vo_gpu_next: add --libplacebo-optsNiklas Haas2023-08-191-0/+8
* vo_gpu: allow --hdr-peak-decay-rate=0.0Niklas Haas2023-08-181-2/+2
* x11: add --x11-wid-title optionDudemanguy2023-08-131-0/+4
* player: add --term-remaining-playtime optionDudemanguy2023-08-131-0/+4
* ytdl_hook: improve Windows exe search with suffixfireattack2023-08-131-1/+1
* DOCS/options: fix typo in hdr-peak-percentileAlexander Georgiadis2023-08-051-1/+1
* vo_gpu_next: add --hdr-peak-percentileNiklas Haas2023-08-041-0/+9
* options: restore old default sub selection behaviorDudemanguy2023-07-291-2/+2
* DOCS: clarify screenshot window and screenshot-swDudemanguy2023-07-211-4/+5
* image_writer: move tag_csp check into image_writer_flexible_csp()sfan52023-07-191-4/+4
* vo_gpu_next: add --hdr-contrast-recovery/smoothnessNiklas Haas2023-07-181-0/+12
* vo_gpu_next: add --target-contrast optionKacper Michajłow2023-07-171-0/+9
* vd_lavc: map `hwdec=yes` to `hwdec=auto-safe`Philip Langdale2023-07-141-1/+1
* input: update ctrl+h to toggle `auto-safe` rather than `auto`Philip Langdale2023-07-141-2/+2
* demux_playlist: add option to control recursive directory loadingChristoph Heinrich2023-07-061-0/+7
* various: correctly ignore cache files with --no-configDudemanguy2023-07-061-3/+3
* vo_gpu/vo_gpu_next: enable gpu shader and icc cache by defaultDudemanguy2023-07-041-9/+9
* player: add --input-cursor-passthrough optionDudemanguy2023-07-041-0/+6
* win32: add support for drag-and-drop optionDudemanguy2023-07-011-1/+1
* options: add no to drag-and-dropDudemanguy2023-07-011-2/+3
* video/image_writer: add avif screenshot supportcloud116652023-07-011-0/+28
* vd_lavc: let the user provide a priority list of hwdecs to considerPhilip Langdale2023-06-291-2/+9
* player: add more precise sub fallback optionsrcombs2023-06-251-0/+9
* options: default slang to autorcombs2023-06-251-1/+1
* loadfile: support "auto" as a language optionrcombs2023-06-251-0/+3
* loadfile: use mp_match_lang_singlercombs2023-06-251-8/+8
* options: set subs-with-matching-audio to off by defaultrcombs2023-06-251-3/+2
* vo_gpu_next: add --corner-rounding optionNiklas Haas2023-06-211-0/+6
* vo_gpu_next: add missing --gamut-mapping-mode optionsNiklas Haas2023-06-211-7/+27
* DOCS: fix admonition typoLeo Izen2023-06-151-1/+1
* player: add drag-and-drop optionDudemanguy2023-06-121-0/+8
* hwdec_vulkan: add Vulkan HW InteropPhilip Langdale2023-05-281-1/+4
* vo_gpu_next: remove --tone-mapping-crosstalkNiklas Haas2023-05-241-5/+0
* vo_gpu_next: allow to use ICC profile luminance valueKacper Michajłow2023-05-131-0/+3
* player: use XDG_CACHE_HOME by defaultDudemanguy2023-05-091-11/+19
* player: use XDG_STATE_HOME for watch_laterDudemanguy2023-05-091-2/+3
* DOCS/options: document required parameter for --x11-nameNick Hanley2023-05-061-1/+1
* various: fix typosHarri Nieminen2023-03-281-4/+4
* wayland: make wayland-edge-pixels-pointer default to 16Dudemanguy2023-03-081-1/+1
* player: remove unittest optionDudemanguy2023-03-021-18/+0
* DOCS/options: mention default value of cursor-autohideDudemanguy2023-03-011-3/+3
* DOCS/options: clarify hidpi-window-scale descriptionDudemanguy2023-03-011-2/+1
* player: add --auto-window-resize optionDudemanguy2023-03-021-0/+7
* sub: add --sub-fonts-dir and --osd-fonts-dir optionsFrédéric Brière2023-03-011-0/+12
* DOCS: clarify that GLX is deprecatedsfan52023-02-221-1/+1
* vo_gpu_next: add --tone-mapping-visualizeNiklas Haas2023-02-191-0/+10
* DOCS: document JPEG XL default effort changeLeo Izen2023-02-181-1/+1
* vo_gpu_next: expose --tone-mapping=st2094-40 and st2094-10Niklas Haas2023-02-131-0/+11
* DOCS/options: remove testing note in video-sync-max-factorDudemanguy2023-02-111-3/+0
* video/image_writer: change screenshot-tag-colorspace default to yesLeo Izen2023-02-091-1/+1
* ao_pipewire: add support for exclusive modeThomas Weißschuh2023-02-031-4/+4
* wayland: add auto choice to wayland-configure-boundsDudemanguy2023-01-301-4/+4
* vd_lavc: add "auto" choice for vd-lavc-drsfan52023-01-231-2/+6
* DOCS: clarify wid casting on Windowssfan52023-01-121-2/+3
* player: don't force saving start in watch-later-optionsDudemanguy2023-01-091-4/+3
* player: add video-sync=display-tempoChristoph Heinrich2023-01-091-2/+14
* demux: add --demuxer-hysteresis-secs option to save power with cachingSultan Alsawaf2022-12-301-0/+27
* wayland: add support for content-type protocolDudemanguy2022-11-151-0/+6
* player: add --force-render optionDudemanguy2022-11-151-0/+6
* vo_gpu_next: add tunable shader parametersNiklas Haas2022-11-111-0/+7
* vo_dmabuf_wayland: use special ra_ctx_create_by_nameDudemanguy2022-10-281-5/+0
* vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_waylandAaron Boxer2022-10-261-1/+1
* vo_dmabuf_wayland: wayland VO displaying dmabuf buffersAaron Boxer2022-10-261-0/+5
* DOCS: fix minor typo with keep-open descriptionLeo Izen2022-10-121-1/+1
* vulkan: remove --vulkan-disable-eventsNiklas Haas2022-10-051-5/+0
* vo_gpu: hwdec: add Android hwdec utilizing AImageReadersfan52022-10-021-2/+8
* DOCS: deprecate --gamma-factor and --gamma-autoLeo Izen2022-10-011-14/+2
* manpage: document bt.2390 parameterNiklas Haas2022-09-281-0/+4
* DOCS/man/options.rst: replace some legacy single-hyphen syntaxLeo Izen2022-09-201-3/+3
* DOCS: Mention "mono" audio channels optionCairn2022-09-091-3/+3
* DOCS/options: update vd-lavc-skiploopfilter, skipidct and related descriptionssfan52022-08-311-5/+7
* wayland: add support for configure boundsDudemanguy2022-08-141-0/+8
* DOCS/options: correct wayland-disable-vsync optionDudemanguy2022-08-121-4/+3
* hwdec/drmprime: add drmprime hwdec-interopPhilip Langdale2022-08-091-0/+2
* x11: add --x11-present optionDudemanguy2022-06-221-0/+17
* DOCS/options: fix incorrect labelling of hr-seek defaultSagnac2022-06-101-2/+2
* vo: add new vaapi-wayland driverAaron Boxer2022-05-241-1/+1
* DOCS/options: properly capitalize JPEG XLLeo Izen2022-04-261-3/+3
* video/image_writer: add Jpeg XL screenshotsLeo Izen2022-04-261-0/+11
* various: fix typosCœur2022-04-251-1/+1
* DOCS/options: update the --load-osd-console documentationGuido Cella2022-04-211-4/+3
* options: make --cover-art-auto=exact the defaultGuido Cella2022-04-211-2/+2
* player: add cover-art-whitelist optionGuido Cella2022-04-211-2/+8
* DOCS: fix the typo of --sub-justifyhooke0072022-04-211-1/+1
* DOCS: correct --sub-shadow-colorhooke0072022-04-211-6/+6
* DOCS/{mpv,options}: document the watch later functionalityGuido Cella2022-04-211-65/+69
* options: add osd-playing-msg-durationGuido Cella2022-04-071-0/+4
* vd_lavc: add vo caps and option to set GPU film grain applicationLynne2022-04-051-0/+11
* DOCS/options.rst DOCS/vo.rst: Update discussion of hwdec usagePhilip Langdale2022-03-091-45/+54
* options: add always to stop-screensaverDudemanguy2022-02-181-3/+5
* DOCS/options.rst: fix typo (double "aspect")Avi Halachmi (:avih)2022-02-031-1/+1
* options: only apply sub-visibility to primary subsDudemanguy2022-01-221-5/+0
* Revert "options: add --sub-visibility=<primary-only|secondary-only>"Avi Halachmi (:avih)2022-01-191-1/+10
* options: add --sub-visibility=<primary-only|secondary-only>Ripose2022-01-191-10/+1
* vo_gpu: add --tone-mapping-modeNiklas Haas2022-01-071-21/+22
* vo_gpu: add --gamut-mapping-modeNiklas Haas2022-01-071-19/+18
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-5/+23
* {player,video}: remove references to obsolete opengl-cb APIsfan52021-12-151-6/+4
* DOCS/options: fix `target-colorspace-hint` typoMehul Mittal2021-11-141-1/+1
* vo_gpu_next: implement HDR passthroughNiklas Haas2021-11-081-0/+5
* vo_gpu_next: remove --builtin-scalers optionNiklas Haas2021-11-071-6/+0
* manpage: document --sharpen not affecting vo_gpu_nextNiklas Haas2021-11-031-1/+1
* vo_gpu_next: add new libplacebo-based rendererNiklas Haas2021-11-031-2/+79
* DOCS/options: clarify watch-later-options examplesGuido Cella2021-10-261-3/+3
* vo_gpu: opengl: remove --opengl-restrictEmil Velikov2021-10-161-7/+0
* DOCS/options: refine --no-input-default-bindingsAvi Halachmi (:avih)2021-10-111-4/+4
* input: new option: --no-input-builtin-bindingsAvi Halachmi (:avih)2021-10-111-0/+5
* ytdl_hook.lua: sea