]> git.sesse.net Git - vlc/commitdiff
Updated NEWS file for 0.5.1. PLEASE do your share and add what you think is
authorChristophe Massiot <massiot@videolan.org>
Thu, 13 Feb 2003 21:53:25 +0000 (21:53 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 13 Feb 2003 21:53:25 +0000 (21:53 +0000)
meaningful.

NEWS

diff --git a/NEWS b/NEWS
index 0eb465f67bb71bd6ea2492dc6d103ac00ca77ec8..fe1959bc440a664231c82521ec0daddaa5915122 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
-$Id: NEWS,v 1.15 2003/02/02 16:08:08 sam Exp $
+$Id: NEWS,v 1.16 2003/02/13 21:53:25 massiot Exp $
+
+Changes between 0.5.0 and 0.5.1:
+--------------------------------
+
+Core support:
+ * new mouse gesture interface
+ * audio volume can now be changed at any time, even when no file is
+   playing
+
+Input access:
+ * various minor fixes on the network inputs
+ * fixed some weird URL parsing problems (/Volumes/toto:tata/harry@coin.mpg)
+ * VCD: fixed track number and chapter indexing
+
+Input demux:
+ * fixed a bad initialization in mp4 plug-in
+ * new TS --buggy-psi option for streams which don't update the
+   continuity counter
+
+Codecs:
+ * support for MPEG-2 intra slice refresh (aka. Slice-I) streams
+
+DVD support:
+ * fixed a bug which turned the default interface command-line only
+   without the user consent
+
+UNIX ports:
+ * GTK: fixed a crash when doing fullscreen or volume up from the popup menu
+ * X11: new screen saver disabling plug-in (--extraintf screensaver)
+ * KDE: fixed compilation with KDE 3.1
+ * ALSA: fixed mono files output
+
+Mac OS X port:
+ * fixed a crash on start-up on some localized systems
+ * lower real-time priorities to avoid lock-up on slow machines
+ * VLC can now be made handler of ftp http mms and udp URLs
+ * playlist enhancements
+ * added half, normal and double video window menu items
+ * new step forward/step backward commands
+ * the dock should no longer be visible in fullscreen mode
+ * vlc.app is now VLC.app
+
+Win32 port:
+ * fixed the "RichEdit line insertion error" bug
+
+BeOS port:
+ * lower BeOS priorities to avoid lock-up
+
 
 Changes between 0.4.6 and 0.5.0:
 --------------------------------