Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
e714549a
Commit
e714549a
authored
Jan 12, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .rpl extension
parent
2a036fb4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
NEWS
NEWS
+1
-1
extras/package/win32/NSIS/helpers/extensions.nsh
extras/package/win32/NSIS/helpers/extensions.nsh
+1
-0
include/vlc_interface.h
include/vlc_interface.h
+2
-2
share/lua/http/js/common.js
share/lua/http/js/common.js
+1
-1
No files found.
NEWS
View file @
e714549a
...
...
@@ -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, RenderWare video files
* Support THP Wii/Gamecube, RenderWare
and Escape Replay game
video files
Muxers:
* Important rework of the Ogg muxer, notably for skeleton
...
...
extras/package/win32/NSIS/helpers/extensions.nsh
View file @
e714549a
...
...
@@ -196,6 +196,7 @@ FunctionEnd
!insertmacro ${_action} Video ".rec"
!insertmacro ${_action} Video ".rm"
!insertmacro ${_action} Video ".rmvb"
!insertmacro ${_action} Video ".rpl"
!insertmacro ${_action} Video ".thp"
!insertmacro ${_action} Video ".tod"
!insertmacro ${_action} Video ".ts"
...
...
include/vlc_interface.h
View file @
e714549a
...
...
@@ -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", "txd", "vob", "vro", \
"rec", "rm", "rmvb", "
rpl", "
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;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
"*.rec;*.rm;*.rmvb;*.
rpl;*.
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"
...
...
share/lua/http/js/common.js
View file @
e714549a
...
...
@@ -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
"
,
"
txd
"
,
"
vob
"
,
"
wmv
"
,
"
xesc
"
];
"
rec
"
,
"
rm
"
,
"
rmvb
"
,
"
rpl
"
,
"
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
"
,
...
...
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