]> git.sesse.net Git - vlc/blobdiff - NEWS
nsis: split files and clean up
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index c9ebed94c16372c9a1632f06072e3627da65d5de..9c2f51f3c160f8f83aa044c52e590a26e191902a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
 Changes between 2.1.x and 2.2.0-git:
 --------------------------------
 
+Access:
+ * Added TLS support for ftp access and sout access.
+   New schemes for implicit (ftps) and explicit (ftpes) modes.
+
+Decoders:
+ * Partial support for Voxware MetaSound
+
+Encoder:
+ * Support for MPEG-2 encoding using x262
+ * Support for HEVC/H.265 encoding using x265
+
+Streaming:
+ * WebM streaming, including live sources, compatible with all major browsers
+    vlc <your-source> vlc://quit --sout  '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128}
+    :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
+
+Video Output:
+ * Direct rendering and filtering for VDPAU hardware acceleration
+ * New CoreGraphics video output module for NPAPI plugins
+
+Video Filter:
+ * New Oldmovie effect filter
+ * New VHS effect filter
+ * New Freeze effect filter
+
+libVLC:
+ * add equalizer API libvlc_audio_equalizer_* functions
+
+Visualizations:
+ * Add a 3D OpenGL spectrum visualization.
+
+Removed modules:
+ * ios video output: use ios2
+ * OpenMash H.261 video decoder
+
+
 Changes between 2.0.x and 2.1.0:
 --------------------------------
 
@@ -68,6 +104,9 @@ Demuxers:
  * Support for more MJPEG streams
  * Add support for liveleak streams
  * Add support for Wave/RF64 files
+ * Prevent numerous uncaught exceptions in MKV causing the 
+   program to terminate.
+ * Add protection against several heap buffer overflow in libebml
 
 Audio output:
  * Windows Audio Session API audio output support