summaryrefslogtreecommitdiffstats
path: root/DOCS/man/changes.rst
Commit message (Collapse)AuthorAgeFilesLines
* manpage: mention the client API/interface change logswm42016-09-021-1/+6
| | | | | Also, I'm seeing that we still have mplayer-changes.rst - add a warning that it's outdated.
* manpage: move out the MPlayer comparison pagewm42015-02-051-440/+10
| | | | | | | | | | Giving this such a prominent place is not really appropriate anymore. Most people seeing this would probably expect a release changelog, not something about MPlayer. Since the page still could be useful for former MPlayer users (in particular to avoid confusion with renamed options etc.), still keep it in the DOCS directory.
* player: remove --fixed-vowm42015-02-031-1/+2
| | | | | | | In ancient times, this was needed because it was not default, and many VOs had problems with it. But it was always default in mpv, and all VOs are required to deal with it. Also, running --fixed-vo=no is not useful and just creates weird corner cases. Get rid of it.
* manpage: minor changeswm42015-01-231-1/+1
| | | | | | Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too.
* manpage: changes.rst: document vo_opengl's placebo featuresNiklas Haas2015-01-151-1/+5
|
* manpage: fix references to vf_ppwm42015-01-131-2/+2
| | | | | | It was removed, but is still available through FFmpeg. Fixes #1468.
* options: enable --ytdl by defaultwm42014-12-091-2/+2
| | | | Let's see who complains...
* manpage: changes.rst: add youtube-dl scriptwm42014-11-191-0/+4
|
* Drop libquvi supportwm42014-10-251-2/+0
| | | | | | | | | | | No development activity (or even any sign of life) for almost a year. A replacement based on youtube-dl will probably be provided before the next mpv release. Ask on the IRC channel if you want to test. Simplify the Lua check too: libquvi linking against a different Lua version than mpv was a frequent issue, but with libquvi gone, no direct dependency uses Lua, and such a clash is rather unlikely.
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-171-2/+2
|
* manpage: changes: random corrections and additionswm42014-10-041-13/+19
|
* manpage: changes: move internal changes section to the endwm42014-10-041-22/+22
|
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
| | | | Merge duplicate entries, organize entries in subsections, reword some entries.
* man: fix a whole bunch of typosMartin Herkt2014-09-011-16/+16
|
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+2
| | | | | | | Seems some programs were still relying on it. Whatever, it's not hard to support. CC: @mpv-player/stable
* manpage: explain how to replace --slave-brokenwm42014-08-021-0/+10
|
* Remove the last remains of slave modewm42014-08-011-9/+9
| | | | | | | | | | | Almost nothing was left of it. The only thing this commit actually removes is support for reading input commands from stdin. But you can emulate this via: --input-file=/dev/stdin --input-terminal=no However, this won't work on Windows. Just use a named pipe.
* DOCS: remove en/ sub-directorywm42014-06-201-0/+371
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.