summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* 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/+13
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-142-0/+9
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-111-4/+4
* manpage: group --loop options togetherwm42017-04-101-16/+16
* options: deprecate --loopwm42017-04-102-2/+9
* vo_opengl: add option for caching shaders on diskwm42017-04-081-0/+12
* DOCS/interface-changes.rst: document --vf/--af deprecationswm42017-04-041-0/+10
* video: support positional arguments for automatic lavfi option bridgewm42017-04-031-5/+5
* video: add automatic libavfilter bridge to option parsingwm42017-04-021-0/+7
* video: deprecate almost all video filterswm42017-04-021-0/+4
* manpage, client API: add some clarifications when commands use OSDwm42017-04-011-3/+7
* manpage: finish cut off sentencewm42017-04-011-1/+2
* player: make screenshot commands honor the async flagwm42017-04-011-0/+9
* input: add "async" flagwm42017-04-011-0/+6
* external_files: enable autoloading with URLsRicardo Constantino2017-04-011-0/+2
* osc: escape ASS and strip newlines on titleRicardo Constantino2017-03-271-0/+1
* osc: make title configurable and use property expansion on itRicardo Constantino2017-03-271-1/+7
* Revert "osc: make the title toggleable between media-title and filename"Ricardo Constantino2017-03-271-8/+2
* osx: fix key input in certain circumstancesAkemi2017-03-262-5/+1
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+5
* osc: make the title toggleable between media-title and filenameRicardo Constantino2017-03-261-2/+8
* command: change and simplify filter toggle syntaxwm42017-03-262-3/+8
* vo_opengl: angle: add --angle-flip to set the present modelJames Ross-Gowan2017-03-261-2/+15
* m_option: consistent af/vf filter entry "enabled" flag default valuewm42017-03-251-0/+1
* command: add better runtime filter toggling methodwm42017-03-253-24/+48
* manpage: minor addition for --video-syncwm42017-03-251-0/+4
* sub: add SDH subtitle filterDan Oscarsson2017-03-252-0/+19
* command: add demux-start-time propertyMatthias Hunstock2017-03-251-0/+3
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-252-2/+4
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-251-0/+2
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-251-3/+5
* af_drc: removeJan Janssen2017-03-253-24/+2
* manpage: add empty line between protocol header/descriptionwm4