Commit 9fc20c0a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS, LIST and subtitles extensions for STL

parent e811fe62
...@@ -47,13 +47,15 @@ Codecs: ...@@ -47,13 +47,15 @@ Codecs:
* Experimental Hardware decoding using Broadcom CrystalHD cards * Experimental Hardware decoding using Broadcom CrystalHD cards
* New module for Dirac encoding, using the faster libschroedinger * New module for Dirac encoding, using the faster libschroedinger
The Schroedinger module should be prefered to the Dirac one The Schroedinger module should be prefered to the Dirac one
* New module for decoding EBU subtitles (.stl)
Demuxers: Demuxers:
* new images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
* C64 SID file playback support using sidplay2 * C64 SID file playback support using sidplay2
* Ogg seeking improvements * Ogg seeking improvements
* Support for images/cover art in wma/wmv/asf files * Support for images/cover art in wma/wmv/asf files
* Improvements in .ape files metadata reading and writing * Improvements in .ape files metadata reading and writing
* New demuxer module for EBU subtitles (.stl)
Interfaces: Interfaces:
* Skins2 / Qt: misc improvements and usability fixes * Skins2 / Qt: misc improvements and usability fixes
......
...@@ -236,7 +236,7 @@ typedef enum vlc_dialog { ...@@ -236,7 +236,7 @@ typedef enum vlc_dialog {
EXTENSIONS_PLAYLIST EXTENSIONS_PLAYLIST
#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf;*.ass;*.ssa;*.aqt;" \ #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 /** \defgroup vlc_interaction Interaction
* \ingroup vlc_interface * \ingroup vlc_interface
......
...@@ -87,6 +87,7 @@ $Id$ ...@@ -87,6 +87,7 @@ $Id$
* decomp: Decompression module * decomp: Decompression module
* deinterlace: naive deinterlacing filter * deinterlace: naive deinterlacing filter
* demux_cdg: Demuxer for CD-G files (Karaoke) * demux_cdg: Demuxer for CD-G files (Karaoke)
* demux_stl: EBU STL subtitles demuxer
* demuxdump: Pseudo-demuxer that dumps the stream * demuxdump: Pseudo-demuxer that dumps the stream
* dirac: BBC Dirac codec * dirac: BBC Dirac codec
* direct2d: video output module using the Direct2D API * direct2d: video output module using the Direct2D API
...@@ -288,6 +289,7 @@ $Id$ ...@@ -288,6 +289,7 @@ $Id$
* spudec: RLE DVD subtitles decoder * spudec: RLE DVD subtitles decoder
* sqlite: manage an SQLite database * sqlite: manage an SQLite database
* stats: Stats encoder function * stats: Stats encoder function
* stl: EBU STL decoder
* stream_filter_httplive: HTTP Live streaming for playback * stream_filter_httplive: HTTP Live streaming for playback
* stream_filter_rar: Stream filter to read inside Rar files * stream_filter_rar: Stream filter to read inside Rar files
* stream_filter_record: record any stream instantly * stream_filter_record: record any stream instantly
......
...@@ -60,7 +60,7 @@ static const char const sub_exts[][6] = { ...@@ -60,7 +60,7 @@ static const char const sub_exts[][6] = {
"rt", "aqt", "txt", "rt", "aqt", "txt",
"usf", "jss", "cdg", "usf", "jss", "cdg",
"psb", "mpsub","mpl2", "psb", "mpsub","mpl2",
"pjs", "dks", "pjs", "dks", "stl",
"" ""
}; };
......
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