]> git.sesse.net Git - vlc/blobdiff - NEWS
Win32: fix gettext with non-ASCII installation path
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index d24ce174fae0b466d0e7d543b10a5fc18ee023d8..4494871cb334e03df7282844c87c8410d6e7034f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.1.5 and 1.2.0-git:
+Changes between 1.1.6 and 1.2.0-git:
 ------------------------------------
 
 Important changes for packagers:
@@ -18,7 +18,8 @@ Access
  * Support for VDR recordings (http://www.tvdr.de/) folders
  * Blu-Ray Discs integration using libbluray
  * HTTP Live Streaming (IETF draft) playback support
- * Blackmagic DeckLink SDI card input support (Linux only currently)
+ * Blackmagic DeckLink SDI cards input support (Linux only currently)
+ * Linear Systems (HD-)SDI cards input support (Linux)
  * RTP: support for dynamic payload types by specifying the payload format
    in an option (no autodetection): only Theora supported for now
 
@@ -46,11 +47,14 @@ Interfaces
  * Qt: effects dialogs rework
  * Qt: new CoverFlow-like view of the playlist
  * Qt: port to MacOS X platform
+ * Skins2: fullscreen controller support, relative placement support
+   and important cleanups and optimisations
  * ncurses: heavy refactor of the complete interface
 
 Video Output:
  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
  * New video output for iOS platform
+ * New video output using EGL
  * Adaptation of the OpenGL layer for OpenGL ES 1.1
  * Various vmem improvements
 
@@ -76,6 +80,12 @@ Stream output:
     dst=public_html/iphonestreamfile-###.ts}"
  * RTP: support for Vorbis and Theora
  * Major rework of VoD support
+ * New delay module, to introduce delays of one ES, when streaming:
+       #delay{id=12,delay=500}:standard...
+ * New setlang, setid modules to change lang or id of one ES, when streaming:
+       #setid{id=12,new-id=42}:std...
+ * New langfromtelx module, to change lang of one ES, when streaming, based on
+   a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
 
 Services Discovery:
  * Search API to be able to query distant search APIs from the interfaces
@@ -86,12 +96,72 @@ libVLC:
   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
      list of available audio and video filters
 
+Removed modules:
+ * asademux: use libass only
+ * fake: use the new image demuxers
+ * hal, v4l, gapi, omapfb, hd1000v: obsolete unmaintained modules
+ * id3tag: use taglib
+ * upnp: use upnp_intel
+
+
+Changes between 1.1.5 and 1.1.6:
+---------------------------------
+
+Audio output:
+ * Multiple fixes and improvements on PulseAudio output
+   PACKAGERS are VERY STRONGLY advised to update libpulse to 0.9.22.
+   Update is required to use PulseAudio with the Phonon-VLC backend (KDE)
+   and with the Mozilla VLC web browser plugin.
+
+Access:
+ * Fix the Audio CD crash when looking for CDDB metadata on Windows
+
+Decoders:
+ * Support for MPC SV7 and SV8 on Windows and Mac OS X (Unix was already working)
+ * Enabled FluidSynth MIDI playback plugin on Mac OS X
+ * Faster VP8/Webm decoding with recent codecs libraries
+
+Demuxers:
+ * Fix Buffer overflow in Real demuxer CVE-2010-3907 / VideoLAN-SA-1007
+ * Fix some asf/wmv seeking issues, notably when seek didn't go to a keyframe
+ * Support for 24-bits PCM over RTP (audio/L24)
+
+Subtitles and renderer:
+ * Do not auto-detect .txt files for subtitles
+ * Mark more freetype options as safe
+ * Mac OS X: fixed fontconfig cache creation
+ * Fix heap corruption in subtitle decoders, potentially exploitable,
+   discovered by Harry Sintonen - sintonen at iki.fi
+
+Visualization:
+ * Fix projectM visualization for Linux in all locales
+ * Fix projectM visualization support for Windows
+ * Various projectM improvements: the module should be working now
+ * Fix goom crash on Windows XP and Mac OS X
+
+Interfaces:
+ * Qt4: fixes for media keys processing and MCE remotes
+ * Qt4: various fixes and portability improvements
+ * KDE: work-around open dialog first slow opening because of KMimeTypeRepository
+
+Miscellaneous fixes:
+ * KDE device solid actions
+ * XDG screensaver
+ * Transcode integer overflow
+ * HTTP Icy metadata reading
+ * Windows: revert to 1.1.4 performance timers
+
+Translations:
+ * Update translations for Chinese, Nippon, Slovak, Estonian, Spanish, Galician,
+   Swedish, Bulgarian, French, Bengalese, German, Slovak, Japanese, Dutch,
+   Polish, Hungarian, Indonesian, Sinhala and Irish
+
 
 Changes between 1.1.4.1 and 1.1.5:
 ----------------------------------
 
 Security:
- * Fix a Windows crash on accessing Network Shared files/drives, 
+ * Fix a Windows crash on accessing Network Shared files/drives,
    VideoLAN-SA-1006
 
 Access: