]> git.sesse.net Git - vlc/commitdiff
NEWS synchronisation between branches.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Sep 2009 23:47:50 +0000 (01:47 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 22 Sep 2009 23:48:27 +0000 (01:48 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 74bbdfa20a8534d85f27860942812f3c29fb23bf..d64bd87b85cbaaeebbcc3f3455aa1237a6690491 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.1 and 1.1.0-git:
+Changes between 1.0.2 and 1.1.0-git:
 ------------------------------------
 
 Access:
@@ -51,6 +51,58 @@ Removed modules:
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interface
 
 
+Changes between 1.0.1 and 1.0.2:
+--------------------------------
+
+Decoders:
+ * Native support for WMA Professional, without the use of the Win32 dlls
+ * Fix issues in subtitles, especially SSA ones
+ * Various fixes on theora and ogg
+
+Demuxers:
+ * Various fixes for EPG support in MPEG-TS demuxer
+ * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers
+
+Access:
+ * Fixes for v4l2 devices
+ * Fixes for dvb-c channels-scanning
+
+Qt Interface:
+ * Fix some playlist sorting issues
+
+Mac OS X Interface:
+ * Fixed a crash when updating VLC
+ * Fixed a crash related to QTKit when opening video files (10.6 only)
+ * Added the ability to play 2nd media in sync to the primary item (input-slave)
+ * Added the "Quit after Playback" feature
+
+Mac OS X Port:
+ * The "Delete Preferences" script is now delivered as a Universal Binary
+   with native code for PowerPC, Intel and Intel 64bit
+ * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
+   - no support for Goom and SDL
+   - limited text rendering support
+   - This port is still considered as EXPERIMENTAL despite its binary release.
+
+Encoders:
+ * MPEG2 transrate stream output removed
+ * x264 default-values closer to x264.exe defaults.
+ * x264 rc-behaviour fixes:
+   - if user defines qp-value, CQP-mode is used
+   - otherwise if user defines vb=0, CRF-mode is used
+   - otherwise ABR-mode is used
+ * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
+   - ABR mode set vbv-max-bitrate=bitrate
+   - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)
+
+
+Playlist:
+ * Lua scripts for Mpora and Vimeo playback
+
+Unix builds:
+ * Various fixes to enable 1.0 to build on Solaris and OpenBSD
+
+
 Changes between 1.0.0 and 1.0.1:
 --------------------------------