summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-05 17:04:46 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:20 +0200
commit6704008a4688fd9bd2cf277019694ed948ecdc5e (patch)
tree026e7b57e5961ad5f99e3640162d91b0687cd7b3 /Changelog
parent95751ea3e4da4eb9ca0a001d8238614898283ced (diff)
downloadmpv-6704008a4688fd9bd2cf277019694ed948ecdc5e.tar.bz2
mpv-6704008a4688fd9bd2cf277019694ed948ecdc5e.tar.xz
stream_bluray: add unencrypted Blu-ray playback
Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c1959586e9..31904d8717 100644
--- a/Changelog
+++ b/Changelog
@@ -29,6 +29,10 @@ MPlayer (1.0)
* remove vf_yuy2, functionality is replaced by -vf format=yuv2
* remove vf_rgb2bgr, functionality is replaced by sws and vf_format
+ Streaming:
+ * Support for unencrypted Blu-ray playback through libbluray.
+ Use it through: mplayer br:////path/to/disc
+
Drivers:
* X11: Window manager choses Window position by default.
Add geometry=50%:50% to your configuration to get the old behaviour.