summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* manpage: document hook APIwm42015-02-042-14/+64
* command: add on_unload hookwm42015-02-041-0/+4
* player: remove --fixed-vowm42015-02-031-1/+2
* cocoa: automatically fetch display-fps from the monitorStefano Pigozzi2015-02-031-2/+2
* vo_opengl: disable alpha by defaultwm42015-02-031-1/+1
* vo_opengl: change initialization of gamma optionwm42015-02-031-7/+5
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-0/+9
* vo_opengl: change upper bound of :gamma to 2.0Niklas Haas2015-02-031-1/+1
* manpage: add recommended values to :gamma suboptionNiklas Haas2015-02-031-4/+12
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-0/+4
* command: add property returning detected hwdec APIwm42015-02-021-0/+11
* player: add external audio file auto-loadingwm42015-02-021-0/+10
* command: add properties returning the current VO and AO driverwm42015-02-021-0/+6
* client API: add mpv_wait_async_requests()wm42015-02-021-0/+1
* ao_null: add emulation for certain broken behaviorwm42015-01-301-0/+3
* man: expand on the smoothmotion documentationStefano Pigozzi2015-01-281-4/+13
* vf_ilpack: remove this filterwm42015-01-271-13/+0
* vf_divtc: remove this filterwm42015-01-271-62/+0
* vf_phase: remove this filterwm42015-01-271-52/+0
* vf_swapuv: remove this filterwm42015-01-271-3/+0
* manpage: fix rst2pdf buildMartin Herkt2015-01-271-5/+5
* command: export more details about file seekabilitywm42015-01-261-0/+8
* msg: add --log-file optionwm42015-01-261-0/+5
* manpage: document 'A' keywm42015-01-261-0/+3
* manpage: fix typoDiogo Franco (Kovensky)2015-01-261-1/+1
* manpage: fix smoothmotion-threshold value rangewm42015-01-261-1/+1
* options: make --hls-bitrate=max the defaultwm42015-01-261-2/+2
* manpage: describe some more config directory artifactswm42015-01-261-9/+27
* vo_opengl, x11: implement icc-profile-autowm42015-01-261-1/+1
* vo_opengl: make "mitchell" the hq default filter for downscalingwm42015-01-261-1/+1
* input, player: new command for mouse eventxylosper2015-01-231-0/+17
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-231-0/+3
* manpage: minor changeswm42015-01-235-20/+28
* command: export file format as propertywm42015-01-231-0/+5
* build: remove bogus client API examples buildwm42015-01-233-5/+9
* vf_vavpp: add more deinterlacing algorithmswm42015-01-231-0/+4
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-231-0/+9
* manpage: vo_opengl: describe how to get lanczos2/lanczos3wm42015-01-221-0/+3
* vo_opengl: remove scale-sep and indirect optionsNiklas Haas2015-01-221-23/+1
* vo_opengl: rename all scale options to make more senseNiklas Haas2015-01-221-31/+24
* vo_opengl: always prefer indirect scalingNiklas Haas2015-01-221-9/+14
* vo_opengl: implement naive anti-ringingNiklas Haas2015-01-221-4/+13
* vo_opengl: make the default radius 3.0 and simplify scaler documentationNiklas Haas2015-01-211-12/+14
* manpage: vo_opengl: change scaler descriptions and recommendationswm42015-01-211-37/+13
* vo_opengl_old: remove this VOwm42015-01-201-180/+1
* README: extend dependecy list, link Windows compilation docswm42015-01-201-1/+1
* vo_opengl: remove cscale-down suboptionwm42015-01-201-3/+9
* client API: notify API user on event queue overflowwm42015-01-191-0/+1
* x11: add --on-all-workspaces option and propertywm42015-01-162-0/+7
* player: add --autofit-smaller optionwm42015-01-161-0/+11
* manpage: fix osd-ass-cc exampleswm42015-01-161-1/+4
* vo_opengl: get rid of approx-gamma and make it the default as per BT.1886Niklas Haas2015-01-161-10/+0
* manpage: changes.rst: document vo_opengl's placebo featuresNiklas Haas2015-01-151-1/+5
* vo_opengl: add ewa_lanczos upscaler (aka jinc)Niklas Haas2015-01-151-1/+7
* DOCS/client_api_examples: fix locale nonsense in qml exampleswm42015-01-152-0/+10
* ao_pcm: add append modewm42015-01-141-0/+4
* manpage: fix references to vf_ppwm42015-01-132-4/+3
* manpage: improve --title descriptionwm42015-01-121-5/+6
* x11: support XEmbedwm42015-01-121-6/+9
* player: change --display-tags behaviorwm42015-01-121-1/+2
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-5/+9
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+6
* DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safewm42015-01-092-3/+4
* DOCS/client_api_examples: qml: reduce number of fileswm42015-01-094-119/+116
* DOCS/compile-windows.md: fix pkg-config directoryJames Ross-Gowan2015-01-091-2/+4
* video: Add sigmoidal upscaling to avoid ringing artifactsNiklas Haas2015-01-091-1/+13
* vo_opengl_cb: introduce frame queuexylosper2015-01-081-1/+20
* DOCS: add instructions for building with MSYS2James Ross-Gowan2015-01-082-91/+209
* DOCS/client_api_examples: add an alternative qml examplewm42015-01-086-0/+293
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-071-2/+7
* stream_dvb: Add possibility to dump a full transponder.Oliver Freyermuth2015-01-061-0/+11
* manpage: dvb: Add some information on VDR channel list support.Oliver Freyermuth2015-01-061-0/+6
* DOCS/client_api_examples: qml: add test for gamma controlwm42015-01-063-11/+29
* DOCS/client_api_examples: qtexample: demonstrate multiple mpv instanceswm42015-01-062-0/+10
* sub: add option to not scale subtitles with windowwm42015-01-051-0/+11
* DOCS/client_api_examples: qml: add test for vo_cmdlinewm42015-01-053-13/+29
* vo_opengl_cb: support changing options at runtimewm42015-01-051-0/+5
* manpage: document details of option quoting and escapingwm42015-01-051-4/+56
* vf_vapoursynth: autodetect CPU countwm42015-01-051-1/+4
* manpage: clarify syntax for color optionswm42015-01-051-1/+1
* manpage: fix --video-unscaled descriptionwm42015-01-041-3/+2
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-0/+9
* manpage: vf_vapoursynth: document mpv-specific predefined variableswm42015-01-031-0/+11
* manpage: talk about one script, not multiple scriptsRyan Jacobs2015-01-021-2/+2
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+4
* vo_opengl_old: remove ancient ATI-specific YUV conversionswm42015-01-021-5/+1
* build: try to make examples build both in-tree and out-of-treewm42015-01-022-2/+2
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-016-13/+20
* DOCS/client_api_examples: don't throw char* in C++ codewm42015-01-012-6/+9
* manpage: fix typowm42015-01-011-1/+1
* command: make the "run" command work on Windows toowm42015-01-011-1/+0
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+3
* vo_opengl_cb: simplify API uninitializationwm42014-12-311-9/+3
* DOCS/client_api_examples: add an explicit licensewm42014-12-302-2/+14
* DOCS/client_api_examples: qtexample: use queued signalswm42014-12-303-20/+19
* DOCS/client_api_examples: qtquick: fix destructionwm42014-12-304-38/+35
* client API: qthelper: add a refcounting wrapper around mpv_handlewm42014-12-301-0/+1
* command: add filtered-metadata propertywm42014-12-291-0/+4
* player: filter tags, add --display-tags optionwm42014-12-291-0/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-4/+0
* ao_portaudio: remove this audio outputwm42014-12-291-13/+0
* manpage: document new --stream-dump behaviorwm42014-12-271-0/+3
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-7/+9
* win32: add mmap() emulationwm42014-12-261-5/+0
* manpage: lua: fix a linkwm42014-12-261-1/+1
* manpage: fix typowm42014-12-251-2/+2
* manpage: lua: fixes and improvementswm42014-12-251-20/+15
* ipc: add enable_event and disable_event commandswm42014-12-241-0/+8
* command: extend revert_seek commandwm42014-12-171-2/+11
* vo_opengl: switch default FBO format to rgba, use GL_RGBAwm42014-12-171-1/+1
* manpage: ao_alsa: link upmix wiki entrywm42014-12-161-2/+6
* audio: make native channel count the default instead of stereo downmixwm42014-12-152-4/+34
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingwm42014-12-151-15/+0
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-154-23/+23
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+27
* DOCS: add missing close bracketBen Boeckel2014-12-121-1/+1
* options: add option for ignoring patch in resume mechanismwm42014-12-131-0/+3
* player: add a --keep-open=always modewm42014-12-121-9/+20
* DOCS/crosscompile-mingw: updatewm42014-12-121-7/+15
* command: add properties for current bitratewm42014-12-121-0/+11
* demux: don't always make --cache-secs override --demuxer-readahead-secswm42014-12-121-1/+4
* DOCS/contribute.md: remove unintentional headlineselsta2014-12-111-2/+2
* manpage: fix mistake in --video-zoom mentionwm42014-12-111-1/+1
* command: add "idle" propertywm42014-12-101-0/+4
* manpage: update the ao_alsa example (no-block was removed)wm42014-12-091-2/+2
* DOCS/client_api_examples: remove nonsensewm42014-12-092-4/+3
* options: enable --ytdl by defaultwm42014-12-092-6/+3
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredwm42014-12-091-0/+3
* vo_opengl: make background color configurablewm42014-12-091-0/+4
* client API: expose OpenGL rendererwm42014-12-097-0/+236
* DOCS: Improve documentation of --ytdl-format optionChrisK22014-12-071-1/+4
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+4
* DOCS, OSC: Un-document removed seektooltip optionChrisK22014-12-051-4/+0
* DOCS, OSC: Document layout optionChrisK22014-12-051-1/+6
* ao_alsa: simplify, remove no-block suboptionwm42014-12-051-2/+0
* video/filter: kill vf_pp (libpostproc)wm42014-12-031-150/+0
* DOCS/client-api-changes: mark release 0.7.0wm42014-12-021-0/+1
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-011-0/+4
* manpage: rename input.conf supersectionwm42014-11-291-3/+11
* manpage: lua: fix examplewm42014-11-291-2/+2
* manpage: minor fixeswm42014-11-293-10/+9
* vo_opengl: enable fancy-downscaling by default for opengl-hqwm42014-11-291-1/+1
* vo_opengl: disable fancy-downscaling for anamorphic videowm42014-11-291-0/+3
* lua: add a function that formats Lua values as stringswm42014-11-291-0/+4
* DOCS/crosscompile-mingw: updateTimothy Gu2014-11-261-8/+8
* manpage: lua: fix typo paramater -> parameterAlessandro Ghedini2014-11-261-1/+1
* player: add option not to use OSD/fontconfigwm42014-11-251-0/+10
* input, lua: redo input handlingwm42014-11-233-9/+40
* manpage: update utils.subprocess() for WindowsJames Ross-Gowan2014-11-221-2/+3
* lua: add a way to add repeatable key bindingswm42014-11-211-1/+5
* input: add a prefix to make any binding act on key repeatwm42014-11-201-1/+3
* command: add drop_bufferswm42014-11-201-0/+4
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-0/+6
* manpage: changes.rst: add youtube-dl scriptwm42014-11-191-0/+4
* input.conf: add some additional bindingswm42014-11-191-0/+7
* player: integrate ytdl_hook.luawm42014-11-191-0/+12
* manpage: fix typowm42014-11-191-1/+1
* demux_mkv: add an option for compatibility with Haaliwm42014-11-182-0/+8
* manpage: document vo_cmdline commandwm42014-11-181-1/+8
* command: add an ab_loop commandwm42014-11-182-2/+7
* vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-181-11/+22
* command: implement A-B loopswm42014-11-182-0/+9
* command: adjust previous commitwm42014-11-171-6/+7
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+8
* input.conf: Don't make ENTER exit the playerChrisK22014-11-151-1/+1
* man: document osc seekbarstyle optionahoka2014-11-151-0/+4
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-151-0/+19
* vo_opengl: allow setting different filters for downscalingwm42014-11-141-1/+6
* command: export some option metadatawm42014-11-131-1/+24
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: export mpv configure arguments as propertywm42014-11-131-0/+4
* manpage: adjust --hwdec docswm42014-11-121-6/+8
* client API: deprecate some eventswm42014-11-082-22/+12
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+12
* audio: add --audio-client-name optionwm42014-11-071-0/+5
* command: add display-names propertyKevin Mitchell2014-11-071-0/+4
* command: add window-minimized property (X11 only)wm42014-11-021-0/+3
* command: expose mpv version as propertywm42014-11-021-0/+4
* player: add --chapters-file optionwm4