]> git.sesse.net Git - vlc/blobdiff - NEWS
rar: fix possible use of un undefined value (due to a goto on error).
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 72156233bb6a1209d0fd8d39a91f6587e49630c8..22dc568849034dfb4d090f2a8b985937e4f085d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
 Changes between 1.1.0 and 1.2.0-git:
 ------------------------------------
 
+Access
+ * Multiple files are supported from RAR files
+
 Codecs
  * You can now use ffmpeg-mt in conjunction with vlc
 
+Interfaces
+ * The telnet interface has been removed in the favour of the lua one
+
 Video Filter:
  * New gradfun filter for debanding videos using dithering
 
@@ -16,7 +22,7 @@ Stream output:
     dst=public_html/iphonestreamfile-###.ts}"
 
 
-Changes between 1.0.5 and 1.1.0:
+Changes between 1.0.6 and 1.1.0:
 --------------------------------
 Important changes for users:
  * On Linux, known bugs in the ALSA library might prevent audio output.
@@ -62,7 +68,7 @@ Decoders:
  * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support)
  * Direct rendering is used more often with H.264 in avcodec module
  * Support for MPEG-4 ALS lossless audio codec
- * Support for VP8 codec (source code version only)
+ * Support for VP8 codec
 
 Demuxers:
  * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet)
@@ -155,6 +161,7 @@ Misc:
  * new sqlite module
  * --save-config command line option not supported anymore.
  * Fixed and reenabled netsync module.
+ * Improved Solaris port
 
 Bindings:
  * new C++ wrapper around libVLC: libVLCpp