Commit 9dec8bef authored by Gildas Bazin's avatar Gildas Bazin

* ALL: bumped version number to 0.7.1 in preparation for the release.
parent 0192ffc2
This diff is collapsed.
$Id: NEWS,v 1.81 2004/01/31 18:02:31 alexis Exp $ $Id: NEWS,v 1.82 2004/02/08 21:36:39 gbazin Exp $
Changes between 0.7.0 and 0.7.1: Changes between 0.7.0 and 0.7.1:
--------------------------------- ---------------------------------
Core support: Core support:
* Fixed a nasty bug that causes preferences not to be saved some times. * Fixed a nasty bug that causes preferences not to be saved some times.
* SVCD (Philips OGT) and CVD subtitles
* IGMPv3 support for VLC under Windows XP * 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: Playlist:
* Internal improvments * Internal improvments
* Improved import/export * Improved import/export
...@@ -16,10 +21,23 @@ Input: ...@@ -16,10 +21,23 @@ Input:
container formars. container formars.
* New demux module that uses libavformat from ffmpeg. Adds support for many * New demux module that uses libavformat from ffmpeg. Adds support for many
small and strange formats. small and strange formats.
* 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: Service discovery:
* Fixed sdp in SAP * 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: Changes between 0.6.2 and 0.7.0:
--------------------------------- ---------------------------------
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.172 2004/02/08 21:00:19 jpsaman Exp $ dnl $Id: configure.ac,v 1.173 2004/02/08 21:36:39 gbazin Exp $
AC_INIT(vlc,0.7.1-cvs) AC_INIT(vlc,0.7.1)
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Bond" CODENAME="Bond"
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "0.7.1-cvs"; CFBundleShortVersionString = "0.7.1";
CFBundleGetInfoString = "VLC media player 0.7.1-cvs, Copyright (c) 1996-2004 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.7.1, Copyright (c) 1996-2004 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
...@@ -525,7 +525,7 @@ ...@@ -525,7 +525,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VLC media player 0.7.1-cvs, Copyright (c) 1996-2003 VideoLAN.</string> <string>VLC media player 0.7.1, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>vlc.icns</string> <string>vlc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.7.1-cvs</string> <string>0.7.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.7.1-cvs</string> <string>0.7.1</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment