* added the .vlc fileextension to the win installer and the Mac app.

* Added the application/x-videolan-vlc and appllication/videolan-vlc mimetype to the OSX app
* NEWS: spelling error and remove the 'this version is not yet released' line. Before I forget :)
This commit is contained in:
Derk-Jan Hartman 2004-10-06 11:21:38 +00:00
parent a131a15d95
commit 1b6136ee3e
3 changed files with 60 additions and 2 deletions

3
NEWS
View File

@ -1,7 +1,6 @@
$Id$
Changes between 0.7.2 and 0.8.0:
This version is in development and not yet released.
-----------------------------------------------------
Core support:
@ -30,7 +29,7 @@ Demuxers:
* Windows Media Server RTSP support
* Support for MPEG TS streams with error correction (204/192 bytes TS packets)
* Support for DTS audio in MPEG TS (ETSI TS 102 154 Annex G)
* Skins2 .vlt file loader (only when skin2 is the current interface)
* Skins2 .vlt file loader (only when skins2 is the current interface)
* Improved Ogg demuxer
* Support for MPEG PS streams with MPEG 4 video.
* Support for so called AACPlus webstreams

View File

@ -134,11 +134,30 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vlc</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-videolan-vlc</string>
<string>application/videolan-vlc</string>
</array>
<key>CFBundleTypeName</key>
<string>VLC file</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>spx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>Speex Audio File</string>
<key>CFBundleTypeRole</key>
@ -149,6 +168,8 @@
<array>
<string>sdp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>Session Description Protocol File</string>
<key>CFBundleTypeRole</key>
@ -278,6 +299,8 @@
<array>
<string>aac</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string>
<key>CFBundleTypeName</key>
<string>AAC file</string>
<key>CFBundleTypeRole</key>
@ -423,6 +446,8 @@
<array>
<string>m2a</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG-1/2 Audio File</string>
<key>CFBundleTypeRole</key>
@ -433,6 +458,8 @@
<array>
<string>mp1</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG Audio Layer 1</string>
<key>CFBundleTypeRole</key>
@ -443,6 +470,8 @@
<array>
<string>mp2</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG Audio Layer 2</string>
<key>CFBundleTypeRole</key>
@ -466,6 +495,8 @@
<string>m2p</string>
<string>ps</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG-2 Program Stream</string>
<key>CFBundleTypeRole</key>
@ -476,6 +507,8 @@
<array>
<string>ts</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG-2 Transport Stream</string>
<key>CFBundleTypeRole</key>
@ -499,6 +532,8 @@
<array>
<string>mpa</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG-2 Audio File</string>
<key>CFBundleTypeRole</key>
@ -508,6 +543,8 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>mp4</string>
<string>m4a</string>
<string>m4p</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string>
@ -521,6 +558,8 @@
<array>
<string>3gp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>3GPP File</string>
<key>CFBundleTypeRole</key>
@ -531,6 +570,8 @@
<array>
<string>mka</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>Matroska Audio File</string>
<key>CFBundleTypeRole</key>
@ -541,6 +582,8 @@
<array>
<string>mkv</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>Matroska Video File</string>
<key>CFBundleTypeRole</key>
@ -551,6 +594,8 @@
<array>
<string>mks</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key>
<string>Matroska Elementry Stream</string>
<key>CFBundleTypeRole</key>
@ -562,6 +607,8 @@
<string>m4a</string>
<string>m4p</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string>
<key>CFBundleTypeName</key>
<string>MPEG-4 Audio File</string>
<key>CFBundleTypeRole</key>
@ -618,6 +665,16 @@
<string>mms</string>
</array>
</dict>
<dict>
<key>CFBundleURLIconFile</key>
<string>generic</string>
<key>CFBundleURLName</key>
<string>RTSP</string>
<key>CFBundleURLSchemes</key>
<array>
<string>rtsp</string>
</array>
</dict>
<dict>
<key>CFBundleURLIconFile</key>
<string>generic</string>

View File

@ -229,6 +229,7 @@ SubSection "File type associations" SEC04
!insertmacro RegisterExtensionSection ".pls"
!insertmacro RegisterExtensionSection ".spx"
!insertmacro RegisterExtensionSection ".vob"
!insertmacro RegisterExtensionSection ".vlc"
!insertmacro RegisterExtensionSection ".wav"
!insertmacro RegisterExtensionSection ".wma"
!insertmacro RegisterExtensionSection ".wmv"
@ -315,6 +316,7 @@ Section Uninstall
!insertmacro UnRegisterExtensionSection ".pls"
!insertmacro UnRegisterExtensionSection ".spx"
!insertmacro UnRegisterExtensionSection ".vob"
!insertmacro UnRegisterExtensionSection ".vlc"
!insertmacro UnRegisterExtensionSection ".wav"
!insertmacro UnRegisterExtensionSection ".wma"
!insertmacro UnRegisterExtensionSection ".wmv"