]> git.sesse.net Git - vlc/blobdiff - NEWS
* ALL: portability fixes.
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index dd973a397c62dfb7e4b7f61bc50a1c01b2caa6c8..0910ed07533351a2126e5551acce5cae2d5e1e20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
-$Id: NEWS,v 1.78 2003/12/13 15:28:41 rocky Exp $
+$Id: NEWS,v 1.83 2004/02/10 17:36:45 gbazin Exp $
+Changes between 0.7.0 and 0.7.1:
+---------------------------------
+
+Core support:
+ * Fixed a nasty bug that causes preferences not to be saved some times.
+ * IGMPv3 support for VLC under Windows XP
+
+Codecs:
+ * Brand new DTS Coherent Acoustics audio decoder based on libdts
+   (http://www.videolan.org/dtsdec.html)
+ * Fixed DTS S/PDIF output
+ * SVCD (Philips OGT) and CVD subtitles
+
+Playlist:
+ * Internal improvments
+ * Improved import/export
+
+Input:
+ * Experimental support for Nullsoft streaming video(.nsv) and real media(.rm)
+   container formars.
+ * New demux module that uses libavformat from ffmpeg. Adds support for many
+   small and strange formats.
+ * New PVA demux.
+ * New MOD audio demux.
+ * Support for DTS wav files.
+ * Support for DTS audio CD.
+ * New and experimental DVD input plugin with menus support (using libdvdnav).
+
+Stream output:
+ * MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
+ * Fixed a nasty bug in the mpeg video packetizer.
+
+Service discovery:
+ * Fixed sdp in SAP.
+
+Mac OS X port:
+ * New opengl video output plugin.
+
+Win32 port:
+ * A few improvements to the DirectShow input plugin.
 
 Changes between 0.6.2 and 0.7.0:
 ---------------------------------
@@ -10,7 +50,8 @@ Core support:
  * Video outputs are recycled if possible.
    This removes any 'flicker' between two similiar video files.
  * Fixed the video filters. Video should no longer go black when using filters.
- * New input core. Advantages are: better seeking, more responsive, support for subtitle files at the core, and much much more.
+ * New input core. Advantages are: better seeking, more responsive, support for
+   subtitle files at the core, and much much more.
 
 Playlist:
  * Added a repeat mode to repeat a single file over and over.