summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-04 22:19:07 +0200
committerwm4 <wm4@nowhere>2014-10-04 22:19:07 +0200
commit36ee9a5e9038ceef8dda54cf367f3f72109eea3c (patch)
tree84c02ec2452976118f0d07a365519d2847572a06 /DOCS/man
parentbd169a313c795652a27a6f20d81f6e6507b79e06 (diff)
downloadmpv-36ee9a5e9038ceef8dda54cf367f3f72109eea3c.tar.bz2
mpv-36ee9a5e9038ceef8dda54cf367f3f72109eea3c.tar.xz
manpage: changes: move internal changes section to the end
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/changes.rst44
1 files changed, 22 insertions, 22 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 1587dbc8fe..65f8e07e56 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -16,28 +16,6 @@ General Changes from MPlayer to mpv
This listing is about changes introduced by mplayer2 and mpv relatively to
MPlayer.
-Internal changes
-~~~~~~~~~~~~~~~~
-
-* Switch to GPLv2+ (see ``Copyright`` file for details).
-* Removal of lots of cruft:
-
- - Internal GUI (replaced by the OSC, see the `ON SCREEN CONTROLLER`_ section).
- - MEncoder (replaced by native encoding, see the `ENCODING`_ section).
- - OSD menu.
- - Kernel video drivers for Linux 2.4 (including VIDIX).
- - Teletext support.
- - Support for dead platforms.
- - Most built-in demuxers have been replaced by their libavformat counterparts.
- - Built-in network support has been replaced by libavformat's (which also
- supports https URLs).
- - Embedded copies of libraries (such as FFmpeg).
-
-* General code cleanups (including refactoring or rewrites of many parts).
-* New build system.
-* Many bug fixes and removal of long-standing issues.
-* Generally preferring FFmpeg/Libav over internal demuxers and decoders.
-
Player
~~~~~~
@@ -156,6 +134,28 @@ Windows
* Improved Direct3D video output.
* Added WASAPI audio output.
+Internal changes
+~~~~~~~~~~~~~~~~
+
+* Switch to GPLv2+ (see ``Copyright`` file for details).
+* Removal of lots of cruft:
+
+ - Internal GUI (replaced by the OSC, see the `ON SCREEN CONTROLLER`_ section).
+ - MEncoder (replaced by native encoding, see the `ENCODING`_ section).
+ - OSD menu.
+ - Kernel video drivers for Linux 2.4 (including VIDIX).
+ - Teletext support.
+ - Support for dead platforms.
+ - Most built-in demuxers have been replaced by their libavformat counterparts.
+ - Built-in network support has been replaced by libavformat's (which also
+ supports https URLs).
+ - Embedded copies of libraries (such as FFmpeg).
+
+* General code cleanups (including refactoring or rewrites of many parts).
+* New build system.
+* Many bug fixes and removal of long-standing issues.
+* Generally preferring FFmpeg/Libav over internal demuxers and decoders.
+
Detailed Listing of User-visible Changes
----------------------------------------