]> git.sesse.net Git - vlc/blobdiff - NEWS
NEWS: update
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index ca69b7552b016e3200a81e5f346ec02b6a3d9eba..9009d47bc016afdb4bcff1125f4247cb8055e99f 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,15 +68,23 @@ 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 accessibility support to playback windows, open panel and fullscreen
+   controller
+ * add a GUI to manage podcasts
+ * add customizable playlist table columns
  * add a GUI for the QTSound access module to process audio captured locally
+   - This also allows to capture input from a webcam and a mic at the same time.
+ * add a GUI to capture QTSound data along with the current screen content
  * add an option to let the Apple Remote control the system volume instead of
    VLC's internal volume level
+ * add an option to disable skipping to next/previous file with the Apple Remote
  * add an option to show next / previous buttons
  * add an option to hide the shuffle and repeat buttons
  * add optional playlist columns for track number, genre, album, description,
@@ -81,9 +92,24 @@ Mac OS X Interface:
  * add options to the Advanced Open File dialog for start and stop time
  * add an option to play videos as a desktop background
  * add a new panel for media conversation and streaming
+ * allow the OS to turn off the screen(s) when playing audio-only media while the user
+   is idle.
  * 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)