Commit b474765b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update the NEWS and the dialogs for the subtitles support.

parent 6f9ce7c3
...@@ -84,8 +84,6 @@ Input/Demuxers: ...@@ -84,8 +84,6 @@ Input/Demuxers:
Decoders: Decoders:
* VP60/VP61/VP6F/VP62 support * VP60/VP61/VP6F/VP62 support
* MKV USF subtitles support
* HTML-based subtitles support
* Flash Screen Video support * Flash Screen Video support
* CamStudio Screen Video support * CamStudio Screen Video support
* DosBox Capture support * DosBox Capture support
...@@ -100,7 +98,16 @@ Decoders: ...@@ -100,7 +98,16 @@ Decoders:
* NellyMoser ASAO support * NellyMoser ASAO support
* APE (Monkey audio) support * APE (Monkey audio) support
* VBI & EBU (Teletext) support * VBI & EBU (Teletext) support
Subtitles:
* Ogg/Kate subtitles support * Ogg/Kate subtitles support
* AQTitle subtitles support
* MKV USF subtitles support
* HTML-based subtitles support
* MPSub subtitles support
* JacoSub subtitles basic support
* MPL2 subtitles support
* Rewrite of ASS/SSA scripts and subtitles support.
Encoders: Encoders:
* Flash Screen Video support * Flash Screen Video support
......
...@@ -202,7 +202,8 @@ typedef enum vlc_dialog { ...@@ -202,7 +202,8 @@ typedef enum vlc_dialog {
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \ #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
EXTENSIONS_PLAYLIST EXTENSIONS_PLAYLIST
#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf" #define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf;*.ass;*.ssa;*.aqt;" \
"*.jss"
/** \defgroup vlc_interaction Interaction /** \defgroup vlc_interaction Interaction
* \ingroup vlc_interface * \ingroup vlc_interface
...@@ -241,6 +242,7 @@ struct interaction_dialog_t ...@@ -241,6 +242,7 @@ struct interaction_dialog_t
vlc_object_t *p_parent; ///< The vlc object that asked vlc_object_t *p_parent; ///< The vlc object that asked
//for interaction //for interaction
}; };
/** /**
* Possible flags . Dialog types * Possible flags . Dialog types
*/ */
......
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