summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
Commit message (Collapse)AuthorAgeFilesLines
* manpage: fix a typoBen Boeckel2014-10-201-1/+1
|
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-171-0/+2
|
* options: don't load per-file config files by defaultwm42014-10-171-1/+1
| | | | | | Generally useless feature, and might be slightly dangerous if paths can "escape" from the profile dir. (Normally this shouldn't be possible, though.)
* stream_lavf: expose concat://wm42014-10-141-0/+4
| | | | | | | Apparently there's an use for this; see #1178. I won't redocument obscure FFmpeg features, so add a hint to the manpage that some protocols are documented in FFmpeg instead.
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-041-3/+3
| | | | Signed-off-by: wm4 <wm4@nowhere>
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
| | | | | Fixes #1131. CC: @mpv-player/stable
* manpage: document terminal status line componentswm42014-09-201-0/+45
| | | | | (The classic MPlayer documentation had this in separate files, but we deleted them ages ago.)
* input.conf: map ESC to exiting fullscreenwm42014-09-151-1/+4
| | | | | | | | | | Apparently making ESC exit fullscreen mode is the more popular convention compared to ESC quitting the program. It was also concluded that ESC should do nothing when the windows is already in normal state. See discussion in #973.
* manpage: document shift+pgup/pgdwn bindingswm42014-09-131-0/+4
|
* man: fix a whole bunch of typosMartin Herkt2014-09-011-4/+4
|
* manpage: update keybindingswm42014-08-111-1/+1
|
* manpage: update key bindingswm42014-08-081-36/+6
|
* manpage: be more explicit where input.conf is locatedwm42014-08-021-1/+1
|
* manpage: eliminate the word "movie"wm42014-07-261-10/+10
| | | | | | | It's evil and sounds outdated. Use the words "media" and "video" instead. Closes #935.
* manpage: update config file locationswm42014-06-281-7/+20
| | | | Also add some explanations how the config paths are determined.
* DOCS: remove en/ sub-directorywm42014-06-201-0/+720
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.