]> git.sesse.net Git - vlc/blobdiff - NEWS
lua: remove leading '__' in function name
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index b0769f03a6b5a340fb375a68e9dc13dde032e07e..7ad4e29727b12678a3bcf0c8029061f3fb575a40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,8 @@ Codecs:
  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
  * Experimental Hardware decoding using Broadcom CrystalHD cards
  * New module for decoding EBU subtitles (.stl)
+ * Support for 9bits and 10bits H.264/AVC decoding
+ * Support for Lagarith Lossless video codec
 
 Demuxers:
  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
@@ -70,6 +72,7 @@ Interfaces:
  * The rc and telnet lua interfaces were merged into a new "cli" interface
  * dbus: Rewrite of the main loop to use a more efficient poll-based model
  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
+ * webUI/http: Rewrite of the web interface, using jQuery
 
 Video Output:
  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
@@ -80,6 +83,7 @@ Video Output:
  * OpenGL video output now accepts YUV as input and uses fragment programs for
    chroma conversion
  * New video output for Android platform, based on Surface
+ * Support for 9/10bits output in the OpenGL output
 
 Audio Output:
  * New audio output based on AudioQueue API for iOS
@@ -98,6 +102,8 @@ Video Filter:
  * New subsdelay filter to change subtitles delay
  * New anti-flickering filter
  * New OpenMAX DL IPCS filter for color space conversion and resizing
+ * Major improvements in the freetype text-rendering module, notably supporting
+   blackbox and customizable shadow
 
 Audio Filter:
  * New Compressor filter, a dynamic range compressor
@@ -142,6 +148,7 @@ Removed modules:
  * upnp: use upnp_intel
  * removal of old telnet interface in favor of the new lua CLI
  * removal of http interface in favor of luahttp
+ * remove of the noise filter
 
 
 Changes between 1.1.9 and 1.1.10: