Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ae141f9a
Commit
ae141f9a
authored
Aug 10, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: preparing for a 0.6.2 release
parent
8a07cfad
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
11 deletions
+31
-11
NEWS
NEWS
+22
-2
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
share/vlc_win32_rc.rc
share/vlc_win32_rc.rc
+1
-1
No files found.
NEWS
View file @
ae141f9a
$Id: NEWS,v 1.6
2 2003/08/05 11:54:11 jpsama
n Exp $
$Id: NEWS,v 1.6
3 2003/08/10 21:26:07 gbazi
n Exp $
Changes between 0.6.1 and 0.6.2:
---------------------------------
Core support:
* Fixed a nasty regression in 0.6.1 which made some streams unplayable.
Stream output:
* Transcoder now generates proper pts/dts thus should work a lot better.
* Improved MPEG TS muxer.
Access input:
* Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
* Few fixes to the VCD navigation.
UNIX ports:
* ALSA multi-channel support fixed and tested.
* Fixed fullscreen with gnome metacity.
Win32 port:
* Fixed VCD support which was broken on some machines.
iPaq port:
* Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated)
* Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
Miscellaneous:
* Text subtitles now centered on the picture.
* Ffmpeg decoder now generates proper pts and can be used to play
mpeg1/2 videos.
Changes between 0.6.0 and 0.6.1:
---------------------------------
...
...
configure.ac
View file @
ae141f9a
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.5
4 2003/08/05 11:54:11 jpsama
n Exp $
dnl $Id: configure.ac,v 1.5
5 2003/08/10 21:26:07 gbazi
n Exp $
AC_INIT(vlc,0.6.2
-cvs
)
AC_INIT(vlc,0.6.2)
CONFIGURE_LINE="$0 $*"
CODENAME="Trevelyan"
...
...
@@ -13,7 +13,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.6.2
-cvs
)
AM_INIT_AUTOMAKE(vlc,0.6.2)
AM_CONFIG_HEADER(config.h)
dnl
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
ae141f9a
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.6.2
-cvs
";
CFBundleGetInfoString = "VLC media player 0.6.2
-cvs
, Copyright (c) 1996-2003 VideoLAN.";
CFBundleShortVersionString = "0.6.2";
CFBundleGetInfoString = "VLC media player 0.6.2, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
ae141f9a
...
...
@@ -415,7 +415,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.6.2
-cvs
, Copyright (c) 1996-2003 VideoLAN.</string>
<string>VLC media player 0.6.2, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
@@ -427,7 +427,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2
-cvs
</string>
<string>0.6.2</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
...
...
@@ -474,7 +474,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6.2
-cvs
</string>
<string>0.6.2</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
...
...
share/vlc_win32_rc.rc
View file @
ae141f9a
...
...
@@ -17,7 +17,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "VideoLAN"
VALUE "FileVersion", "0.6.
1
"
VALUE "FileVersion", "0.6.
2
"
VALUE "FileDescription", "VLC media player"
VALUE "LegalCopyright", "(c) 1996-2003 VideoLAN"
END
...
...
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