]> git.sesse.net Git - vlc/blobdiff - NEWS
IDN news
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index ca69b7552b016e3200a81e5f346ec02b6a3d9eba..ce9116be28d3b0088cd3dc20bf831f0a5e60bbcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ Access:
  * Major improvements in DASH support
  * Improvements in Blu-Ray module, notably for multiple video tracks support
  * Important improvements and rewrite of the v4l2 access module
+ * HTTP: support for Internationalized Domain Names
 
 Demuxers:
  * MP4: partial support for fragmented MP4
@@ -49,6 +50,7 @@ Audio Filters:
 
 Video Outputs:
  * OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
+ * Fix the power management issue on Windows for standby management
 
 Video Filters:
  * new anaglyph video filter which transforms side by side 3D video streams in
@@ -56,6 +58,7 @@ Video Filters:
  * Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
    and for bits depth higher than 8bits (like 10bits)
  * Improvements on the transform filter, to support 10bits and RGB formats
+ * Revival of the openCV and openCV example filters
 
 Stream Output:
  * Extended support for recording, notably for MKV and AVI
@@ -65,10 +68,11 @@ Interfaces:
  * .hosts removed from the HTTP server.
  * fixed Lua command line interface console mode under Windows.
  * Better support for MCE remotes on Windows
- * Partial support for Qt5.0
+ * Hotkey support for TS program selection
 
 Mac OS X Port:
- * Discontinued support for PowerPC-based Macs
+ * Discontinued support for PowerPC-based and 32bit Intel-based Macs
+ * VLC requires Mac OS X 10.6 or later now
 
 Mac OS X Interface:
  * add a GUI for the QTSound access module to process audio captured locally
@@ -84,6 +88,19 @@ Mac OS X Interface:
  * The Streaming/Transcoding wizard and the open dialog's output panel are
    deprecated now
 
+Qt:
+ * Partial support for Qt5.0
+ * Menus modifications and improvements
+ * Playlist improvements and fixes, including PictureFlow view
+ * Streaming output wizard rewrite
+ * Numerous fixes
+
+libVLC:
+ * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
+   to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
+   and libvlc_audio_output_device_id
+ * new libvlc_log_subscribe and libvlc_log_unsubscribe function to register logging callbacks
+
 Removed modules:
  * portaudio audio output: use the native audio output instead
  * X11 On Screen Display notifications (xosd)