aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/changes.rst
Commit message (Collapse)AuthorAge
* manpage: mention the client API/interface change logsGravatar wm42016-09-02
| | | | | Also, I'm seeing that we still have mplayer-changes.rst - add a warning that it's outdated.
* manpage: move out the MPlayer comparison pageGravatar wm42015-02-05
| | | | | | | | | | 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-voGravatar wm42015-02-03
| | | | | | | 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 changesGravatar wm42015-01-23
| | | | | | Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too.
* manpage: changes.rst: document vo_opengl's placebo featuresGravatar Niklas Haas2015-01-15
|
* manpage: fix references to vf_ppGravatar wm42015-01-13
| | | | | | It was removed, but is still available through FFmpeg. Fixes #1468.
* options: enable --ytdl by defaultGravatar wm42014-12-09
| | | | Let's see who complains...
* manpage: changes.rst: add youtube-dl scriptGravatar wm42014-11-19
|
* Drop libquvi supportGravatar wm42014-10-25
| | | | | | | | | | | 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 documentationGravatar Alessandro Ghedini2014-10-17
|
* manpage: changes: random corrections and additionsGravatar wm42014-10-04
|
* manpage: changes: move internal changes section to the endGravatar wm42014-10-04
|
* manpage: refactor MPlayer -> mpv changes sectionGravatar Alessandro Ghedini2014-10-04
| | | | Merge duplicate entries, organize entries in subsections, reword some entries.
* man: fix a whole bunch of typosGravatar Martin Herkt2014-09-01
|
* options: compatibility hack for --slave-brokenGravatar wm42014-08-25
| | | | | | | 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-brokenGravatar wm42014-08-02
|
* Remove the last remains of slave modeGravatar wm42014-08-01
| | | | | | | | | | | 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-directoryGravatar wm42014-06-20
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.