mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
* ALL: bumped version number to 0.7.1 in preparation for the release.
This commit is contained in:
parent
0192ffc2ae
commit
9dec8bef6d
22
NEWS
22
NEWS
@ -1,12 +1,17 @@
|
||||
$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:
|
||||
---------------------------------
|
||||
|
||||
Core support:
|
||||
* 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
|
||||
|
||||
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
|
||||
@ -16,10 +21,23 @@ Input:
|
||||
container formars.
|
||||
* New demux module that uses libavformat from ffmpeg. Adds support for many
|
||||
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:
|
||||
* 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:
|
||||
---------------------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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 $*"
|
||||
CODENAME="Bond"
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "VLC";
|
||||
CFBundleShortVersionString = "0.7.1-cvs";
|
||||
CFBundleGetInfoString = "VLC media player 0.7.1-cvs, Copyright (c) 1996-2004 VideoLAN.";
|
||||
CFBundleShortVersionString = "0.7.1";
|
||||
CFBundleGetInfoString = "VLC media player 0.7.1, Copyright (c) 1996-2004 VideoLAN.";
|
||||
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
|
||||
|
@ -525,7 +525,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>VLC</string>
|
||||
<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>
|
||||
<string>vlc.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -537,7 +537,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.1-cvs</string>
|
||||
<string>0.7.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>VLC#</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -584,7 +584,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.1-cvs</string>
|
||||
<string>0.7.1</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<string>YES</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
Loading…
Reference in New Issue
Block a user