summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
Commit message (Expand)AuthorAgeFilesLines
* command: add command-list propertywm42019-11-231-0/+8
* input: add text produced by key to script key eventswm42019-11-221-1/+9
* input: introduce a pseudo key name that grabs all text inputwm42019-11-221-0/+5
* manpage: extend documentation of key nameswm42019-11-191-0/+74
* manpage: deprecate input section commandswm42019-11-191-0/+6
* manpage: describe stride parameter in screenshot-raw commandwm42019-10-201-0/+6
* manpage: docoument stream-open-filename propertywm42019-10-201-0/+9
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-9/+4
* manpage: clarify some details about async. commands and "subprocess"wm42019-10-041-4/+34
* DOCS: don't lie about the keybind commanddudemanguy2019-09-261-2/+1
* command: add expand-path to expand mpv pathsNicolas F2019-09-221-0/+12
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+11
* input: add keybind commandDudemanguy9112019-09-211-0/+7
* player: expose pixel aspect ratio, bitrate and rotation value on trackswnoun2019-09-211-0/+12
* osd: allow sub-text to work even if sub-visibility is disableddudemanguy2019-09-211-3/+3
* command: add video-add/video-remove/video-reload commandsPaul B Mahol2019-09-211-0/+9
* manpage: input.rst: fix a typowm42019-09-191-1/+1
* options: deprecate --stream-recordwm42019-09-191-0/+4
* command, demux: add AB-loop keyframe cache align commandwm42019-09-191-0/+9
* manpage: mention that there's a Lua API for async commandswm42019-09-191-0/+2
* demux, command: add a third stream recording mechanismwm42019-09-191-1/+56
* manpage: fix false statementwm42019-09-191-2/+2
* demux: add a on-disk cachewm42019-09-191-0/+5
* manpage: remove double fw-bytes documentationwm42019-09-191-6/+3
* demux, command: export bof/eof flagswm42019-09-191-0/+9
* DOCS: remove references to --video-stereo-modeNiklas Haas2019-09-141-1/+2
* command, demux: remove program propertywm42019-09-131-3/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-14/+1
* Remove optical disc fancification layerswm42019-09-131-39/+0
* man/input: clarify behavior of seek's +exactNoSuck2019-04-021-2/+3
* Merge branch 'master' into pr6360Jan Ekström2019-03-111-1/+3
|\
| * cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-101-1/+3
* | demux, stream: readd cache-speed in some other formwm42018-12-061-0/+5
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-112/+294
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-311-32/+0
| * input: slightly improve --input-cmdlist outputwm42018-05-241-1/+1
| * command: give named arguments to almost all commandswm42018-05-241-77/+172
| * client API: kill async commands on terminationwm42018-05-241-0/+3
| * command: make "subprocess" explicitly abortablewm42018-05-241-0/+2
| * command: add a subprocess commandwm42018-05-241-0/+5
| * input: add glue code for named argumentswm42018-05-241-0/+75
| * screenshot: change async behavior to be in line with new semanticswm42018-05-241-12/+8
| * player: make all external file loading actions asyncwm42018-05-241-1/+2
| * command: make sub-add and audio-add commands asyncwm42018-05-241-0/+3
| * command: add infrastructure for async commandswm42018-05-241-1/+35
* | manpage: Correct show-text duration default valuejaseg2018-08-051-1/+1
|/
* command: change cycle-value command behaviorwm42018-04-291-13/+6
* scripting: change when/how player waits for scripts being loadedwm42018-04-181-1/+3
* client API: add a first class hook API, and deprecate old APIwm42018-03-261-34/+43
* doc: fix formatting of video-frame-info propertiesAman Gupta2018-03-111-5/+5
* codecs: remove unused family fieldwm42018-02-011-4/+0
* command: add a change-list commandwm42018-01-251-0/+17
* manpage: reword some vf command exampleswm42018-01-181-7/+8
* manpage: update references to gpu VOdaschiller2018-01-101-1/+1
* player: remove internal `vo-resize` command againsfan52018-01-021-1/+1
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+4
* player: add on_load_fail hookRicardo Constantino2018-01-021-0/+7
* player: add internal `vo-resize` commandsfan52017-12-271-1/+1
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-231-0/+4
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-4/+1
* demux: export demuxer cache sizes in byteswm42017-11-101-0/+21
* demux: support multiple seekable cached rangeswm42017-11-091-3/+3
* demux: improve and optimize cache pruning and seek range determinationwm42017-11-041-0/+5
* command: change demuxer-cache-state property to return multiple rangeswm42017-10-261-6/+12
* command: read the diff if you want to knowwm42017-10-211-0/+16
* manpage: correct some comments about ordered chapterswm42017-10-111-6/+5
* command: drop "audio-out-detected-device" propertywm42017-10-091-4/+0
* video: change --deinterlace behaviorwm42017-08-221-6/+0
* manpage: video equalizer properties now behave differentlywm42017-08-221-4/+0
* manpage: remove removed "osd" commandwm42017-08-221-4/+0
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-24/+44
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+4
* video: refactor HDR implementationNiklas Haas2017-06-181-4/+0
* command: add all options to property->option bridgewm42017-06-151-0/+8
* 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
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+5
* command: change and simplify filter toggle syntaxwm42017-03-261-3/+4
* m_option: consistent af/vf filter entry "enabled" flag default valuewm42017-03-251-0/+1
* command: add better runtime filter toggling methodwm42017-03-251-0/+13
* command: add demux-start-time propertyMatthias Hunstock2017-03-251-0/+3
* command: add a property to signal whether networking is usedwm42017-03-241-0/+8
* manpage: slightly improve screenshot-raw descriptionwm42017-03-181-3/+4
* manpage: minor clarification to screenshot command argument handlingwm42017-03-151-2/+6
* player: remove --stream-capture option/propertywm42017-01-211-4/+0
* command: rename framedrop propertieswm42017-01-201-2/+6
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-171-2/+5
* command: redefine some deprecated propertieswm42016-11-221-4/+3
* audio: avoid returning audio-device-list entries without descriptionwm42016-11-141-2/+3
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-1/+1
* w32_common: implement VOCTRL_GET_DISPLAY_NAMESJames Ross-Gowan2016-09-291-3/+6
* command: add a load-script commandwm42016-09-221-0/+3
* command: add a video-dec-params propertywm42016-09-201-0/+3
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-0/+6
* player: more option/property consistency fixeswm42016-09-181-18/+11
* command: fix window-scale option/property inconsistencieswm42016-09-181-0/+3
* options: rename/deprecate --playlist-poswm42016-09-181-7/+1
* options: actually deprecate --mute=autowm42016-09-181-0/+3
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-171-0/+8
* manpage: document some more property/options inconsistencieswm42016-09-171-0/+27
* manpage: document another option/property inconsistencewm42016-09-031-0/+13
* command: remove vo-cmdlinewm42016-09-021-7/+0
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-5/+1
* command: fix or document some property/option consistency issueswm42016-09-011-0/+36
* command: remove 2 deprecated propertieswm42016-09-011-18/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+9
* command: add options to property listwm42016-09-011-159/+14
* command: export profile list as a propertywm42016-08-281-0/+8
* command: add property for current subtitle textwm42016-08-271-0/+7
* manpage: input: fix define-section syntaxjaseg2016-08-171-2/+2
* command: add replaygain information properties to track-listwm42016-08-131-0/+14
* command: add a property that returns filename without extensionwm42016-08-111-0/+6
* audio: refactor mixer code and delete mixer.cwm42016-07-171-0/+2
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-3/+3
* manpage: add some missing color management related sub-propertieswm42016-07-131-0/+3
* command: add properties for HDR metadataNiklas Haas2016-07-131-0/+6
* man: fix typowm42016-07-091-1/+1
* audio: drop --softvol=no and --softvol=autowm42016-07-091-17/+19
* man: fix typosJakub Wilk2016-07-091-1/+1
* manpage: document confusing "vf clr" command usagewm42016-07-031-0/+2
* command: pack sub image data in overlay-add commandwm42016-07-011-21/+11
* DOCS: change version references from 0.17.1 to 0.18.0wm42016-06-251-3/+3
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-24/+38
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+24
* command: add playlist-pos-1 propertywm42016-05-261-0/+3
* manpage: document missing sub-propertieswm42016-05-111-0/+2
* manpage: fix some script_message references to preferred namewm42016-05-091-4/+4
* win32: make taskbar progress indication optionalmaniak13492016-05-081-0/+3
* command: change some hwdec propertieswm42016-05-041-2/+27
* command: if only ab-loop-b is set, loop from start of filewm42016-04-211-3/+2
* player: loop on end of file if ab-loop-b is unsetwm42016-04-181-2/+3
* command: add video-stereo-mode propertywm42016-03-281-0/+3
* command: change "cache-speed" OSD formattingwm42016-03-221-2/+2
* command: add cache-speed propertywm42016-03-201-0/+5
* manpage: fix inverted condition in mixer-active descriptionwm42016-03-131-2/+2
* command: change stream-pos semanticswm42016-03-091-2/+3
* command: add encoder-list propertywm42016-03-011-2/+7
* command: export canonical ffmpeg version identifierwm42016-02-291-0/+7
* command: export list of all decoderswm42016-02-291-0/+32
* command: export more information under track-listwm42016-02-291-5/+31
* player: add on_preloaded hookwm42016-02-151-0/+11
* command: always allow setting volume/mute propertieswm42016-01-261-2/+21
* manpage: adjust vf/af-command descriptionwm42016-01-221-1/+4
* command: add af-command commandwm42016-01-221-0/+3
* command: add vf-command commandwm42016-01-221-0/+6
* man: input: document new DVB bindings and properties.Oliver Freyermuth2016-01-141-0/+9
* input: add a catch-all "unmapped" commandwm42015-12-231-0/+6
* input: add key name to script-binding command responsewm42015-12-231-8/+14
* man: fix grammar issuesMartin Herkt2015-12-191-8/+7
* manpage: reflect recent subtitle changeswm42015-12-061-3/+3
* manpage: explain behavior of "path" propertywm42015-11-291-1/+5
* command, vo: add estimated-display-fps propertywm42015-11-251-0/+8
* command: export some per-video-frame informationwm42015-11-221-0/+13
* player: handle rebasing start time differentlywm42015-11-161-5/+8
* command: add vsync-ratio propertywm42015-11-131-0/+7
* command: rename vo-missed-frame-count propertywm42015-11-131-0/+5
* command: make display-fps property writablewm42015-11-091-1/+1
* command: add mistimed-frame-count propertywm42015-10-301-0/+8
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-3/+0
* video: replace vf_format outputlevels option with global optionwm42015-09-291-2/+2
* af_lavfi: implement af-metadata propertywm42015-09-111-0/+3
* cache: do not include backbuffer size in total stream cache sizewm42015-09-101-1/+3
* command: make the playback-time property writablewm42015-08-211-2/+4
* manpage: fix typowm42015-08-181-1/+1
* player: add display sync modewm4