summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* encode: remove old timestamp handlingwm42018-05-033-40/+9
* manpage: -pre, -del etc. does not work on some options anymorewm42018-05-031-25/+4
* docs/vo: fixup some minor typos a la "planed" instead of "plane"Jan Ekström2018-05-011-3/+3
* drm/atomic: refactor planes namesLongChair2018-05-011-0/+14
* drm/atomic: refactor hwdec_drmprime_drm with native resourcesLongChair2018-05-011-5/+7
* manpage: remove 4 previously removed optionswm42018-05-011-24/+0
* manpage: --demuxer-seekable-cache is not experimental anymorewm42018-05-011-2/+1
* cocoa: change deprecation warning from opengl-cb to libmpvAkemi2018-04-291-2/+2
* command: change cycle-value command behaviorwm42018-04-293-14/+9
* vd_lavc: enable dr by defaultwm42018-04-291-7/+4
* encode: rewrite half of itwm42018-04-291-9/+6
* options: remove broken --video-stereo-mode optionwm42018-04-291-0/+4
* client API: add some render API extensions for timingwm42018-04-291-0/+4
* client API: preparations for allowing render API to use DR etc.wm42018-04-291-0/+1
* encoding: deprecate a bunch of obscure optionswm42018-04-202-4/+5
* scripting: change when/how player waits for scripts being loadedwm42018-04-183-2/+12
* f_lavfi: add an option to use old audio PTS handling for af_lavfiwm42018-04-152-1/+14
* DOCS/interface-changes.rst: adjust some audio filter change noteswm42018-04-151-3/+5
* audio: don't recreate AO if a filter changes the output formatwm42018-04-151-3/+4
* ao_pulse: reduce requested device buffer sizewm42018-04-151-1/+1
* ao_alsa: add options for controlling period/buffer sizewm42018-04-151-0/+14
* ao/openal: Remove notes on experimentality from the documentationLAGonauta2018-04-151-4/+1
* ao/openal: Add option to set buffering characteristicsLAGonauta2018-04-151-0/+8
* ao/openal: Add support for direct channels outputLAGonauta2018-04-151-0/+6
* manpage: document vaapi-deviceKevin Mitchell2018-04-081-0/+4
* manpage: move cuda-decode-device with hwdec optionsKevin Mitchell2018-04-081-10/+10
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-071-5/+16
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-8/+8
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-075-4/+5
* ao_opensles: remove useless cfg_sample_rateTom Yan2018-04-051-0/+1
* client API: add a first class hook API, and deprecate old APIwm42018-03-263-34/+48
* client API: deprecate mpv_get_wakeup_pipe()wm42018-03-262-1/+4
* command: remove an old compatibility hackwm42018-03-261-0/+2
* manpage: mention how to get multiple video tracks for --lavfi-complexwm42018-03-261-0/+2
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-0/+10
* manpage: document that ---ao overrides --audio-devicewm42018-03-151-1/+3
* video: add an option to tune waiting for video timingwm42018-03-151-0/+20
* client API: deprecate qthelper.hppwm42018-03-151-0/+6
* DOCS/options: clarify that --end also supports relative timeRicardo Constantino2018-03-151-2/+2
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-151-0/+2
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-151-0/+2
* client API: add mpv_create_weak_client()wm42018-03-151-0/+1
* client API: cleanup mpv_handle terminationwm42018-03-151-0/+4
* doc: fix formatting of video-frame-info propertiesAman Gupta2018-03-111-5/+5
* 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
* DOCS/interface-changes: add note about desyncing audio filterswm42018-03-031-0/+2
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-284-4/+23
* 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
* vo: make opengl-cb first in the autoprobing orderwm42018-02-131-0/+6
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-132-1/+6
* 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-133-4/+9
* DOCS/interface-changes.rst: fix typowm42018-02-131-1/+1
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-123-2/+6
* 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
* player: replace old lavfi wrapper with new filter codewm42018-01-301-0/+5
* audio: rewrite filtering glue codewm42018-01-302-4/+25
* video: rewrite filtering glue codewm42018-01-302-3/+8
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-262-5/+14
* 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
* video: change some remaining vo_opengl mentions to vo_gpuAkemi2018-01-201-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-132-0/+8
* options: deprecate --vf-defaults and --af-defaultswm42018-01-131-0/+6
* audio: add global options for resampler defaultswm42018-01-132-10/+40
* client API: remove ytdl=no defaultwm42018-01-132-2/+2
* 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-062-1/+4
* 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-262-1/+2
* options: add -add/-append actions to key/value listswm42017-12-261-0/+2
* DOCS/interface-changes.rst: fix minor typoswm42017-12-251-2/+2
* osc: make seek ranges rendering optionalpavelxdd2017-12-261-0/+5
* options: drop some previously deprecated optionswm42017-12-252-1/+4
* 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
* Release 0.28.0v0.28.0Martin Herkt2017-12-251-1/+1
* 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-212-0/+5
* vo_mediacodec_embed: implement hwcontextAman Gupta2017-12-201-1/+0
* client API: change --stop-playback-on-init-failure defaultwm42017-12-172-5/+7
* 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-152-2/+4
* 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: 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/