]> git.sesse.net Git - vlc/blobdiff - NEWS
avformat mux: remove unused variables
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index c198527085e7f7b4214c0e1a1219f5285358c447..e4cec4931bdc4ce66c8909b67baeba377e8f24d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ Access:
  * Support for the sftp protocol
  * Support for CDDB servers for Audio-CD on Windows version
  * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
- * New memory input module to feed VLC from data in memory
+ * New memory input (imem) module to feed VLC from data in memory
+ * New avio module to use libavformat capabilities for network streams
 
 Decoders:
  * Support for Atrac1
@@ -19,7 +20,7 @@ Demuxers:
  * Support for ADPCM in .flv streams
  * EXPERIMENTAL support for .aob files from DVD-Audio (MLP and LPCM)
    (Full disc support is NOT present yet)
- * Support for TwinVQ (.vqf) files
+ * Support for TwinVQ (.vqf) and AMV (.amv) files
  * Various EGP improvements
 
 Playlist:
@@ -48,7 +49,7 @@ Video Output:
  * Rewrite of the video output core and most video outputs
  * Added desktop mode to the Direct3D output module. It differs from DirectX
    desktop mode, because it hides the desktop icons, but reacts to mouse clicks.
- * New x11 and xv modules based on XCB
+ * New x11, glx and xv modules based on XCB
  * New deinterlacing modes based on yadif and yadif(x2)
  * New audio/video filter to show audio level on the video output
 
@@ -81,6 +82,8 @@ Removed modules:
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
  * linear_resampler and trivial_resampler are removed. Use the ugly one.
  * XvMC accelerated modules
+ * WinCE interface
+ * opie, qte and qte_main
 
 
 Changes between 1.0.2 and 1.0.3: