]> 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 b891e87aad0ec2c84d5b8ef83a7184bfd15771a2..c335d2fab5c6529c3db7cd7193d904c4184b8e5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ Important notes:
     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 the RTP stream output instead, e.g.:
+   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}'
 
@@ -46,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
@@ -103,9 +104,10 @@ Audio output and filters
 Stream output:
  * RTSP for TS-multiplexed broadcast streams
  * New RTP payload formats:
+   * Speex voice audio codec
    * ITU T.140 (for text, subtitles)
-(FIXME: * Speex voice audio codec)
- * UDP-Lite (requires OS support) transport for RTP
+ * UDP-Lite transport for RTP
+ * DCCP transport for RTP
  * Lots of fixes for RTSP broadcasting
 
 Interfaces: