]> git.sesse.net Git - vlc/blobdiff - NEWS
legacy OSX intf: correctly adapt vout window's size to video content
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index cfae86037570967e3903f39d1c2aa880c57447c3..f3d8af10a9ef59cbba06c9055e752990d3d0b21e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 Changes between 1.0.5 and 1.1.0-git:
 ------------------------------------
+Important changes for users:
+
+Important changes for packagers:
+ * The module cache has moved to ${libdir}/vlc/. The module cache can now be
+   generated at install time except if you use staged installation. In the 
+   later case, you can generate the module cache in your post-inst script
+   by invoking 'vlc-cache-gen'. If the module cache is not present and vlc
+   can't write in ${libdir}/vlc/, it will result it vlc taking a long time to
+   launch each time.
 
 Access:
  * Port of the screen module from Xlib to XCB
@@ -13,12 +22,16 @@ Decoders:
  * HD dvb subtitles - Display Definition Segment support
  * PGS subtitles for Blu-Ray
  * Invmem module improvements
- * Support for Atrac1 codec
+ * Support for Atrac1 audio codec
  * Support for SSE3 and SSE4 capabilities
+ * Multiple improvements for subtitles styles .SRT and .SSA
  * 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
  * Audio/Video decoder using OpenMAX IL components
+ * Support for Indeo5 video codec
+ * Support for Windows Media Speech (Voice) audio codec natively on all platforms
+ * Support for AMR-NB audio codec on the Windows and Mac port
+ * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
 
 Demuxers:
  * Support for ADPCM in .flv streams
@@ -129,6 +142,7 @@ Removed modules:
  * cmml and tarkin codecs are removed because they are dead codecs.
  * realaudio codecs are removed in favor of libavcodec
  * access_file removed in favor of filesystem
+ * RTMP input and output
 
 
 Changes between 1.0.4 and 1.0.5: