]> git.sesse.net Git - vlc/blobdiff - NEWS
input/stream: add STREAM_GET_SIGNAL (fixes #8414)
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 9f1a21f9bb057f3f85158e92b9c59610408ef76f..880490da30deabbe0040f721a4e60a4d603c910f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Core:
  * Fix support for .001, .00x split files on Windows
  * Full support for UNICODE Windows mode
  * Partial support for Windows Store App
+ * Removed SQL support
+ * Added audio fingerprinter support
+ * Disabled and marked obsolete --language selection
 
 Decoders:
  * Support for OPUS via libopus.
@@ -71,6 +74,7 @@ Audio output:
    This fix was facilitated through a hardware lending by TEAC Europe GmbH
    distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
  * Rewrite of AudioQueue module for iOS (and OS X)
+ * New, simplified AudioUnit output module for iOS
 
 Audio Filters:
  * New remapping channel filter
@@ -86,6 +90,7 @@ Video Outputs:
  * Fix and enable the OpenGL ES1 and ES2 modules
    Also, subpictures now work in the OpenGL ES2 module
  * Fix the power management issue on Windows for standby management
+ * New output module for iOS using OpenGL ES2
 
 Video Filters:
  * New anaglyph video filter which transforms side by side 3D video streams in
@@ -102,6 +107,11 @@ Stream Output:
  * Livehttp places more accurate segments durations in playlist
  * Livehttp allows setting cachin-variable in playlist
  * Livehttp stream encryption support
+ * Livehttp supports changing encryption key and uri on segment change with key-loadfile option
+ * Added chromaprint based audio fingerprinting
+
+Fingerprinters:
+ * Added AcoustID/Musicbrainz based fingerprinter
 
 Interfaces:
  * configurable password for the HTTP server.
@@ -164,6 +174,8 @@ Qt:
  * Display playlist total duration
  * Support for a Maximum volume in the UI
  * Numerous fixes
+ * Add audio track fingerprinting from media info
+ * Removed language preference
 
 libVLC:
  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
@@ -173,6 +185,7 @@ libVLC:
  * new libvlc_log_subscribe and libvlc_log_unsubscribe function to register logging callbacks
  * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
    media tracks. libvlc_media_get_tracks_info is now deprecated.
+ * new fingerprinter_Create and fingerprinter_Destroy for fingerprinter support.
 
 Removed modules:
  * portaudio audio output: use the native audio output instead
@@ -190,6 +203,8 @@ Removed modules:
  * OSD parser and menu
  * Xscreensaver: use xdg-screensaver
  * Removed DLL loader for non-Windows Operating Systems
+ * SQL Media Library (broken and unmaintained)
+ * SQL Lite (only used as SQL Media library backend)
 
 
 Changes between 2.0.4 and 2.0.5: