]> git.sesse.net Git - vlc/blobdiff - NEWS
Revert "Call XInitThreads early enough"
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index e4be60de845e251cbff4afa742d36643cdd9156b..63db86a9290de5b02ae8e251290971982992fa6f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Changes between 0.9.8a and 1.0.0-git:
 Playback:
  * Instantaneous pausing
  * Frame-by-Frame playback
+ * Finer speed control
  * Timeshift for all medias
  * On-the-fly recording for all medias
  * RTSP trickplay support
@@ -15,6 +16,8 @@ New Decoders:
  * Blu-Ray Linear PCM
  * QCELP (Qualcomm PureVoice)
  * Real Video 3.0 & 4.0
+ * WMA v1/2 fixed point integer
+ * Close Caption under SCTE-20 standard
 
 Demuxers:
  * Support for Dirac and RealVideo in Matroska files
@@ -23,6 +26,7 @@ Demuxers:
 
 Encoders:
  * Dirac encoding using libdirac (supported in Ogg and in TS)
+ * Shine mp3 fixed point encoder
 
 Access:
  * RTSP authentication with Darwin Streaming Server
@@ -32,8 +36,11 @@ Access:
  * New OSS and Alsa accesses. The v4l2 and v4l modules no longer support
    OSS or Alsa audio input. Use --input-slave alsa:// or oss:// if needed.
  * DVB scanning on linux
- * EXPERIMENTAL Blu-Ray Disc Folder support
+ * EXPERIMENTAL Blu-Ray Disc and AVCHD Folders support
  * On-the-fly zip file decompression and browsing (MRL of the form zip://file.zip|file.avi to specify the file)
+ * Opening of any file descriptor using 'fd://'
+ * MTP device access on Unix
+ * CD-Text support on the cdda module (CD-Audio)
 
 Inputs:
  * Mouse cursor support in x11 and win32 screen modules
@@ -46,8 +53,17 @@ Playlist:
 
 Linux/Windows interface:
  * Recently played items list
- * Interface customizations
  * Global Hotkeys on Windows and Linux
+ * Various fixes for skins2 interface
+ * Interface toolbar customizations
+ * Various Improvements on the Qt interface:
+    - More menus actions
+    - Finer speed slider
+    - Improvements on many dialogs
+    - New dialog for plugins listing
+    - Fixed-size mode for videos
+    - Better teletext, trickplay and encrypted streams control
+ * Better integration in GTK environments
 
 Mac OS X Interface:
  * Reveal-in-Finder functionality for locally stored items.
@@ -72,7 +88,7 @@ Audio output:
 
 Video output:
  * Effects (cube, torus, etc.) removed from OpenGL video output
- * Video is able to stay in original size in fullscreen (hotkey 'o')
+ * Video is able to stay in original size and to zoom in fullscreen (hotkey 'o') while keeping black borders
 
 Miscellanous:
  * Invmem, a fake codec to display images from external applications