]> git.sesse.net Git - vlc/blobdiff - NEWS
Mention of AES3 (SMPTE 302M) in NEWS.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0e874901a1744977340536142212ccf737a6a34c..b9465a20c462bbedca61d5e61d964d793f6ba761 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
-Changes between 0.8.6i and 0.9.0-test3:
----------------------------------------
+Changes between 0.9.1 and 1.0.0:
+---------------------------------
+
+Decoders:
+ * AES3 (SMPTE 302M) support
+Stream output:
+ * Restored the old mpeg2 transrating module.
+
+Changes between 0.8.6i and 0.9.1:
+---------------------------------
+
+Note: version 0.9.0 was skipped due to bugs being discovered at the last
+minute.
 
 Important notes:
 ----------------
@@ -15,13 +26,16 @@ Important notes:
    - On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
      and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
  * This version of VLC contains a new interface for Windows and Linux.
-   This interface has a fullscreen controller. This interface lacks the
-   "Streaming Wizard" that used to be present in VLC 0.8.6.
+   This interface has a fullscreen controller and simplified preferences.
+   This interface lacks the "Streaming Wizard" that used to be present in VLC
+   0.8.6.
  * The behavior of --sout-keep was changed. It's now activated by default.
  * The marq, mosaic and logo commands in the rc interface changed. They
    now require a target name as their first argument. Example:
    vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
    You can then use commands like: @test marq-marquee Goodbye
+   If you didn't name the object using @test, its name will default to the
+   plugin name (hence 'marq') in this example.
    These new commands are also available in the telnet interface.
  * The "rtp" access output module has been removed.
    Please use the RTP stream output instead, e.g.:
@@ -50,12 +64,15 @@ Important notes:
    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
  * Glide video output module has been removed.
  * Due to lack of maintainer, the Skins interface might not work properly.
+   It does not work on windows for this version. Help is needed!
 
 Changes:
 --------
 
 Security updates:
  * Updated libfreetype on Windows and Mac OS X (CVE-??)
+ * TTA Parser improvements (CVE-2008-3732)
+ * MMS Access Module improvements (CVE-??)
 
 Playlist:
  * Vastly improved playlist support:
@@ -159,7 +176,8 @@ Video outputs and filters:
  * New erase video filter (removes logos from a video)
  * Enhanced subtitles' renderer to support bold, italic and some HTML tags
    (Google Summer of Code Student project)
- * Support for RGBA and I420 blending. This improves Mosaic CPU usage *a lot*.
+ * Support for RGBA and I420 blending.
+   The latter improves Mosaic CPU usage *a lot*.
  * New transparency mask video filter (for use with the mosaic_bridge module).
  * New bluescreen video filter (for use with the mosaic_bridge module). 
    This was previously part of the mosaic module.
@@ -242,6 +260,7 @@ New Localizations:
  * Persian
  * Polish
  * Punjabi
+ * Bulgarian
 
 Developers:
   * LibVLC now supports externally built plugins properly.