Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
d6faf1b8
Commit
d6faf1b8
authored
Nov 14, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Update the version string to 0.8.6-test2
* Update the NEWS
parent
a5e5084d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
11 deletions
+14
-11
NEWS
NEWS
+6
-3
THANKS
THANKS
+1
-1
configure.ac
configure.ac
+2
-2
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+2
-2
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
No files found.
NEWS
View file @
d6faf1b8
$Id$
$Id$
Changes between
0.8.5 and 0.8.6-test1
:
Changes between
1.8.5 and 0.8.6-test2
:
--------------------------------
--------------------------------
Playlist:
Playlist:
...
@@ -13,6 +13,7 @@ Input:
...
@@ -13,6 +13,7 @@ Input:
* ATSC support for DVB
* ATSC support for DVB
* Partial support for DVR-ms recordings
* Partial support for DVR-ms recordings
* Partial support for MXF fileformat
* Partial support for MXF fileformat
* Improved support for Flash Video files
Decoders:
Decoders:
* Native WMV3 / VC-1 support
* Native WMV3 / VC-1 support
...
@@ -21,6 +22,8 @@ Decoders:
...
@@ -21,6 +22,8 @@ Decoders:
* The True Audio Lossless codec support
* The True Audio Lossless codec support
* WavPack support
* WavPack support
* Improved H.264 support (interlaced, speed improvements etc)
* Improved H.264 support (interlaced, speed improvements etc)
* Fixed a problem with MPEG2 field pictures
* Fixed swapped colors on DVB subtitles
Video output:
Video output:
* Additional OpenGL effects (cylinder, torus, sphere, ...)
* Additional OpenGL effects (cylinder, torus, sphere, ...)
...
@@ -34,8 +37,8 @@ Interfaces:
...
@@ -34,8 +37,8 @@ Interfaces:
* Systray support in skins
* Systray support in skins
* OS X
* OS X
* Support for Apple Remote control
* Support for Apple Remote control
* Fullscreen controller panel
* Fullscreen controller panel
(artwork by Simon Damkjær Andersen)
*
new playmode buttons
*
New playmode buttons (artwork by Simon Damkjær Andersen)
* right/ctrl-click menu in video outputs
* right/ctrl-click menu in video outputs
* Main Menu keeps accessible when playing videos in fullscreen mode
* Main Menu keeps accessible when playing videos in fullscreen mode
* Linux
* Linux
...
...
THANKS
View file @
d6faf1b8
...
@@ -131,7 +131,7 @@ Rudolf Cornelissen <rag.cornelissen at inter.nl.net> - BeOS fixes
...
@@ -131,7 +131,7 @@ Rudolf Cornelissen <rag.cornelissen at inter.nl.net> - BeOS fixes
Scott Caudle <dorkmanzcot at gmail dot com> - Visualization, WX
Scott Caudle <dorkmanzcot at gmail dot com> - Visualization, WX
improvements
improvements
Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
Simon Damkj
�
r Andersen <simondamkjaer at gmail.com> - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6)
Simon Damkj
æ
r Andersen <simondamkjaer at gmail.com> - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6)
Steve Lhomme <steve dot lhomme at free dot fr> - MSVC fixes and Matroska enhancements
Steve Lhomme <steve dot lhomme at free dot fr> - MSVC fixes and Matroska enhancements
Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
Steven M. Schultz <sms at TO.GD-ES.COM> - BSD/OS port
Steven M. Schultz <sms at TO.GD-ES.COM> - BSD/OS port
...
...
configure.ac
View file @
d6faf1b8
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6-test
1
)
AC_INIT(vlc,0.8.6-test
2
)
VERSION_MAJOR="0"
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_REVISION="6"
VERSION_EXTRA="test
1
"
VERSION_EXTRA="test
2
"
CONFIGURE_LINE="$0 $*"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
CODENAME="Janus"
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
d6faf1b8
/* Localized versions of Info.plist keys */
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6-test
1
";
CFBundleShortVersionString = "0.8.6-test
2
";
CFBundleGetInfoString = "VLC media player 0.8.6-test
1
Copyright (c) 1996-2006 the VideoLAN team";
CFBundleGetInfoString = "VLC media player 0.8.6-test
2
Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
d6faf1b8
...
@@ -744,7 +744,7 @@
...
@@ -744,7 +744,7 @@
<key>CFBundleExecutable</key>
<key>CFBundleExecutable</key>
<string>VLC</string>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.6-test
1
, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6-test
2
, Copyright (c) 1996-2006 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
<key>CFBundleIdentifier</key>
...
@@ -756,7 +756,7 @@
...
@@ -756,7 +756,7 @@
<key>CFBundlePackageType</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>0.8.6-test
1
</string>
<string>0.8.6-test
2
</string>
<key>CFBundleSignature</key>
<key>CFBundleSignature</key>
<string>VLC#</string>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
<key>CFBundleURLTypes</key>
...
@@ -813,7 +813,7 @@
...
@@ -813,7 +813,7 @@
</dict>
</dict>
</array>
</array>
<key>CFBundleVersion</key>
<key>CFBundleVersion</key>
<string>0.8.6-test
1
</string>
<string>0.8.6-test
2
</string>
<key>NSAppleScriptEnabled</key>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<string>YES</string>
<key>NSMainNibFile</key>
<key>NSMainNibFile</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment