]> git.sesse.net Git - vlc/commitdiff
NEWS: mention latest 1.2.0 developments
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 29 Oct 2010 01:08:19 +0000 (03:08 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 29 Oct 2010 01:09:43 +0000 (03:09 +0200)
And improve consistency

NEWS

diff --git a/NEWS b/NEWS
index ed8dbdddbea0ce8eada6325251f4aba927067100..e9071c9784d3852ea600efcb4cbce37df2af5c0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,50 +6,57 @@ Important changes for packagers:
    its file systems and files content (except the Windows port). If this is
    not acceptable, pass --enable-non-utf8 to the configure script.
  * The default tarballs are now .tar.xz
+
  * The NPAPI webplugin has moved to git://git.videolan.org/npapi-vlc.git
  * The ActiveX webplugin has moved to git://git.videolan.org/activex-vlc.git
 
 Access
- * Multiple files are supported from RAR files
+ * Multiple files are now supported inside RAR files
  * BDA: experimental support for ClearQam devices
  * DVB-S scanning support
  * DShow: support for freq and video standard selection
- * Support for VDR recordings
- * Blu-Ray integration with libbluray
+ * Support for VDR recordings files and folders
+ * Blu-Ray Disc integration using libbluray
  * HTTP Live Streaming (IETF draft) playback support
  * Blackmagic DeckLink SDI card input support (Linux only currently)
 
 Codecs
  * You can now use ffmpeg-mt in conjunction with vlc
- * Important fixes for RealVideo 3.0 and 4.0 playback
+ * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
 
 Core:
  * Playback rate doesn't get resetted to 1 between items anymore
 
 Demuxers:
- * id3tag plugin is removed (superseded by taglib).
+ * id3tag plugin is removed (superseded by taglib)
  * Ogg seeking improvements
+ * Game Music Emu (GME) plugin rewritten from scratch using the C api
 
 Interfaces
  * The telnet interface has been removed in the favour of the lua one
  * Skins2 / Qt: misc improvements and usability fixes
  * Qt: effects dialogs reordering
  * Qt: port to MacOS X platform
+ * ncurses: heavy refactor of the complete interface
+
+Video Core:
+ * Major Video Output and Video Core reworks and rewrites
 
 Video Output:
  * New video output based on Direct2D for Windows 7 and Vista (with Platform Update)
 
+Video Filter:
+ * New gradfun filter for debanding videos using dithering
+ * Rewrite of the grain filter, faster and with better quality
+ * New posterize filter for lowering the number of colors
+ * Atmo ambilight: improve Fnordlicht up to 254 channels
+
 Audio Output:
  * New audio output based on AudioQueue API for iOS
 
 Audio Filter:
  * New Compressor filter, a dynamic range compressor
 
-Video Filter:
- * New gradfun filter for debanding videos using dithering
- * Rewrite of the grain filter, faster and with better quality
- * New posterize filter for lowering the number of colors
-
 Stream output:
  * New livehttp-module for HTTP Live Streaming (IETF draft) output
    example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
@@ -58,6 +65,9 @@ Stream output:
     index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
     dst=public_html/iphonestreamfile-###.ts}"
 
+Services Discovery:
+ * Search API to be able to query distant search APIs from the interfaces
+
 libVLC:
  * New capabilities for libVLC:
   ** libvlc_media_player_navigate for DVD navigation