]> git.sesse.net Git - vlc/blobdiff - NEWS
libvlc_playlist_play: remove unused exception
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0bca9ffe2827d9cd99a13adea863d1eab12d8c1f..cef78ab4ece6a2a6d086f29dd624d0a6bbf8ac9e 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.
@@ -98,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.
@@ -106,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):