]> git.sesse.net Git - vlc/blobdiff - NEWS
demuxers: remove the need for input_thread_t by using the new "meta-preparsed" input...
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 1e986c27eb9953185ec65263b83011aad11124e1..c335d2fab5c6529c3db7cd7193d904c4184b8e5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ Important notes:
     vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
     You can then use commands like: @test marq-marquee Goodbye
     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.:
+     Old: '#std{access=rtp,dst=239.255.1.2,sap}'
+     New: '#rtp{dst=239.255.1.2,sap}'
 
 Changes:
 --------
@@ -42,7 +46,8 @@ Playlist:
    (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
 
 Input/Demuxers:
-  * UDP-Lite protocol (requires OS support) for RTP/AVP
+  * UDP-Lite transport for RTP/AVP
+  * DCCP transport for RTP/AVP
   * Proxy support for MMSH stream
   * JACK audio input support
   * MP4 gpac and Apple chapter support
@@ -97,7 +102,13 @@ Audio output and filters
  * New spatializer audio filter.
 
 Stream output:
- * UDP-Lite (requires OS support) for RTP/TS encapsulation
+ * RTSP for TS-multiplexed broadcast streams
+ * New RTP payload formats:
+   * Speex voice audio codec
+   * ITU T.140 (for text, subtitles)
+ * UDP-Lite transport for RTP
+ * DCCP transport for RTP
+ * Lots of fixes for RTSP broadcasting
 
 Interfaces:
  * Windows/Linux
@@ -114,6 +125,7 @@ Interfaces:
    * Motion module use disk accelerometers to keep video horizontal
    * Ncurses interface now uses ncursesw to correctly display wide characters
      when using an UTF-8 locale.
+   * Plugin to set Telepathy presence message using MissionControl
 
 Linux Port:
  * VLC now complies with the XDG Base Directory Specification version 0.6
@@ -125,7 +137,9 @@ Capture:
    Windows
 
 Localisations:
+ * Finnish
  * Persian
+ * Polish
 
 
 Changes between 0.8.6b and 0.8.6c: