summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* 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: rewrite how --hwdec is handledwm42017-12-011-0/+2
* vd_lavc: drop mediacodec direct rendering support temporarilywm42017-12-011-0/+1
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-013-32/+37
* DOCS/contribute.md: fix a typowm42017-11-301-1/+1
* DOCS/mpv.rst: document bluray:// alias for bd://Leo Izen2017-11-301-0/+2
* DOCS/interface-changes.rst: fix typoKevin Mitchell2017-11-291-1/+1
* DOCS/interface-changes.rst: update according to recent commitswm42017-11-291-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
* client API: minor bump + change entry for DRM related opengl-cb changeswm42017-10-231-0/+3
* 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-212-5/+26
* 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-162-0/+15
* 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-092-1/+3
* command: drop "audio-out-detected-device" propertywm42017-10-092-4/+2
* Revert "wayland_common: add support for embedding"Rostislav Pehlivanov2017-10-051-4/+0
* wayland_common: add support for embeddingRostislav Pehlivanov2017-10-051-0/+4
* DOCS/interface-changes.rst: mention --log-file behavior changewm42017-10-051-0/+1
* msg: make --msg-level affect --log-file toowm42017-10-041-2/+5
* DOCS/compile-windows.md: update for changes to mpv and MSYS2James Ross-Gowan2017-10-021-21/+19
* 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-215-104/+127
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-182-44/+3
* Release 0.27.0v0.27.0Martin Herkt2017-09-131-1/+1
* vo_opengl: add a gamut warning featureNiklas Haas2017-09-101-0/+12
* man: correct default for --audio-file-autoMartin Herkt2017-09-101-4/+3
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-0/+3
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-0/+4
* DOCS/contribute.md: coding style exceptionwm42017-08-301-0/+2
* DOCS/interface-changes.rst: don't suggest @deinterlace labelwm42017-08-231-2/+2
* video: change --deinterlace behaviorwm42017-08-223-12/+22
* 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-222-26/+1
* 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-142-5/+6
* player: add --track-auto-selection optionwm42017-08-122-0/+14
* player: make --lavfi-complex changeable at runtimewm42017-08-121-0/+3
* man/mpv: document bd:// expected titles and title listRicardo Constantino2017-08-111-0/+5
* vo_opengl: further GL API use separationwm42017-08-071-0/+5
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-061-0/+4
* vo_opengl: make fbotex helper use rawm42017-08-051-0/+3
* 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-032-7/+10
* 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-212-4/+2
* client API: drop some compatibility handlingwm42017-07-211-0/+3
* input: drop deprecated "osd" commandwm42017-07-211-0/+1
* options: kill --field-dominancewm42017-07-214-14/+4
* manpage: fix minor spelling mistake in mpv.rstJames Cowgill2017-07-191-1/+1
* manpage: upcase JavaScript for section title case consistency.torque2017-07-171-1/+1
* vo_opengl: use glBufferSubData instead of glMapBufferRangeNiklas Haas2017-07-161-3/+0
* vo_opengl: generalize --scale-clamp etc.Niklas Haas2017-07-122-6/+13
* player: change default section when loading encoding-profiles.confwm42017-07-121-2/+6
* man/options: fix a few broken options' examplesRicardo Constantino2017-07-121-16/+14
* ytdl_hook: actually load the script-optsRicardo Constantino2017-07-111-3/+3
* ytdl_hook: add option to exclude URLs from being parsedRicardo Constantino2017-07-111-0/+20
* manpage: add a description for --scaleNiklas Haas2017-07-091-0/+1
* vo_opengl: support tone-mapping-param for `clip`Niklas Haas2017-07-071-0/+3
* vo_opengl: rework --opengl-dumb-modeNiklas Haas2017-07-072-4/+6
* demux_lavf: remove --demuxer-lavf-cryptokey optionwm42017-07-062-4/+2
* js: utils.getenv(): fix crash on undefined varAvi Halachmi (:avih)2017-07-061-1/+2
* vo_opengl: also expose NAME_mul for user shadersNiklas Haas2017-07-061-0/+8
* vo_opengl: add --tone-mapping-desaturateNiklas Haas2017-07-061-0/+10
* vo_opengl: use textureGatherOffset for polar filtersNiklas Haas2017-07-051-1/+1
* filter_kernels: add radius cutoff functionalityNiklas Haas2017-07-031-0/+8
* m_option: deprecate multiple items for -add etc.wm42017-07-021-0/+2
* options: change everything againwm42017-07-023-29/+35
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-013-24/+51
* options: change path list options, and document list optionswm42017-06-303-8/+63
* ao_coreaudio: insane hack for passing through AC3 as float PCMwm42017-06-301-0/+9
* video: change --video-aspect-method default value againwm42017-06-291-6/+9
* DOCS/tech-overview.txt: updateswm42017-06-291-50/+26
* manpage: fix unfinished sentencewm42017-06-291-1/+2
* input.conf: drop TV/DVB bindingswm42017-06-271-7/+2
* client API: drop old "no-" option emulationwm42017-06-262-0/+4
* manpage: fix --angle-swapchain-length requirementsJames Ross-Gowan2017-06-261-1/+1
* options: suggest a replacement for --field-dominancewm42017-06-251-1/+1
* DOCS/contribute.md: add rules for push access, that nobody will read...wm42017-06-241-0/+29
* DOCS/contribute.md: some updateswm42017-06-241-11/+16
* options: remove weird --really-quiet special behaviorwm42017-06-231-0/+1
* options: disable --field-dominance for WIP LGPL mode, also deprecatewm42017-06-231-0/+1
* player: deprecate "osd" commandwm42017-06-231-0/+1
* manpage: Remove documentation to use 'I' to show filename on the OSDLeo Izen2017-06-211-3/+0
* man/options: correct --{sub,osd}-font examplesRicardo Constantino2017-06-211-2/+2
* vo_opengl: implement sony s-log2 trcNiklas Haas2017-06-182-0/+3
* vo_opengl: implement sony s-log1 trcNiklas Haas2017-06-182-0/+3
* csputils: implement sony s-gamutNiklas Haas2017-06-181-0/+2
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-182-0/+18
* csputils: rename HDR curvesNiklas Haas2017-06-183-6/+7
* video: refactor HDR implementationNiklas Haas2017-06-184-18/+12
* dec_video: change license to LGPL (almost)wm42017-06-182-2/+5
* image_writer, vo_image: change license to LGPLwm42017-06-181-8/+0
* vf_dlopen: remove this filterwm42017-06-181-23/+0
* stream_file: option to close fd after use -> fdclose://sfan52017-06-161-0/+5
* command: add all options to property->option bridgewm42017-06-151-0/+8
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-142-0/+338
* DOCS/contribute.md: commit message body should be line-broken toowm42017-06-131-2/+3
* manpage: Update 'u' keyboard shortcut docs to say 'sub-ass-override'Leo Izen2017-06-131-1/+1
* vo_opengl: add new HDR tone mapping algorithmNiklas Haas2017-06-091-4/+24
* options: slight cleanup of --sub-ass-style-overrideNiklas Haas2017-06-072-18/+23
* options: change --sub-fix-timing defaultwm42017-06-061-4/+4
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-031-0/+10
* af, vf: improvements to libavfilter bridgewm42017-05-312-3/+12
* man/options: further document --chapters-file accepted filesRicardo Constantino2017-05-221-0/+4
* demux_raw: drop "mp-rawvideo" usewm42017-05-201-0/+1
* manpage: document tricky issue with IPC observe_property commandwm42017-05-161-0/+8
* manpage: better description for --external-filewm42017-05-161-3/+8
* man: document fonts.conf, subfont.ttf, and fonts subdirZhuoyun Wei2017-05-021-0/+17
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-271-6/+3
* audio: move replaygain control to top-level optionswm42017-04-263-0/+25
* DOCS/interface-changes.rst: fix typowm42017-04-261-1/+1
* wscript_build: install shared libmpv to BINDIR for Win32Ricardo Constantino2017-04-241-3/+0
* options: remove remaining deprecated audio device selection optionswm42017-04-232-50/+6
* Release 0.25.0v0.25.0Martin Herkt2017-04-231-7/+10
* client API: add MPV_ENABLE_DEPRECATED symbolwm42017-04-201-0/+3
* options: change --audio-file-auto default to not to load any fileswm42017-04-201-0/+3
* osc: add user_opts.boxmaxchars for box layout title limitAvi Halachmi (:avih)2017-04-191-0/+8
* man/osc: document volume and fullscreen buttonsRicardo Constantino2017-04-191-6/+17
* manpage: replace gendered pronounsNicolas F2017-04-191-2/+2
* demux: estimate total packet size, deprecate packet number limitswm42017-04-142-6/