]> git.sesse.net Git - vlc/blobdiff - NEWS
macosx: fix subtitles drag and drop (close #8477)
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 14ac28655abb38e2b642dd1b59f732ebe2644b4a..bde6ba415092d698c92aa4404644a6d8fdbdb7cd 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.
@@ -47,6 +50,7 @@ Access:
  * Add support for Remote Desktop/RDP in view only mode
  * Timecode: generate a clock/timecode as a subtitle track
    vlc video.mkv --input-slave timecode:// --timecode-fps 30/1001
+ * New video capture module for OS X based on AVFoundation
 
 Demuxers:
  * MP4: partial support for fragmented MP4
@@ -71,6 +75,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 +91,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 +108,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.
@@ -126,6 +137,8 @@ OS X Interface:
  * 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 a new Subtitles menu to change Subtitles and their properties during
+   playback
  * add the ability to create custom equalizer presets based upon the current
    selection and to manage the list of presets
  * add custom profiles for video and audio effects, which let the user keep
@@ -136,6 +149,7 @@ OS X Interface:
  * 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 an option to hide the audio effects button (default enabled)
  * add optional playlist columns for track number, genre, album, description,
    date and language
  * add options to the Advanced Open File dialog for start and stop time
@@ -148,8 +162,11 @@ OS X Interface:
    3rd party applications
  * add a UI to the preferences dialog to configure the default application
    handler for ftp, mms, rtmp, rtp, rtsp, sftp, smb and udp streams
+   (system-wide settings)
+ * add support for the Video Title option
+ * add support for the Boss Key
  * The Streaming/Transcoding wizard and the open dialog's output panel are
-   deprecated now
+   deprecated now and will be removed in a future release.
 
 Qt:
  * Partial support for Qt5.0
@@ -164,6 +181,10 @@ 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
+ * New profiles format and dialog to handle filters and quality.
+   Added new profiles.
 
 libVLC:
  * new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
@@ -173,6 +194,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
@@ -189,6 +211,9 @@ Removed modules:
  * Switcher module
  * 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: