]> git.sesse.net Git - vlc/blobdiff - NEWS
playlist: fix command line options
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0bca9ffe2827d9cd99a13adea863d1eab12d8c1f..ee36e0656846b85f0d9768484f36e7ab561cace2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,13 +10,14 @@ Access:
  * New avio module to use libavformat capabilities for network streams
 
 Decoders:
- * Support for Atrac1
  * HD dvb subtitles - Display Definition Segment support
  * PGS subtitles for Blu-Ray
  * Invmem module improvements
+ * Support for Atrac1 codec
  * Support for SSE3 and SSE4 capabilities
- * Support for DxVA2 for H.264 on Windows Vista and 7
- * Multiple improvements for subtitles styles, especially on Windows
+ * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
+ * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
+ * Multiple improvements for subtitles styles .SRT and .SSA
 
 Demuxers:
  * Support for ADPCM in .flv streams
@@ -24,6 +25,7 @@ Demuxers:
    (Full disc support is NOT present yet)
  * Support for TwinVQ (.vqf) and AMV (.amv) files
  * Various EGP improvements
+ * Support for embedded subtitles in .avi ODML files
 
 Playlist:
  * WPL playlist support
@@ -64,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
@@ -89,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.