Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
9fc20c0a
Commit
9fc20c0a
authored
Jun 05, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS, LIST and subtitles extensions for STL
parent
e811fe62
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
NEWS
NEWS
+3
-1
include/vlc_interface.h
include/vlc_interface.h
+1
-1
modules/LIST
modules/LIST
+2
-0
src/input/subtitles.c
src/input/subtitles.c
+1
-1
No files found.
NEWS
View file @
9fc20c0a
...
...
@@ -47,13 +47,15 @@ Codecs:
* Experimental Hardware decoding using Broadcom CrystalHD cards
* New module for Dirac encoding, using the faster libschroedinger
The Schroedinger module should be prefered to the Dirac one
* New module for decoding EBU subtitles (.stl)
Demuxers:
*
n
ew images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
*
N
ew images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
* C64 SID file playback support using sidplay2
* Ogg seeking improvements
* Support for images/cover art in wma/wmv/asf files
* Improvements in .ape files metadata reading and writing
* New demuxer module for EBU subtitles (.stl)
Interfaces:
* Skins2 / Qt: misc improvements and usability fixes
...
...
include/vlc_interface.h
View file @
9fc20c0a
...
...
@@ -236,7 +236,7 @@ typedef enum vlc_dialog {
EXTENSIONS_PLAYLIST
#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf;*.ass;*.ssa;*.aqt;" \
"*.jss;*.psb;*.rt;*.smi;*.txt;*.smil"
"*.jss;*.psb;*.rt;*.smi;*.txt;*.smil
;*.stl
"
/** \defgroup vlc_interaction Interaction
* \ingroup vlc_interface
...
...
modules/LIST
View file @
9fc20c0a
...
...
@@ -87,6 +87,7 @@ $Id$
* decomp: Decompression module
* deinterlace: naive deinterlacing filter
* demux_cdg: Demuxer for CD-G files (Karaoke)
* demux_stl: EBU STL subtitles demuxer
* demuxdump: Pseudo-demuxer that dumps the stream
* dirac: BBC Dirac codec
* direct2d: video output module using the Direct2D API
...
...
@@ -288,6 +289,7 @@ $Id$
* spudec: RLE DVD subtitles decoder
* sqlite: manage an SQLite database
* stats: Stats encoder function
* stl: EBU STL decoder
* stream_filter_httplive: HTTP Live streaming for playback
* stream_filter_rar: Stream filter to read inside Rar files
* stream_filter_record: record any stream instantly
...
...
src/input/subtitles.c
View file @
9fc20c0a
...
...
@@ -60,7 +60,7 @@ static const char const sub_exts[][6] = {
"rt"
,
"aqt"
,
"txt"
,
"usf"
,
"jss"
,
"cdg"
,
"psb"
,
"mpsub"
,
"mpl2"
,
"pjs"
,
"dks"
,
"pjs"
,
"dks"
,
"stl"
,
""
};
...
...
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