]> git.sesse.net Git - vlc/commitdiff
NEWS: synchronise with 1.0.3
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Oct 2009 19:13:55 +0000 (20:13 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 29 Oct 2009 20:33:33 +0000 (21:33 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
NEWS

diff --git a/NEWS b/NEWS
index 0017361de9d015761dce23c451c409f1deb45a71..21bd144fc08d60008b8199060398cb088dd29624 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.0.2 and 1.1.0-git:
+Changes between 1.0.3 and 1.1.0-git:
 ------------------------------------
 
 Access:
@@ -77,6 +77,40 @@ Removed modules:
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
 
 
+Changes between 1.0.2 and 1.0.3:
+--------------------------------
+
+Video outputs:
+ * Fix video quality when resizing the video on Windows Vista and 7, due to
+   regressions in most popular drivers
+ * New deinterlacers modules based on yadif and yadif(x2) algorithms
+
+Decoders:
+ * Windows version supports now natively the WMA Professional codec, as it
+   didn't work in the packaged version of 1.0.2
+ * Fix downmixing of particual 4.0 AC-3 audio tracks
+
+Encoders:
+ * x264 has profile-limitter, like:
+    #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
+
+Input:
+ * Update for appletrailers lua script
+ * Fixes on the RAR stream filter
+ * Fix for E-AC3 in ATSC/TS streams
+ * Various fixes for v4l and v4l2
+ * Fix a crash in mjpeg demuxer
+
+Service discovery:
+ * New udev module for linux
+
+Qt4 interface:
+ * Fixes on the playlist and the stream output panels
+
+Translations:
+ * French, Galician, Korean, Polish, Russian, Romanian, Slovak and Ukrainian updates
+
+
 Changes between 1.0.1 and 1.0.2:
 --------------------------------