[vlc-commits] Add .txd extension

Jean-Baptiste Kempf git at videolan.org
Sun Jan 12 17:02:02 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 12 16:53:02 2014 +0100| [2a036fb478396f613d1f2b837c0737e1a8a414ec] | committer: Jean-Baptiste Kempf

Add .txd extension

But do not register it by default on Windows.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a036fb478396f613d1f2b837c0737e1a8a414ec
---

 NEWS                        |    2 +-
 include/vlc_interface.h     |    4 ++--
 share/lua/http/js/common.js |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index cbde1bc..730b7c8 100644
--- a/NEWS
+++ b/NEWS
@@ -43,7 +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
+ * Support THP Wii/Gamecube, RenderWare video files
 
 Muxers:
  * Important rework of the Ogg muxer, notably for skeleton
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 35e1412..a947dba 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -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", "thp", "tod", "ts", "tts", "vob", "vro", \
+                             "rec", "rm", "rmvb", "thp", "tod", "ts", "tts", "txd", "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;*.thp;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
+                         "*.rec;*.rm;*.rmvb;*.thp;*.tod;*.ts;*.tts;*.txd;*.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"
 
diff --git a/share/lua/http/js/common.js b/share/lua/http/js/common.js
index b09259c..95440c5 100644
--- a/share/lua/http/js/common.js
+++ b/share/lua/http/js/common.js
@@ -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", "thp", "ts", "vob", "wmv", "xesc" ];
+           "rec", "rm", "rmvb", "thp", "ts", "txd", "vob", "wmv", "xesc" ];
 var audio_types = [
         "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it",
         "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",



More information about the vlc-commits mailing list