[vlc-commits] More NEWS for 2.1, including libVLC new functions

Jean-Baptiste Kempf git at videolan.org
Fri Aug 17 12:11:53 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 17 12:11:27 2012 +0200| [b2f19b19c974b2474d3c580b642079ab8074af57] | committer: Jean-Baptiste Kempf

More NEWS for 2.1, including libVLC new functions

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2f19b19c974b2474d3c580b642079ab8074af57
---

 NEWS |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index ca69b75..b0998a9 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,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 +57,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,7 +67,7 @@ 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
@@ -84,6 +86,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)



More information about the vlc-commits mailing list