]> git.sesse.net Git - vlc/commitdiff
Add .thp extension
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 Jan 2014 15:50:43 +0000 (16:50 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 Jan 2014 15:50:43 +0000 (16:50 +0100)
NEWS
extras/package/win32/NSIS/helpers/extensions.nsh
include/vlc_interface.h
share/lua/http/js/common.js

diff --git a/NEWS b/NEWS
index cbcf9be331bd5c6a228a4d9e9faa94601c927066..cbde1bc1e4774cb47e886cf7abaf9b8dcc5fb9ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,7 @@ Demuxer:
  * Support HDPR TS files
  * Improvements in metadata support in Ogg/Opus/Vorbis files
  * Fix encoding issues in some XML playlist formats
+ * Support THP Wii/Gamecube files
 
 Muxers:
  * Important rework of the Ogg muxer, notably for skeleton
index 05a4807e3c418db55d08c46f80d272cf45943603..9a8acc9628065a23d9ae4c1c7f884ba4c1417ead 100644 (file)
@@ -196,6 +196,7 @@ FunctionEnd
   !insertmacro ${_action} Video ".rec"
   !insertmacro ${_action} Video ".rm"
   !insertmacro ${_action} Video ".rmvb"
+  !insertmacro ${_action} Video ".thp"
   !insertmacro ${_action} Video ".tod"
   !insertmacro ${_action} Video ".ts"
   !insertmacro ${_action} Video ".tts"
index d016d0af3a9720854747eaa940181f8ac7aec3f9..35e1412f0a5481a71cc3dc077f3b949708467df1 100644 (file)
@@ -194,7 +194,7 @@ typedef enum vlc_dialog {
                              "mp2", "mp2v", "mp4", "mp4v", "mpe", "mpeg", "mpeg1", \
                              "mpeg2", "mpeg4", "mpg", "mpv2", "mts", "mtv", "mxf", "mxg", "nsv", "nuv", \
                              "ogg", "ogm", "ogv", "ogx", "ps", \
-                             "rec", "rm", "rmvb", "tod", "ts", "tts", "vob", "vro", \
+                             "rec", "rm", "rmvb", "thp", "tod", "ts", "tts", "vob", "vro", \
                              "webm", "wm", "wmv", "wtv", "xesc"
 
 #define EXTENSIONS_AUDIO \
@@ -256,7 +256,7 @@ typedef enum vlc_dialog {
                          "*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpeg1;" \
                          "*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
-                         "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
+                         "*.rec;*.rm;*.rmvb;*.thp;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
 
 #define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wvx;*.zip;*.conf"
 
index 5b36968d5e1feaff79f8bc58bafd5fe5d01e2768..b09259c881fac524337c09fc0c042f092cd3137f 100644 (file)
@@ -6,7 +6,7 @@ var video_types = [
            "mp2", "mp4", "mpeg", "mpeg1",
            "mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv",
            "ogg", "ogm", "ogv", "ogx", "ps",
-           "rec", "rm", "rmvb", "ts", "vob", "wmv", "xesc" ];
+           "rec", "rm", "rmvb", "thp", "ts", "vob", "wmv", "xesc" ];
 var audio_types = [
         "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it",
         "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",