- added item on fix of 'clicking' sound between stream changes.
  - added item on new bandlimited resampler
* ALL:
  - bumped up revision number to 0.5.2-test3
This commit is contained in:
Derk-Jan Hartman 2003-03-04 21:54:03 +00:00
parent 2dd2df6971
commit 8e8c87dd11
4 changed files with 9 additions and 7 deletions

4
NEWS
View File

@ -1,4 +1,4 @@
$Id: NEWS,v 1.25 2003/03/03 19:39:48 hartman Exp $
$Id: NEWS,v 1.26 2003/03/04 21:54:03 hartman Exp $
Changes between 0.5.1a and 0.5.2:
--------------------------------
@ -6,6 +6,8 @@ Changes between 0.5.1a and 0.5.2:
Core support:
* advanced config options are now hidden by default.
* new --spdif option to use the S/PDIF audio output by default.
* fixed a 'clicking' sound when switching between streams.
* new bandlimited resampler that should improve audio quality on primarily Mac OS X.
Codecs:
* support for DV audio through the ffmpeg library.

View File

@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
AC_INIT(vlc,0.5.2-test2)
AC_INIT(vlc,0.5.2-test3)
CONFIGURE_LINE="$0 $*"
CODENAME="Natalya"
@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.5.2-test2)
AM_INIT_AUTOMAKE(vlc,0.5.2-test3)
AM_CONFIG_HEADER(config.h)
dnl

View File

@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.5.1a";
CFBundleGetInfoString = "VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.";
CFBundleShortVersionString = "0.5.2-test3";
CFBundleGetInfoString = "VLC media player 0.5.2-test3, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";

View File

@ -356,7 +356,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2-test2</string>
<string>0.5.2-test3</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
@ -403,7 +403,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.5.1a</string>
<string>0.5.2-test3</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>