summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
Commit message (Expand)AuthorAgeFilesLines
* sws_utils: use zimg by default if availablewm42020-02-121-6/+5
* manpage: add some blabla about zimg speed vs. libswscalewm42020-02-101-1/+10
* player: add ab-loop-count option/propertywm42020-02-081-0/+8
* mac: activate logging when started from the bundleder richter2020-02-081-0/+3
* demux: add option to disable "sharing" between back and forward bufferswm42020-02-071-1/+14
* options: disable vsfilter blur compat by defaultwm42020-02-071-1/+1
* manpage: --sub-codepage cannot do muxed subswm42020-02-011-0/+5
* wayland: remove wayland-frame-wait-offset optiondudemanguy2020-01-311-9/+0
* manpage: update force dedicated gpu on macOS optionder richter2020-01-271-1/+1
* libarchive: some shitty hack to make opening slightly fasterwm42020-01-041-0/+12
* manpage: update discussion of nvidia hardware accelerationPhilip Langdale2019-12-291-26/+25
* video: cuda: add explicit context creation for copy hwaccelsPhilip Langdale2019-12-291-8/+9
* manpage: fix example in --hwdec sectionwm42019-12-241-1/+3
* vd_lavc: more hwdec autoselect nonsensewm42019-12-241-4/+36
* video/out/x11: add fs-screen fallbackNicolas F2019-12-221-2/+2
* demux: add an option to control tag charsetwm42019-12-201-0/+13
* options: increase consistency between list options and document themwm42019-12-181-7/+43
* mac: remove Apple Remote supportder richter2019-12-151-4/+0
* manpage: fix --vulkan-async-compute default valuewm42019-12-121-2/+2
* console.lua: add this scriptJames Ross-Gowan2019-12-081-0/+6
* DOCS: fix wayland-frame-wait offset value rangedudemanguy2019-12-051-1/+1
* x11: implement unminimizationwm42019-11-291-1/+1
* command: change window-minimized/window-maximized to optionswm42019-11-291-0/+17
* command, options: deprecate old --display-fps behaviorwm42019-11-251-3/+5
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-201-0/+7
* options: deprecate --input-filewm42019-11-161-0/+2
* demux_lavf: fight ffmpeg API some more and get the timeout setwm42019-11-161-0/+12
* stream_lavf: set --network-timeout to 60 seconds by defaultwm42019-11-141-5/+8
* wayland: use hidpi-window-scale optiondudemanguy2019-11-121-1/+1
* test: make tests part of the mpv binarywm42019-11-081-0/+17
* vo_gpu: vdpau actually works under EGLwm42019-11-071-2/+1
* manpage: vdpauglx backend was removedwm42019-11-071-5/+0
* stream: bump default buffer size from 2K to 64Kwm42019-11-061-1/+1
* stream: turn into a ring buffer, make size configurablewm42019-11-061-0/+26
* manpage: opengl-cb -> libmpvwm42019-11-041-5/+5
* manpage: fix global config file path in --hwdec descriptionwm42019-11-041-1/+1
* manpage: shovel around --hwdec description (again)wm42019-11-041-25/+39
* vd_lavc: don't keep packets for fallbacks if errors are toleratedwm42019-11-021-0/+5
* manpage: update --framedrop optionwm42019-11-021-10/+26
* zimg: make --zimg-fast=yes defaultwm42019-11-021-1/+1
* options: make --show-profile without parameters list all profileswm42019-10-311-1/+2
* manpage: fix another typowm42019-10-311-1/+1
* manpage: update --zimg-scaler defaultwm42019-10-311-3/+3
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-311-3/+38
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-301-0/+13
* input: disable gamepad code by defaultwm42019-10-251-1/+1
* manpage: fix --script docswm42019-10-251-3/+3
* vo_gpu, options: don't return NaN through APIwm42019-10-251-6/+12
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-231-0/+3
* wayland: add various render-related optionsdudemanguy2019-10-201-0/+15
* sws_utils: hack in zimg redirection supportwm42019-10-201-0/+15
* video: add zimg wrapperwm42019-10-201-0/+8
* manpage: fix a typowm42019-10-181-1/+1
* video: do not disable display-sync on A/V desyncwm42019-10-171-4/+18
* manpage: update --hwdec descriptionwm42019-10-171-17/+8
* vo_gpu/d3d11: switch adapter selection to case-insensitive startswithJan Ekström2019-10-151-0/+4
* manpage: attempt to remove some more cache option confusionwm42019-10-141-6/+7
* vo_gpu/d3d11: add support for configuring swap chain formatJan Ekström2019-10-131-0/+12
* DOCS: some corrections around cache optionswm42019-10-081-3/+9
* audio: do not try gapless if video is still ongoingwm42019-10-061-0/+2
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-8/+8
* DOCS: Add documentation for dvbin-prog and dvbin-channel-switch-offset.Oliver Freyermuth2019-10-021-0/+16
* vo_gpu/d3d11: add adapter name validation and listing with "help"Jan Ekström2019-09-291-3/+2
* video/d3d11: add adapter selection by name into d3d11 optionsJan Ekström2019-09-291-0/+10
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-281-8/+7
* video: add pure gamma TRC curves for 2.0, 2.4 and 2.6.Wessel Dankers2019-09-271-0/+6
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-261-0/+7
* sub: make font provider user-selectablewm42019-09-251-2/+20
* manpage: update requirements for vdpau hwdec useNicolas F2019-09-221-1/+2
* demux_cue: auto-detect CUE sheet charsetwnoun2019-09-211-0/+3
* options: deprecate --stream-recordwm42019-09-191-20/+31
* demux, command: add a third stream recording mechanismwm42019-09-191-4/+2
* demux: allow backward cache to use unused forward cachewm42019-09-191-0/+7
* demux: runtime option changing for cache and stream recordingwm42019-09-191-2/+14
* vo_gpu: remove mali-fbdevwm42019-09-191-2/+0
* aspect: add video margin optionswm42019-09-191-0/+24
* demux: add a on-disk cachewm42019-09-191-0/+46
* demux_lavf: compensate timestamp resets for OGG web radio streamswm42019-09-191-0/+16
* manpage: some more backward playback editswm42019-09-191-12/+22
* demux: demux multiple audio frames in backward playbackwm42019-09-191-0/+15
* manpage: another comment on backward playback with hardware decodingwm42019-09-191-2/+5
* vd_lavc: add --hwdec-extra-frames optionwm42019-09-191-0/+15
* f_decoder_wrapper: reorganize, fix EDL/ordered chapters backward playbackwm42019-09-191-3/+1
* options: rename --play-direction to --play-dirwm42019-09-191-2/+4
* demux: more backwards playback preroll packets for vorbis and mp3wm42019-09-191-9/+2
* manpage: document accidental feature/bugwm42019-09-191-5/+19
* player: modify/simplify AB-loop behaviorwm42019-09-191-3/+8
* options: remove --chapterwm42019-09-191-6/+0
* demux_lavf: implement bad hack for backward playback of wavwm42019-09-191-11/+3
* manpage: deinterlacing with backwards playback probably workswm42019-09-191-3/+1
* manpage: backward encoding actually appears to workwm42019-09-191-1/+2
* demux: add a special case for backward demuxing of opuswm42019-09-191-1/+2
* demux: use no overlapping packets for lossless audiowm42019-09-191-1/+2
* manpage: document why Vorbis backward playback does not workwm42019-09-191-0/+7
* demux: change backward-overlap to keyframe ranges instead of packetswm42019-09-191-5/+5
* demux: fix initial backward demuxing state in some caseswm42019-09-191-8/+0
* sd_lavc: implement --sub-pos for bitmap subtitleswm42019-09-191-0/+3
* manpage: document that backward playback from the end does not workwm42019-09-191-0/+8
* demux_raw: fix operation with demuxer cache and backward playbackwm42019-09-191-0/+10
* Implement backwards playbackwm42019-09-191-0/+191
* player: add --demuxer-cache-wait optionwm42019-09-191-0/+8
* loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlistwm42019-09-191-0/+5
* vo_gpu: x11: remove special vdpau probing, use EGL by defaultwm42019-09-151-3/+0
* image_writer: add webp-compression optionsfan52019-09-141-0/+4
* image_writer: add WebP support (lossy or lossless)sfan52019-09-141-0/+8
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-16/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-185/+0
* vo_gpu: implement error diffusion for ditheringBin Jin2019-06-161-1/+30
* vo_gpu: allow user shader to fix texture offsetBin Jin2019-06-061-1/+7
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+6
* cocoa-cb: refactor title bar stylingder richter2019-04-021-11/+62
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-22/+67
|\
| * lcms: allow infinite contrastzc622019-03-091-2/+4
| * options: do not enable WMV3 hwdec by defaultMartin Herkt2019-03-011-1/+1
| * vo_gpu: use dB units for scene change detectionNiklas Haas2019-02-181-3/+3
| * vo_gpu: allow boosting dark scenes when tone mappingNiklas Haas2019-02-181-0/+8
| * vo_gpu: redesign peak detection algorithmNiklas Haas2019-02-181-0/+24
| * vo_gpu: improve tone mapping desaturationNiklas Haas2019-02-181-11/+20
| * options: do not enable MPEG2 hwdec by defaultMartin Herkt2019-02-131-1/+1
| * DOCS/options.rst: update target-peak descriptionKotori Itsuka2019-01-231-4/+4
| * DOCS/man: update man pages to describe ReplayGain fallbackBenjamin Barenblat2019-01-161-2/+4
| * stream_dvb: Correct range for dvbin-card option.Oliver Freyermuth2018-12-121-2/+2
* | demux: add another stream recording featurewm42018-12-061-0/+6
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-91/+22
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-311-91/+9
| * demux_lavf: drop obscure genpts optionwm42018-05-241-6/+0
| * options: add --http-proxywm42018-05-241-0/+7
| * player: make playback termination asynchronouswm42018-05-241-0/+13
| * manpage: update --demuxer-thread optionwm42018-05-241-3/+6
| * manpage: remove a reference to a removed optionwm42018-05-241-2/+1
| * manpage: mention that --no-correct-pts can break seeking toowm42018-05-241-2/+2
* | spirv: remove --spirv-compiler=nvidiaNiklas Haas2018-12-011-6/+7
* | man: fix --watch-later-directory formattingTheAMM2018-11-281-1/+0
* | vo_gpu: vulkan: hwdec_cuda: Add support for Vulkan interopPhilip Langdale2018-10-221-5/+14
* | vo_gpu: split --linear-scaling into two separate optionsNiklas Haas2018-10-191-18/+28
* | cocoa-cb: add Apple Software Renderer supportAkemi2018-09-301-0/+9
* | man/options: emphasize ytdl_hook's script optionsRicardo Constantino2018-09-261-6/+5
* | manpage: fix reference to --tone-mapping by old option nameAnton Kindestam2018-08-181-1/+1
* | gpu: prefer 16bit floating point FBO formats to 16bit integer onesJan Ekström2018-07-081-3/+6
* | demux_lavf: drop obscure genpts optionwm42018-05-311-6/+0
* | options: add --http-proxywm42018-05-311-0/+7
* | manpage: update --demuxer-thread optionwm42018-05-311-3/+6
* | manpage: remove a reference to a removed optionwm42018-05-251-2/+1
* | manpage: mention that --no-correct-pts can break seeking toowm42018-05-251-2/+2
|/
* vo_gpu: allow higher icc-contrast and improve loggingNiklas Haas2018-05-171-1/+1
* manpage: fix typoNiklas Haas2018-05-171-1/+1
* manpage: clarify target-prim/trc=auto behaviorNiklas Haas2018-05-171-2/+6
* manpage: remove 4 previously removed optionswm42018-05-011-24/+0
* manpage: --demuxer-seekable-cache is not experimental anymorewm42018-05-011-2/+1
* command: change cycle-value command behaviorwm42018-04-291-1/+1
* vd_lavc: enable dr by defaultwm42018-04-291-7/+4
* audio: don't recreate AO if a filter changes the output formatwm42018-04-151-3/+4
* ao_alsa: add options for controlling period/buffer sizewm42018-04-151-0/+14
* manpage: document vaapi-deviceKevin Mitchell2018-04-081-0/+4
*