]> git.sesse.net Git - vlc/blobdiff - NEWS
netsync.c: converted to unix file because BeOS' gcc chokes on dos files
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 0196cbe5f9f21cfad57a01fad6645ab485b14693..49dc92ed591521632cd5117076a959d4a0191860 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,62 @@
 $Id$
 
+Changes between 0.7.2 and 0.7.3:
+This version is in development and not yet released.
+--------------------------------
+
+Core support:
+ * Major work on libvlc. Changed/renamed/added funtionality
+ * Complete switch to the new access2 and demux2 systems
+ * New plugins cache to speed up launch time
+ * Fix crash with deinterlace switching
+ * New --play-and-stop feature which stops the playlist after each played item
+ * Daemon mode
+
+Demux:
+ * Support iTunes Music Store previews
+ * Support for MJPEG webcams (i.e. AXIS cams)
+ * Added initial mp4 and mpeg-ts text track support
+ * Windows Media Server RTSP support
+
+Codecs:
+ * G.726 audio support
+ * 14496-17 MPEG TS text support
+ * MPEG-4 text support
+ * DirectX Media Object decoder (allows playing some media types, like WMV3 on Windows)
+
+Stream Output:
+ * Text track muxing for mp4
+ * Multipart mjpeg muxing. Your video is directly viewable in a Mozilla Browser
+ * 14496-17 text track muxing for MPEG TS
+ * H.263 RTP streaming support
+
+Interfaces:
+ * Added search, volume, loop and random functions to the ncurses interface
+ * Added a filesystem browser to the ncurses interface
+ * OSD sliders for volume and postition information
+ * OSD icons for Play and Pause
+ * New Streaming Wizard for Windows and Linux default interfaces
+
+Mac OS X port:
+ * Fixed the "cannot set buffersize:[nope]" coreaudio problem
+ * The MacOSX interface is no longer required to display video
+
+Windows CE PocketPC port:
+ * Brand new port of VLC. Still very experimental
+ * Works with MPEG and Divx
+
+Mozilla plugin:
+ * Added a lot of Javascript accessible funtionality
+ * Volume, position, length, seek etc etc etc.
+
+Misc:
+ * Roku HD1000 Video output
+ * Server-network synchronization module
+ * Experimental SVG rendering module
+ * VBrick streams fully supported
+ * Kasenna MediaBase streams largely supported
+ * Cisco IP/TV streams supported
+
 Changes between 0.7.1 and 0.7.2:
 --------------------------------
 
@@ -16,6 +73,7 @@ Codecs:
  * H264 encoder, demuxer and packetizer.
  * Packetizer interfaces between demux and codec when needed
    (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
+ * Support for Theora alpha3 (both decoding and encoding).
 
 Input:
  * --start-time <sec> and --stop-time <sec> to start and stop playing a 
@@ -25,6 +83,8 @@ Input:
  * New "file-cat" option to play truncated movies.
  * Better handling of meta info (title, author, description, etc...).
  * New options to pass meta info to the input.
+ * It is now possible to stream programs from a DVB-S/C/T stream
+   (satellite, cable, or digital terestrial television)
 
 Demux:
  * Annodex (http://www.annodex.net) support.
@@ -56,29 +116,35 @@ VideoLAN manager:
  * HTTP interface for vlm.
 
 Interfaces:
- * Skins II
+ * Skins II (Windows and Linux only)
     - Ability to embed video output.
     - Support for bitmap fonts.
     - Lots of improvements.
- * wxWindows
+ * wxWindows (default Windows and Linux interface)
     - New design and set of icons.
     - Ability to embed video output.
+    - Support for hotkeys.
+    - Support for bookmarks.
  * Mac OS X
     - Support for 'groups' and playlist item properties.
     - Better hotkeys handling.
 
 Mac OS X port:
  * OpenGL video output is now the default when available.
+ * Added FAAC encoder (mp4a).
+ * Audio output fix to work with multiple streams on a HAL device.
+ * Possible fix for conflict with CodeTek VirtualDesktop (untested).
 
 Win32 port:
  * DirectShow input plugin should work with more devices.
  * Disable monitor power down when watching movies.
+ * Improved Windows installer.
 
 Linux port:
  * PowerPC fixes.
 
 Misc:
- * Improvements to the GOOM visualisation plugin.
+ * Improvements to the Goom visualisation plugin.
  * Roku HD1000 audio output.
 
 Changes between 0.7.1 and 0.7.1a: