Commit 8e8c87dd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* NEWS:

  - 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
parent 2dd2df69
$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: Changes between 0.5.1a and 0.5.2:
-------------------------------- --------------------------------
...@@ -6,6 +6,8 @@ Changes between 0.5.1a and 0.5.2: ...@@ -6,6 +6,8 @@ Changes between 0.5.1a and 0.5.2:
Core support: Core support:
* advanced config options are now hidden by default. * advanced config options are now hidden by default.
* new --spdif option to use the S/PDIF audio output 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: Codecs:
* support for DV audio through the ffmpeg library. * support for DV audio through the ffmpeg library.
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
AC_INIT(vlc,0.5.2-test2) AC_INIT(vlc,0.5.2-test3)
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Natalya" CODENAME="Natalya"
...@@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM ...@@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support 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. 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) AM_CONFIG_HEADER(config.h)
dnl dnl
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "0.5.1a"; CFBundleShortVersionString = "0.5.2-test3";
CFBundleGetInfoString = "VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.5.2-test3, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.5.2-test2</string> <string>0.5.2-test3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.5.1a</string> <string>0.5.2-test3</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