]> git.sesse.net Git - vlc/blobdiff - NEWS
* Merged trunk changes r9181:9183 to 0.8.1 branch.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index abd6f7bd2cf5ab9349c8992bdeca1c486d331695..f76783a7f7b2afb31f49016e344f960d8fd1b4fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
 $Id$
 
+Changes between 0.8.0 and 0.8.1-svn:
+-----------------------------------------------------
+
+Core support:
+ * Include TLS/SSL API
+ * SSL support in the HTTP daemon
+
+Windows port:
+ * Fixed multichannel audio support (which was broken in 0.8.0)
+ * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input
+
+Stream Output:
+ Encoders:
+  * Fixed aspect ratio and interlaced support in ffmpeg encoder module
+
 Changes between 0.7.2 and 0.8.0:
 -----------------------------------------------------
 
@@ -57,6 +72,7 @@ Stream Output:
   * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
   * 14496-17 text track muxing for MPEG TS
   * Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
+  * Teletext (0x56 descriptor) streaming support in MPEG TS.
   * New WAV muxer (supports multi-channel audio)
   * Improved ASF muxer
  Misc:
@@ -69,6 +85,7 @@ Audio Output:
  * Very trivial volume normalizer
  * True channel downmixing when playing 5:1 material on Stereo
  * More gradual resampling which should improve the pitch changing effect
+ * New audio output plugin using portaudio v19
 
 Video Output:
  * Roku HD1000 Video output
@@ -100,6 +117,7 @@ Mac OS X port:
 Linux port:
  * New galaktos visualization plugin (MilkDrop-compatible)
  * Experimental SVG rendering module
+ * Support for DVB CAM modules.
 
 Windows port:
  * DirectX Media Object decoder (allows playing some media types, like WMV3)
@@ -108,6 +126,9 @@ Windows port:
  * Fixed problem with CPU usage with subtitles rendering
  * Wallpaper mode for the DirectX video output (only in overlay mode)
 
+WinCE port:
+ * Massive update (we still miss an interface and a fast video output).
+
 Mozilla plugin:
  * Added a lot of Javascript accessible funtionality
  * Volume, position, length, seek etc etc etc.