Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
cf4fe30a
Commit
cf4fe30a
authored
Sep 12, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More
parent
8ce6877d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
10 deletions
+14
-10
modules/access_filter/record.c
modules/access_filter/record.c
+4
-1
modules/access_filter/timeshift.c
modules/access_filter/timeshift.c
+3
-1
modules/audio_filter/converter/a52tospdif.c
modules/audio_filter/converter/a52tospdif.c
+2
-2
modules/audio_filter/converter/dtstospdif.c
modules/audio_filter/converter/dtstospdif.c
+1
-1
modules/audio_filter/converter/s16tofloat32swab.c
modules/audio_filter/converter/s16tofloat32swab.c
+1
-2
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+3
-3
No files found.
modules/access_filter/record.c
View file @
cf4fe30a
...
@@ -24,9 +24,12 @@
...
@@ -24,9 +24,12 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <stdlib.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <stdio.h>
#include <stdlib.h>
#include <vlc/input.h>
#include <vlc/input.h>
#include <vlc/vout.h>
#include <vlc/vout.h>
...
...
modules/access_filter/timeshift.c
View file @
cf4fe30a
...
@@ -25,11 +25,13 @@
...
@@ -25,11 +25,13 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <errno.h>
#include <errno.h>
#include <vlc/vlc.h>
#include <vlc/input.h>
#include <vlc/input.h>
#include "charset.h"
#include "charset.h"
...
...
modules/audio_filter/converter/a52tospdif.c
View file @
cf4fe30a
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
#endif
#endif
...
...
modules/audio_filter/converter/dtstospdif.c
View file @
cf4fe30a
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdlib.h>
/* malloc(), free() */
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
#include <string.h>
#include <vlc/vlc.h>
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
...
...
modules/audio_filter/converter/s16tofloat32swab.c
View file @
cf4fe30a
...
@@ -26,11 +26,10 @@
...
@@ -26,11 +26,10 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdlib.h>
/* malloc(), free() */
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
#include <string.h>
#include <vlc/vlc.h>
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
# include <unistd.h>
# include <unistd.h>
#endif
#endif
...
...
modules/audio_output/alsa.c
View file @
cf4fe30a
...
@@ -27,12 +27,12 @@
...
@@ -27,12 +27,12 @@
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdio.h>
#include <errno.h>
/* ENOMEM */
#include <errno.h>
/* ENOMEM */
#include <string.h>
/* strerror() */
#include <string.h>
/* strerror() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
#include <vlc/vlc.h>
#include <vlc/aout.h>
#include <vlc/aout.h>
#include <vlc_interaction.h>
#include <vlc_interaction.h>
...
...
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