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
cafbde3b
Commit
cafbde3b
authored
May 12, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* prepare 0.8.2-test1
* update NEWS
parent
b88c8a03
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9812 additions
and
82 deletions
+9812
-82
ChangeLog
ChangeLog
+9781
-66
NEWS
NEWS
+23
-8
configure.ac
configure.ac
+2
-2
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+3
-3
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
No files found.
ChangeLog
View file @
cafbde3b
This diff is collapsed.
Click to expand it.
NEWS
View file @
cafbde3b
$Id$
Changes between 0.8.1 and 0.8.2-
svn2
:
Changes between 0.8.1 and 0.8.2-
test1
:
-----------------------------------------------------
Core support:
...
...
@@ -19,8 +19,11 @@ Core support:
* Renamed --spumargin to --sub-margin
* Renamed --audio-channel to --audio-track
* Renamed --filter to --vout-filter
Multiple video filters are now seperated by ',' instead of ':'
* filters, extra interfaces, visualizations and service discovery modules are
now seperated by ':' instead of ','
* Access filter architecture
* Track selection based on preferred language (--sub-language and --audio-language)
* Zsh autocompletion for vlc's arguments
* Many bugfixes...
Input/Demuxers:
...
...
@@ -32,6 +35,7 @@ Input/Demuxers:
* RTSP UDP->TCP rollover support
* Massive Matroska improvements
* Support for XA and VOC audio files
* TiVo demuxer
* Samba (Windows shares) access module
* Improved CDDAX module (uses several playlist items)
* Fixes to Linux DVB support
...
...
@@ -43,13 +47,18 @@ Decoders / Encoders:
* Improvements to DVB subtitles encoder
* Support for Apple Lossless Audio Codec
Services discovery
Access filters:
* New Record and Timeshift filters
Services discovery:
* New type of modules, that add items to the playlist
* Brand new SAP module
* To enable SAP, you now need to use "-S sap" or add SAP in
the "Manage->Services Discovery" menu
( IPv6 SAP is now enabled by default )
* HAL (Hardware Abstraction Layer) discovery
* DAAP (iTunes shares) support
* Shoutcast
Audio output:
* Support for 20/24 bits LPCM
...
...
@@ -59,7 +68,6 @@ Video output:
* Image file video output (png)
* Motion detection filter (can trigger playlist actions)
* Improvements to wall video filter
* Mosaic (picture-in-picture system)
* Support for font color and opacity
* Fixed Mac OS X OpenGL output
...
...
@@ -69,16 +77,19 @@ Stream output:
* VLM / VoD
- Ability to load a configuration file on startup
- Seeking support in VoD streams
* Mosaic (picture-in-picture system)
Interfaces:
* wxWidgets
* wxWidgets
- Redesigned playlist : add playlist, add directory, ...
- Improved preferences
- Improvements to the wizard
- DVD, VCD and Audio CD navigation buttons
* MacOS X
- Redesigned playlist
- Improved preferences
* Skins
- Support for multiple actions
- Fixes
* HTTP
- Support for the new playlist system
...
...
@@ -90,13 +101,16 @@ Windows port:
* DirectShow tuner configuration
* Support for no-decoration windows
MacOS X port:
* Many Tiger related fixes
BeOS port:
* Support for single-buffered overlay
Pocket PC port:
* Many fixes
* New interface
* New video output
* New video output
Mozilla Plugin:
* Javascript fixes
...
...
@@ -107,9 +121,10 @@ IE Plugin:
Translations:
The following languages were added
* Catalan
* Danish
* Greek
* Hindi
* Hindi
* Pashto
* Burmese
* Tetum
...
...
configure.ac
View file @
cafbde3b
dnl Autoconf settings for vlc
dnl $Id$
AC_INIT(vlc,0.8.2-
svn2
)
AC_INIT(vlc,0.8.2-
test1
)
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
...
...
@@ -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.8.2-
svn2
)
AM_INIT_AUTOMAKE(vlc,0.8.2-
test1
)
AM_CONFIG_HEADER(config.h)
dnl
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
cafbde3b
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.2-
svn
";
CFBundleGetInfoString = "VLC media player 0.8.2-
svn, Copyright (c) 1996-2004
VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-200
4
VideoLAN.";
CFBundleShortVersionString = "0.8.2-
test1
";
CFBundleGetInfoString = "VLC media player 0.8.2-
test1, Copyright (c) 1996-2005
VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-200
5
VideoLAN.";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
cafbde3b
...
...
@@ -659,7 +659,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.2-
svn, Copyright (c) 1996-2003
VideoLAN.</string>
<string>VLC media player 0.8.2-
test1, Copyright (c) 1996-2004
VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
@@ -671,7 +671,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.2-
svn
</string>
<string>0.8.2-
test1
</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
...
...
@@ -728,7 +728,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.2-
svn
</string>
<string>0.8.2-
test1
</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