]> git.sesse.net Git - vlc/blobdiff - NEWS
Qt4: add the RTSP protocol to the sout dialog
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 89d8535f7e12cb9749e39955040a4da7780e964c..cef78ab4ece6a2a6d086f29dd624d0a6bbf8ac9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,8 @@ Service discovery:
 
 Stream output:
  * New smem module, streaming to memory
+ * Allow duplicate outputs to be merged, like:
+   --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
 
 Interfaces:
  * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet
@@ -91,6 +93,7 @@ Maemo port:
 
 Misc:
  * new sqlite module
+ * --save-config command line option not supported anymore.
 
 Removed modules:
  * csri codec. Use libass module instead.
@@ -100,7 +103,7 @@ Removed modules:
  * Xlib x11, Xlib xvideo, Xlib glx. Use new XCB modules instead.
  * HAL. Use libudev instead.
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
- * WinCE and qnx interfaces
+ * WinCE, BeOS and qnx interfaces
  * opie, qte and qte_main
  * linear_resampler and trivial_resampler are removed. Use the ugly one.
  * XvMC accelerated modules. Use VAAPI instead.
@@ -108,6 +111,7 @@ Removed modules:
  * opengllayer
  * cddax. Use cdda instead
  * cmml and tarkin codecs are removed because they are dead codecs.
+ * realaudio codecs is remove in favour of avcodec
 
 
 Changes between 1.0.4 and 1.0.5 (not yet released):