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
8e18f5c6
Commit
8e18f5c6
authored
May 12, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to split the mind boggingly big vlm.c
parent
5ab3b814
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1931 additions
and
1873 deletions
+1931
-1873
src/Makefile.am
src/Makefile.am
+1
-0
src/input/vlm.c
src/input/vlm.c
+112
-1873
src/input/vlm_internal.h
src/input/vlm_internal.h
+5
-0
src/input/vlmshell.c
src/input/vlmshell.c
+1813
-0
No files found.
src/Makefile.am
View file @
8e18f5c6
...
...
@@ -371,6 +371,7 @@ SOURCES_libvlc_common = \
SOURCES_libvlc_sout
=
\
input/vlm.c
\
input/vlmshell.c
\
stream_output/stream_output.c
\
stream_output/stream_output.h
\
stream_output/announce.c
\
...
...
src/input/vlm.c
View file @
8e18f5c6
This diff is collapsed.
Click to expand it.
src/input/vlm_internal.h
View file @
8e18f5c6
...
...
@@ -105,4 +105,9 @@ struct vlm_t
vlm_schedule_sys_t
**
schedule
;
};
int64_t
vlm_Date
(
void
);
int
vlm_ControlInternal
(
vlm_t
*
p_vlm
,
int
i_query
,
...
);
int
ExecuteCommand
(
vlm_t
*
,
const
char
*
,
vlm_message_t
**
);
void
vlm_ScheduleDelete
(
vlm_t
*
vlm
,
vlm_schedule_sys_t
*
sched
);
#endif
src/input/vlmshell.c
0 → 100644
View file @
8e18f5c6
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