summaryrefslogtreecommitdiffstats
path: root/DOCS/man
Commit message (Expand)AuthorAgeFilesLines
* input: minor additions to default key bindingswm42018-03-041-6/+41
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-0/+20
* manpage: describe how to list/inspect/apply profileswm42018-03-031-0/+5
* options: add a builtin low-latency profilewm42018-03-031-0/+39
* demux_lavf: add --demuxer-lavf-probe-info=nostreamswm42018-03-031-1/+5
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-282-4/+8
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-281-0/+12
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-0/+12
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-261-1/+14
* stream_file: add mode for reading appended fileswm42018-02-211-0/+13
* vo_gpu: introduce --target-peakNiklas Haas2018-02-201-0/+33
* lua+js: Implement utils.getpid()sfan52018-02-132-0/+6
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-131-1/+5
* manpage: remove mention of --vf=eqwm42018-02-131-1/+1
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+3
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-132-4/+6
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-122-2/+4
* osx: always deactivate the early opengl flush on macOSAkemi2018-02-121-0/+3
* ytdl_hook: add script opt for using manifest URLsRicardo Constantino2018-02-111-0/+4
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-1/+2
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-051-11/+16
* swresample: limit output size of audio frameswm42018-02-031-0/+9
* codecs: remove unused family fieldwm42018-02-011-4/+0
* manpage: clarify some --vf optionswm42018-01-312-16/+28
* ytdl_hook: pass http proxy to ffmpegRicardo Constantino2018-01-301-0/+8
* ao_null: add --ao-null-format option for debuggingwm42018-01-301-0/+3
* audio: rewrite filtering glue codewm42018-01-301-4/+3
* video: rewrite filtering glue codewm42018-01-301-3/+1
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-5/+13
* Revert "command: make pause display the same osd-msg-bar as seek"Kevin Mitchell2018-01-261-3/+3
* manpage: mention --network-timeout is broken with RTSPwm42018-01-251-0/+10
* options: add string list -toggle actionwm42018-01-251-0/+1
* command: add a change-list commandwm42018-01-252-0/+20
* options: add an option type for byte sizeswm42018-01-251-3/+4
* manpage: remove obsolete information on bd://Ricardo Constantino2018-01-251-4/+3
* manpage: document using sub-shadow-offset for background sizingRicardo Constantino2018-01-241-1/+2
* stream_bluray: always show list of available titlesRicardo Constantino2018-01-231-2/+2
* manpage: reword some vf command exampleswm42018-01-181-7/+8
* af_rubberband: add af-command to multiply current pitchVobe2018-01-151-0/+6
* af_lavrresample: deprecate this filterwm42018-01-131-0/+6
* audio: add global options for resampler defaultswm42018-01-131-10/+38
* client API: remove ytdl=no defaultwm42018-01-131-2/+1
* manpage: remove stale vo_wayland entrywm42018-01-131-19/+0
* manpage: update references to gpu VOdaschiller2018-01-103-12/+12
* command: make pause display the same osd-msg-bar as seekKevin Mitchell2018-01-071-3/+3
* command: default to osd-msg-bar for seeksKevin Mitchell2018-01-071-6/+4
* manpage: fix typos in osd level descriptionsKevin Mitchell2018-01-071-3/+3
* ytdl_hook: add script option to revert to trying youtube-dl firstRicardo Constantino2018-01-071-0/+5
* player: strictly never autoselect tracks from --external-fileswm42018-01-061-1/+2
* vo_gpu: hwdec_dxva2dxgi: initial implementationJames Ross-Gowan2018-01-061-2/+3
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+14
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-031-0/+9
* manpage: slightly improve description of --cache-pause optionwm42018-01-031-3/+4
* osc: add seekbarkeyframes as a user optiondudemanguy2018-01-031-0/+9
* player: remove internal `vo-resize` command againsfan52018-01-021-1/+1
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-3/+1
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+4
* player: add on_load_fail hookRicardo Constantino2018-01-021-0/+7
* vo_gpu/android: fallback to EGL_WIDTH/HEIGHTAman Gupta2018-01-011-2/+4
* manpage: put android surface options on one lineKevin Mitchell2017-12-281-2/+1
* vd_lavc: add an option to explicitly workaround x264 4:4:4 bugwm42017-12-281-0/+12
* player: add internal `vo-resize` commandsfan52017-12-272-2/+3
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-271-0/+7
* manpage: fix typo in warningBisaloo2017-12-271-1/+1
* encode: implement --oset-metadata, and --oremove-metadataTheAMM2017-12-261-0/+21
* encode: rename option --ometadata to --ocopy-metadataTheAMM2017-12-261-1/+1
* options: add -add/-append actions to key/value listswm42017-12-261-0/+2
* osc: make seek ranges rendering optionalpavelxdd2017-12-261-0/+5
* vo_gpu: vulkan: allow disabling async tf/compNiklas Haas2017-12-251-0/+17
* vo_gpu: vulkan: support split command poolsNiklas Haas2017-12-251-1/+2
* vo_gpu: vulkan: properly track image dependenciesNiklas Haas2017-12-251-4/+0
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-232-2/+8
* cache: lower default size to 2*10MBwm42017-12-231-2/+2
* demux: bump the demuxer cache readahead durationwm42017-12-231-1/+3
* options: deprecate --ff- options and propertieswm42017-12-211-0/+2
* vo_mediacodec_embed: implement hwcontextAman Gupta2017-12-201-1/+0
* client API: change --stop-playback-on-init-failure defaultwm42017-12-171-5/+4
* js: implement mp.msg.trace()TheAMM2017-12-162-4/+7
* msg: bump up log level of --log-fileNiklas Haas2017-12-151-3/+3
* vd_lavc: rename --hwdec=rpi to --hwdec=mmalwm42017-12-151-2/+2
* lua+js: implement utils.file_info()TSaaristo2017-12-132-0/+30
* vf_buffer: remove this filterwm42017-12-121-6/+0
* manpage: Fix typo (reomve -> remove)Anna-Maria Meriniemi2017-12-101-1/+1
* manpage: clarify --sub-file(s) optionswm42017-12-071-2/+6
* options: add --start=none to reset previously set start timeAman Gupta2017-12-061-0/+2
* manpage: minor fixes to documenationLeo Izen2017-12-061-3/+11
* manpage: add note about properties not immediately showing upKevin Mitchell2017-12-061-1/+4
* Remove support for ffmpeg-mpvRostislav Pehlivanov2017-12-051-1/+1
* manpage: add some minor documenation fixesLeo Izen2017-12-043-3/+13
* player/misc.c: allow both --length and --end to control play endpointLeo Izen2017-12-041-0/+3
* manpage: vaapi-copy is not limited to Intel GPUsMariusz Skoneczko2017-12-031-1/+1
* man: remove incorrect note about default opengl backendMartin Herkt2017-12-021-2/+1
* vd_lavc: drop mediacodec direct rendering support temporarilywm42017-12-011-0/+1
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-012-32/+28
* DOCS/mpv.rst: document bluray:// alias for bd://Leo Izen2017-11-301-0/+2
* af: remove deprecated audio filterswm42017-11-292-184/+0
* video: remove automatic stereo3d filter insertionwm42017-11-291-2/+2
* vf: remove most GPL video filterswm42017-11-291-304/+0
* manpage: clarify bitstreaming optionsOswald Pan2017-11-191-5/+9
* demux: export demuxer cache sizes in byteswm42017-11-101-0/+21
* demux: use seekable cache for network by default, bump prefetch limitwm42017-11-101-3/+7
* demux: set default back buffer to some high valuewm42017-11-101-1/+3
* demux: support multiple seekable cached rangeswm42017-11-092-6/+7
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-071-0/+12
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-6/+35
* demux: improve and optimize cache pruning and seek range determinationwm42017-11-041-0/+5
* demux: add option to create CC tracks eagerlywm42017-11-031-0/+12
* manpage: fix/improve --msg-level descriptionwm42017-10-301-1/+3
* vd_lavc: add support for nvdec hwaccelwm42017-10-281-0/+8
* command: change demuxer-cache-state property to return multiple rangeswm42017-10-261-6/+12
* vo_gpu: change --tone-mapping-desaturate algorithmNiklas Haas2017-10-251-8/+9
* manpage: add --hwdec=rkmpp entrywm42017-10-231-0/+1
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+5
* command: read the diff if you want to knowwm42017-10-211-0/+16
* demux: add a back buffer and the ability to seek into itwm42017-10-211-5/+25
* vo_gpu: add rgba16hf to the list of FBO formatsJames Ross-Gowan2017-10-181-3/+3
* video: add mp_image_params.hw_flags and add an examplewm42017-10-161-1/+2
* video: make it possible to always override hardware decoding formatwm42017-10-161-0/+13
* vo_gpu: semi-fix --gpu-context/--gpu-api options and help outputwm42017-10-161-4/+10
* manpage: add Vulkan WSI extension name for --gpu-context=winJames Ross-Gowan2017-10-141-1/+1
* options: add --vlang switchwm42017-10-131-0/+3
* stats: clarify documentationJulian2017-10-131-7/+7
* manpage: correct some comments about ordered chapterswm42017-10-111-6/+5
* stats: add documentationJulian2017-10-092-0/+164
* lua: integrate stats.lua scriptJulian2017-10-091-0/+5
* vo_gpu: add android opengl backendAman Gupta2017-10-092-1/+7
* vo: add mediacodec_embed output driverAman Gupta2017-10-091-0/+8
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesAman Gupta2017-10-091-0/+5
* hwdec: rename mediacodec to mediacodec-copyAman Gupta2017-10-091-1/+1
* command: drop "audio-out-detected-device" propertywm42017-10-091-4/+0
* Revert "wayland_common: add support for embedding"Rostislav Pehlivanov2017-10-051-4/+0
* wayland_common: add support for embeddingRostislav Pehlivanov2017-10-051-0/+4
* msg: make --msg-level affect --log-file toowm42017-10-041-2/+5
* Man page: fix typoKranky K. Krackpot2017-10-011-2/+2
* manpage: update --blend-subtitles affected optionsLeo Izen2017-09-291-1/+1
* vo_gpu: force layout std430 for PCsNiklas Haas2017-09-291-3/+1
* vo_gpu: make the vertex attribs dynamicNiklas Haas2017-09-281-4/+0
* manpage: remove aphasemeter exampleswm42017-09-271-6/+1
* manpage: some --hwdec correctionswm42017-09-261-5/+2
* manpage: document --gpu-api=vulkanNiklas Haas2017-09-261-0/+2
* vo_gpu: vulkan: add support for waylandRostislav Pehlivanov2017-09-261-1/+1
* vo_gpu: vulkan: generalize SPIR-V compilerNiklas Haas2017-09-261-0/+17
* vo_gpu: vulkan: initial implementationNiklas Haas2017-09-261-6/+30
* vo_gpu: fix gamma scaleNiklas Haas2017-09-211-11/+11
* vo_gpu: convert windows/osx hwdecs/contexts to new APIJames Ross-Gowan2017-09-211-19/+0
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-213-101/+108
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-181-44/+0
* vo_opengl: add a gamut warning featureNiklas Haas2017-09-101-0/+12
* man: correct default for --audio-file-autoMartin Herkt2017-09-101-4/+3
* video: change --deinterlace behaviorwm42017-08-222-12/+7
* manpage: video equalizer properties now behave differentlywm42017-08-221-4/+0
* manpage: remove removed "osd" commandwm42017-08-221-4/+0
* vf_eq: remove this filterwm42017-08-221-26/+0
* TOOLS/lua/autodeint: update to lavfi-bridgeRicardo Constantino2017-08-211-1/+0
* ao_rsound: allow setting the hostwm42017-08-211-1/+2
* video: add metadata handling for spherical videowm42017-08-211-0/+10
* options: correct two remaining instances of singular `file-path` optionsFrédéric Brière2017-08-181-2/+2
* manpage: update --lavfi-complex descriptionwm42017-08-171-4/+7
* options: change --loop semanticswm42017-08-141-5/+3
* player: add --track-auto-selection optionwm42017-08-121-0/+12
* man/mpv: document bd:// expected titles and title listRicardo Constantino2017-08-111-0/+5
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-061-0/+4
* w32_common: handle media keysJames Ross-Gowan2017-08-051-1/+1
* vo_opengl: support embedded ICC profilesNiklas Haas2017-08-031-0/+6
* vo_opengl: make compute shaders more flexibleNiklas Haas2017-08-031-7/+17
* vo_opengl: simplify/fix user shader textureswm42017-08-031-10/+12
* vo_opengl: generalize HDR tone mapping to gamut mappingNiklas Haas2017-08-031-7/+9
* vo_opengl: support loading custom user texturesNiklas Haas2017-07-271-13/+48
* vo_opengl: adjust the rules for linearizationNiklas Haas2017-07-241-2/+4
* manpage: expand --hwdec warningsNiklas Haas2017-07-241-17/+36
* vo_opengl: support user compute shadersNiklas Haas2017-07-241-0/+11
* vo_opengl: support HDR peak detectionNiklas Haas2017-07-241-0/+8
* vo_opengl: add direct rendering supportwm42017-07-241-0/+17
* options: drop --video-aspect-method=hybridwm42017-07-211-4/+1
* options: kill --field-dominancewm42017-07-213-14/+2
*