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
1b8961b8
Commit
1b8961b8
authored
Nov 16, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 0.8.6-test2a
parent
7b90389c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
15 deletions
+14
-15
NEWS
NEWS
+6
-7
configure.ac
configure.ac
+3
-3
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 @
1b8961b8
$Id$
Changes between 0.8.5 and 0.8.6-test2:
Changes between 0.8.5 and 0.8.6-test2
a
:
--------------------------------
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 M
XF fileformat
* ATSC support for DVB
input
* Partial
reading
support for DVR-ms recordings
* Partial
reading support for MXF and G
XF fileformat
* Improved support for Flash Video files
Decoders:
* Native WMV
3
/ VC-1 support
* Native WMV
9
/ 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 accessibl
e when playing videos in fullscreen mode
* Main Menu
uses autohid
e when playing videos in fullscreen mode
* Linux
* Notifications using notification-daemon
...
...
configure.ac
View file @
1b8961b8
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6-test2)
AC_INIT(vlc,0.8.6-test2
a
)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="test2"
VERSION_EXTRA="test2
a
"
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}"
CF
L
AGS="${CFLAGS_save}"
fi
dnl
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
1b8961b8
/* 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-test2
a
";
CFBundleGetInfoString = "VLC media player 0.8.6-test2
a
Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
1b8961b8
...
...
@@ -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-test2
a
, 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-test2
a
</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-test2
a
</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<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