Commit 1b8961b8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* 0.8.6-test2a

parent 7b90389c
$Id$
Changes between 0.8.5 and 0.8.6-test2:
Changes between 0.8.5 and 0.8.6-test2a:
--------------------------------
Playlist:
......@@ -10,17 +10,16 @@ Input:
* Support for RTSP authentication
* Support for adding subtitles on the fly
* Fixed MPEG-PS duration calculation
* ATSC support for DVB
* Partial support for DVR-ms recordings
* Partial support for MXF fileformat
* ATSC support for DVB input
* Partial reading support for DVR-ms recordings
* Partial reading support for MXF and GXF fileformat
* Improved support for Flash Video files
Decoders:
* Native WMV3 / VC-1 support
* Native WMV9 / VC-1 support
* WMA Speech support (through binary codecs)
* VP5/VP6 - Flash Video support
* The True Audio Lossless codec support
* WavPack support
* Improved H.264 support (interlaced, speed improvements etc)
* Fixed a problem with MPEG2 field pictures
* Fixed swapped colors on DVB subtitles
......@@ -40,7 +39,7 @@ Interfaces:
* Fullscreen controller panel (artwork by Simon Damkjær Andersen)
* New playmode buttons (artwork by Simon Damkjær Andersen)
* right/ctrl-click menu in video outputs
* Main Menu keeps accessible when playing videos in fullscreen mode
* Main Menu uses autohide when playing videos in fullscreen mode
* Linux
* Notifications using notification-daemon
......
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6-test2)
AC_INIT(vlc,0.8.6-test2a)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="test2"
VERSION_EXTRA="test2a"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
......@@ -3993,7 +3993,7 @@ then
],[
AC_MSG_ERROR([You don't have libglide. Install it or do not use --enable-glide])
])
CFAGS="${CFLAGS_save}"
CFLAGS="${CFLAGS_save}"
fi
dnl
......
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6-test2";
CFBundleGetInfoString = "VLC media player 0.8.6-test2 Copyright (c) 1996-2006 the VideoLAN team";
CFBundleShortVersionString = "0.8.6-test2a";
CFBundleGetInfoString = "VLC media player 0.8.6-test2a Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
......@@ -744,7 +744,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.6-test2, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6-test2a, Copyright (c) 1996-2006 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
......@@ -756,7 +756,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.6-test2</string>
<string>0.8.6-test2a</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
......@@ -813,7 +813,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.6-test2</string>
<string>0.8.6-test2a</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<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