]> git.sesse.net Git - vlc/blobdiff - NEWS
nsis: split files and clean up
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 735fc9de67b21df949aaea268b1a34a388fb5a2e..9c2f51f3c160f8f83aa044c52e590a26e191902a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,36 @@ 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: