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
cae552ce
Commit
cae552ce
authored
May 05, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No functionnal changes.
osd_widget.c and video_widget.c has been merged.
parent
eb95c577
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
312 additions
and
376 deletions
+312
-376
include/vlc_osd.h
include/vlc_osd.h
+0
-11
src/Makefile.am
src/Makefile.am
+0
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-2
src/osd/osd_widgets.c
src/osd/osd_widgets.c
+0
-346
src/video_output/video_widgets.c
src/video_output/video_widgets.c
+312
-16
No files found.
include/vlc_osd.h
View file @
cae552ce
...
@@ -446,17 +446,6 @@ VLC_EXPORT( int, osd_ShowTextRelative, ( spu_t *, int, const char *, const text_
...
@@ -446,17 +446,6 @@ VLC_EXPORT( int, osd_ShowTextRelative, ( spu_t *, int, const char *, const text_
VLC_EXPORT
(
int
,
osd_ShowTextAbsolute
,
(
spu_t
*
,
int
,
const
char
*
,
const
text_style_t
*
,
int
,
int
,
int
,
mtime_t
,
mtime_t
)
);
VLC_EXPORT
(
int
,
osd_ShowTextAbsolute
,
(
spu_t
*
,
int
,
const
char
*
,
const
text_style_t
*
,
int
,
int
,
int
,
mtime_t
,
mtime_t
)
);
VLC_EXPORT
(
void
,
osd_Message
,
(
spu_t
*
,
int
,
char
*
,
...
)
LIBVLC_FORMAT
(
3
,
4
)
);
VLC_EXPORT
(
void
,
osd_Message
,
(
spu_t
*
,
int
,
char
*
,
...
)
LIBVLC_FORMAT
(
3
,
4
)
);
/**
* Default feedback images
*
* Functions that provide the default OSD feedback images on hotkey
* commands. These feedback images are also part of the osd_button_t
* object. The types are declared in the include file include/vlc_osd.h
* @see vlc_osd.h
*/
VLC_EXPORT
(
int
,
osd_Slider
,
(
vlc_object_t
*
,
spu_t
*
,
int
,
int
,
int
,
int
,
int
,
int
,
short
)
);
VLC_EXPORT
(
int
,
osd_Icon
,
(
vlc_object_t
*
,
spu_t
*
,
int
,
int
,
int
,
int
,
int
,
short
)
);
/** @} */
/** @} */
# ifdef __cplusplus
# ifdef __cplusplus
...
...
src/Makefile.am
View file @
cae552ce
...
@@ -394,7 +394,6 @@ SOURCES_libvlc_common = \
...
@@ -394,7 +394,6 @@ SOURCES_libvlc_common = \
audio_output/intf.c
\
audio_output/intf.c
\
osd/osd.c
\
osd/osd.c
\
osd/osd_text.c
\
osd/osd_text.c
\
osd/osd_widgets.c
\
network/acl.c
\
network/acl.c
\
network/getaddrinfo.c
\
network/getaddrinfo.c
\
network/io.c
\
network/io.c
\
...
...
src/libvlccore.sym
View file @
cae552ce
...
@@ -280,7 +280,6 @@ net_Write
...
@@ -280,7 +280,6 @@ net_Write
NTPtime64
NTPtime64
osd_ButtonFind
osd_ButtonFind
osd_ButtonSelect
osd_ButtonSelect
osd_Icon
osd_MenuActivate
osd_MenuActivate
osd_MenuCreate
osd_MenuCreate
osd_MenuDelete
osd_MenuDelete
...
@@ -293,7 +292,6 @@ osd_MenuUp
...
@@ -293,7 +292,6 @@ osd_MenuUp
osd_Message
osd_Message
osd_ShowTextAbsolute
osd_ShowTextAbsolute
osd_ShowTextRelative
osd_ShowTextRelative
osd_Slider
osd_Volume
osd_Volume
path_sanitize
path_sanitize
picture_CopyPixels
picture_CopyPixels
...
...
src/osd/osd_widgets.c
deleted
100644 → 0
View file @
eb95c577
This diff is collapsed.
Click to expand it.
src/video_output/video_widgets.c
View file @
cae552ce
This diff is collapsed.
Click to expand it.
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