Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
b474765b
Commit
b474765b
authored
May 12, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the NEWS and the dialogs for the subtitles support.
parent
6f9ce7c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
33 deletions
+42
-33
NEWS
NEWS
+9
-2
include/vlc_interface.h
include/vlc_interface.h
+33
-31
No files found.
NEWS
View file @
b474765b
...
...
@@ -84,8 +84,6 @@ Input/Demuxers:
Decoders:
* VP60/VP61/VP6F/VP62 support
* MKV USF subtitles support
* HTML-based subtitles support
* Flash Screen Video support
* CamStudio Screen Video support
* DosBox Capture support
...
...
@@ -100,7 +98,16 @@ Decoders:
* NellyMoser ASAO support
* APE (Monkey audio) support
* VBI & EBU (Teletext) support
Subtitles:
* 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:
* Flash Screen Video support
...
...
include/vlc_interface.h
View file @
b474765b
...
...
@@ -154,36 +154,36 @@ VLC_EXPORT( int, __intf_Eject, ( vlc_object_t *, const char * ) );
/* Interface dialog ids for dialog providers */
typedef
enum
vlc_dialog
{
INTF_DIALOG_FILE_SIMPLE
=
1
,
INTF_DIALOG_FILE
,
INTF_DIALOG_DISC
,
INTF_DIALOG_NET
,
INTF_DIALOG_CAPTURE
,
INTF_DIALOG_SAT
,
INTF_DIALOG_DIRECTORY
,
INTF_DIALOG_STREAMWIZARD
,
INTF_DIALOG_WIZARD
,
INTF_DIALOG_PLAYLIST
,
INTF_DIALOG_MESSAGES
,
INTF_DIALOG_FILEINFO
,
INTF_DIALOG_PREFS
,
INTF_DIALOG_BOOKMARKS
,
INTF_DIALOG_EXTENDED
,
INTF_DIALOG_POPUPMENU
=
20
,
INTF_DIALOG_AUDIOPOPUPMENU
,
INTF_DIALOG_VIDEOPOPUPMENU
,
INTF_DIALOG_MISCPOPUPMENU
,
INTF_DIALOG_FILE_GENERIC
=
30
,
INTF_DIALOG_INTERACTION
=
50
,
INTF_DIALOG_UPDATEVLC
=
90
,
INTF_DIALOG_VLM
,
INTF_DIALOG_EXIT
=
99
INTF_DIALOG_FILE_SIMPLE
=
1
,
INTF_DIALOG_FILE
,
INTF_DIALOG_DISC
,
INTF_DIALOG_NET
,
INTF_DIALOG_CAPTURE
,
INTF_DIALOG_SAT
,
INTF_DIALOG_DIRECTORY
,
INTF_DIALOG_STREAMWIZARD
,
INTF_DIALOG_WIZARD
,
INTF_DIALOG_PLAYLIST
,
INTF_DIALOG_MESSAGES
,
INTF_DIALOG_FILEINFO
,
INTF_DIALOG_PREFS
,
INTF_DIALOG_BOOKMARKS
,
INTF_DIALOG_EXTENDED
,
INTF_DIALOG_POPUPMENU
=
20
,
INTF_DIALOG_AUDIOPOPUPMENU
,
INTF_DIALOG_VIDEOPOPUPMENU
,
INTF_DIALOG_MISCPOPUPMENU
,
INTF_DIALOG_FILE_GENERIC
=
30
,
INTF_DIALOG_INTERACTION
=
50
,
INTF_DIALOG_UPDATEVLC
=
90
,
INTF_DIALOG_VLM
,
INTF_DIALOG_EXIT
=
99
}
vlc_dialog_t
;
/* Useful text messages shared by interfaces */
...
...
@@ -202,7 +202,8 @@ typedef enum vlc_dialog {
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
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
* \ingroup vlc_interface
...
...
@@ -241,6 +242,7 @@ struct interaction_dialog_t
vlc_object_t
*
p_parent
;
///< The vlc object that asked
//for interaction
};
/**
* Possible flags . Dialog types
*/
...
...
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