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
9dec8bef
Commit
9dec8bef
authored
Feb 08, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: bumped version number to 0.7.1 in preparation for the release.
parent
0192ffc2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2501 additions
and
9 deletions
+2501
-9
ChangeLog
ChangeLog
+2474
-0
NEWS
NEWS
+20
-2
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.
ChangeLog
View file @
9dec8bef
This diff is collapsed.
Click to expand it.
NEWS
View file @
9dec8bef
$Id: NEWS,v 1.8
1 2004/01/31 18:02:31 alexis
Exp $
$Id: NEWS,v 1.8
2 2004/02/08 21:36:39 gbazin
Exp $
Changes between 0.7.0 and 0.7.1:
---------------------------------
Core support:
* Fixed a nasty bug that causes preferences not to be saved some times.
* SVCD (Philips OGT) and CVD subtitles
* IGMPv3 support for VLC under Windows XP
Codecs:
* Brand new DTS Coherent Acoustics audio decoder based on libdts
(http://www.videolan.org/dtsdec.html)
* Fixed DTS S/PDIF output
* SVCD (Philips OGT) and CVD subtitles
Playlist:
* Internal improvments
* Improved import/export
...
...
@@ -16,10 +21,23 @@ Input:
container formars.
* New demux module that uses libavformat from ffmpeg. Adds support for many
small and strange formats.
* Support for DTS wav files
* Support for DTS audio CD
* New and experimental DVD input plugin with menus support (using libdvdnav).
Stream output:
* MP4/MOV muxer improvements (fast-start, aac in mov, etc...)
* Fixed a nasty bug in the mpeg video packetizer
Service discovery:
* Fixed sdp in SAP
Mac OS X port:
* New opengl video output plugin.
Win32 port:
* A few improvements to the DirectShow input plugin.
Changes between 0.6.2 and 0.7.0:
---------------------------------
...
...
configure.ac
View file @
9dec8bef
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.17
2 2004/02/08 21:00:19 jpsama
n Exp $
dnl $Id: configure.ac,v 1.17
3 2004/02/08 21:36:39 gbazi
n Exp $
AC_INIT(vlc,0.7.1
-cvs
)
AC_INIT(vlc,0.7.1)
CONFIGURE_LINE="$0 $*"
CODENAME="Bond"
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
9dec8bef
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.7.1
-cvs
";
CFBundleGetInfoString = "VLC media player 0.7.1
-cvs
, Copyright (c) 1996-2004 VideoLAN.";
CFBundleShortVersionString = "0.7.1";
CFBundleGetInfoString = "VLC media player 0.7.1, Copyright (c) 1996-2004 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
9dec8bef
...
...
@@ -525,7 +525,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.7.1
-cvs
, Copyright (c) 1996-2003 VideoLAN.</string>
<string>VLC media player 0.7.1, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
@@ -537,7 +537,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1
-cvs
</string>
<string>0.7.1</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
...
...
@@ -584,7 +584,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.7.1
-cvs
</string>
<string>0.7.1</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