Commit 1b6136ee authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* 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 :)
parent a131a15d
$Id$ $Id$
Changes between 0.7.2 and 0.8.0: Changes between 0.7.2 and 0.8.0:
This version is in development and not yet released.
----------------------------------------------------- -----------------------------------------------------
Core support: Core support:
...@@ -30,7 +29,7 @@ Demuxers: ...@@ -30,7 +29,7 @@ Demuxers:
* Windows Media Server RTSP support * Windows Media Server RTSP support
* Support for MPEG TS streams with error correction (204/192 bytes TS packets) * 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) * 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 * Improved Ogg demuxer
* Support for MPEG PS streams with MPEG 4 video. * Support for MPEG PS streams with MPEG 4 video.
* Support for so called AACPlus webstreams * Support for so called AACPlus webstreams
......
...@@ -134,11 +134,30 @@ ...@@ -134,11 +134,30 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </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> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>spx</string> <string>spx</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Speex Audio File</string> <string>Speex Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -149,6 +168,8 @@ ...@@ -149,6 +168,8 @@
<array> <array>
<string>sdp</string> <string>sdp</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Session Description Protocol File</string> <string>Session Description Protocol File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -278,6 +299,8 @@ ...@@ -278,6 +299,8 @@
<array> <array>
<string>aac</string> <string>aac</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>AAC file</string> <string>AAC file</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -423,6 +446,8 @@ ...@@ -423,6 +446,8 @@
<array> <array>
<string>m2a</string> <string>m2a</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-1/2 Audio File</string> <string>MPEG-1/2 Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -433,6 +458,8 @@ ...@@ -433,6 +458,8 @@
<array> <array>
<string>mp1</string> <string>mp1</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG Audio Layer 1</string> <string>MPEG Audio Layer 1</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -443,6 +470,8 @@ ...@@ -443,6 +470,8 @@
<array> <array>
<string>mp2</string> <string>mp2</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG Audio Layer 2</string> <string>MPEG Audio Layer 2</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -466,6 +495,8 @@ ...@@ -466,6 +495,8 @@
<string>m2p</string> <string>m2p</string>
<string>ps</string> <string>ps</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-2 Program Stream</string> <string>MPEG-2 Program Stream</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -476,6 +507,8 @@ ...@@ -476,6 +507,8 @@
<array> <array>
<string>ts</string> <string>ts</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg2.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-2 Transport Stream</string> <string>MPEG-2 Transport Stream</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -499,6 +532,8 @@ ...@@ -499,6 +532,8 @@
<array> <array>
<string>mpa</string> <string>mpa</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-2 Audio File</string> <string>MPEG-2 Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -508,6 +543,8 @@ ...@@ -508,6 +543,8 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>mp4</string> <string>mp4</string>
<string>m4a</string>
<string>m4p</string>
</array> </array>
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string> <string>mpeg4.icns</string>
...@@ -521,6 +558,8 @@ ...@@ -521,6 +558,8 @@
<array> <array>
<string>3gp</string> <string>3gp</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>3GPP File</string> <string>3GPP File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -531,6 +570,8 @@ ...@@ -531,6 +570,8 @@
<array> <array>
<string>mka</string> <string>mka</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Matroska Audio File</string> <string>Matroska Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -541,6 +582,8 @@ ...@@ -541,6 +582,8 @@
<array> <array>
<string>mkv</string> <string>mkv</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Matroska Video File</string> <string>Matroska Video File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -551,6 +594,8 @@ ...@@ -551,6 +594,8 @@
<array> <array>
<string>mks</string> <string>mks</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Matroska Elementry Stream</string> <string>Matroska Elementry Stream</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -562,6 +607,8 @@ ...@@ -562,6 +607,8 @@
<string>m4a</string> <string>m4a</string>
<string>m4p</string> <string>m4p</string>
</array> </array>
<key>CFBundleTypeIconFile</key>
<string>mpeg4.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-4 Audio File</string> <string>MPEG-4 Audio File</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
...@@ -618,6 +665,16 @@ ...@@ -618,6 +665,16 @@
<string>mms</string> <string>mms</string>
</array> </array>
</dict> </dict>
<dict>
<key>CFBundleURLIconFile</key>
<string>generic</string>
<key>CFBundleURLName</key>
<string>RTSP</string>
<key>CFBundleURLSchemes</key>
<array>
<string>rtsp</string>
</array>
</dict>
<dict> <dict>
<key>CFBundleURLIconFile</key> <key>CFBundleURLIconFile</key>
<string>generic</string> <string>generic</string>
......
...@@ -229,6 +229,7 @@ SubSection "File type associations" SEC04 ...@@ -229,6 +229,7 @@ SubSection "File type associations" SEC04
!insertmacro RegisterExtensionSection ".pls" !insertmacro RegisterExtensionSection ".pls"
!insertmacro RegisterExtensionSection ".spx" !insertmacro RegisterExtensionSection ".spx"
!insertmacro RegisterExtensionSection ".vob" !insertmacro RegisterExtensionSection ".vob"
!insertmacro RegisterExtensionSection ".vlc"
!insertmacro RegisterExtensionSection ".wav" !insertmacro RegisterExtensionSection ".wav"
!insertmacro RegisterExtensionSection ".wma" !insertmacro RegisterExtensionSection ".wma"
!insertmacro RegisterExtensionSection ".wmv" !insertmacro RegisterExtensionSection ".wmv"
...@@ -315,6 +316,7 @@ Section Uninstall ...@@ -315,6 +316,7 @@ Section Uninstall
!insertmacro UnRegisterExtensionSection ".pls" !insertmacro UnRegisterExtensionSection ".pls"
!insertmacro UnRegisterExtensionSection ".spx" !insertmacro UnRegisterExtensionSection ".spx"
!insertmacro UnRegisterExtensionSection ".vob" !insertmacro UnRegisterExtensionSection ".vob"
!insertmacro UnRegisterExtensionSection ".vlc"
!insertmacro UnRegisterExtensionSection ".wav" !insertmacro UnRegisterExtensionSection ".wav"
!insertmacro UnRegisterExtensionSection ".wma" !insertmacro UnRegisterExtensionSection ".wma"
!insertmacro UnRegisterExtensionSection ".wmv" !insertmacro UnRegisterExtensionSection ".wmv"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment