[vlc-devel] commit: Coming closer to a 1.0.3 release (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Oct 20 22:43:59 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 20 22:42:34 2009 +0200| [4c4d7817ca6cd435d02fa36cf58492c04b913a54] | committer: Jean-Baptiste Kempf 

Coming closer to a 1.0.3 release

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c4d7817ca6cd435d02fa36cf58492c04b913a54
---

 NEWS         |   31 ++++++++++++++++++++++++++++---
 configure.ac |    4 ++--
 2 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 22ccdb4..71191c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,33 @@
-Changes between 1.0.1 and 1.0.3-git:
+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 based on yadif and yadif(x2) algorithms
+
+Encoders:
+ * x264 has profile-limitter, like:
+    #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
+
+Service discovery:
+ * New udev module for linux
+
+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
+
+Qt4 interface:
+ * Fixes on the playlist and the stream output panels
+
+Mac OS X:
+ * Fix Apple Remote support for OS X.6
+
+Translations:
+ * Russian, Korean, Ukrainian, French, Polish, Slovak and Galician updates
+
 Changes between 1.0.1 and 1.0.2:
 --------------------------------
 
@@ -44,8 +71,6 @@ Encoders:
  * 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)
- * x264 has profile-limitter, like:
-    #transcode{vcodec=h264,venc=x264{profile=baseline,level=12}..}
 
 
 Playlist:
diff --git a/configure.ac b/configure.ac
index 51526b6..6a0ac8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
 
-AC_INIT(vlc, 1.0.3-git)
+AC_INIT(vlc, 1.0.3)
 VERSION_MAJOR="1"
 VERSION_MINOR="0"
 VERSION_REVISION="3"
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""
 PKGDIR="vlc"
 AC_SUBST(PKGDIR)
 




More information about the vlc-devel mailing list