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
d91172cf
Commit
d91172cf
authored
May 16, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not uselessly include vlc_vout.h in video_chroma.
parent
8fd85601
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
10 deletions
+0
-10
modules/video_chroma/grey_yuv.c
modules/video_chroma/grey_yuv.c
+0
-1
modules/video_chroma/i420_rgb.c
modules/video_chroma/i420_rgb.c
+0
-1
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb16.c
+0
-1
modules/video_chroma/i420_rgb8.c
modules/video_chroma/i420_rgb8.c
+0
-1
modules/video_chroma/i420_ymga.c
modules/video_chroma/i420_ymga.c
+0
-1
modules/video_chroma/i420_yuy2.c
modules/video_chroma/i420_yuy2.c
+0
-1
modules/video_chroma/i422_i420.c
modules/video_chroma/i422_i420.c
+0
-1
modules/video_chroma/i422_yuy2.c
modules/video_chroma/i422_yuy2.c
+0
-1
modules/video_chroma/yuy2_i420.c
modules/video_chroma/yuy2_i420.c
+0
-1
modules/video_chroma/yuy2_i422.c
modules/video_chroma/yuy2_i422.c
+0
-1
No files found.
modules/video_chroma/grey_yuv.c
View file @
d91172cf
...
...
@@ -32,7 +32,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#define SRC_FOURCC "GREY"
#define DEST_FOURCC "I420,YUY2"
...
...
modules/video_chroma/i420_rgb.c
View file @
d91172cf
...
...
@@ -35,7 +35,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#include "i420_rgb.h"
#if defined (MODULE_NAME_IS_i420_rgb)
...
...
modules/video_chroma/i420_rgb16.c
View file @
d91172cf
...
...
@@ -32,7 +32,6 @@
#include <vlc/vlc.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#include "i420_rgb.h"
#if defined (MODULE_NAME_IS_i420_rgb)
...
...
modules/video_chroma/i420_rgb8.c
View file @
d91172cf
...
...
@@ -31,7 +31,6 @@
#include <vlc/vlc.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#include "i420_rgb.h"
#include "i420_rgb_c.h"
...
...
modules/video_chroma/i420_ymga.c
View file @
d91172cf
...
...
@@ -34,7 +34,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#define SRC_FOURCC "I420,IYUV,YV12"
#define DEST_FOURCC "YMGA"
...
...
modules/video_chroma/i420_yuy2.c
View file @
d91172cf
...
...
@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#if defined (MODULE_NAME_IS_i420_yuy2_altivec) && defined(HAVE_ALTIVEC_H)
# include <altivec.h>
...
...
modules/video_chroma/i422_i420.c
View file @
d91172cf
...
...
@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#define SRC_FOURCC "I422,J422"
#define DEST_FOURCC "I420,IYUV,J420,YV12,YUVA"
...
...
modules/video_chroma/i422_yuy2.c
View file @
d91172cf
...
...
@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#include "i422_yuy2.h"
...
...
modules/video_chroma/yuy2_i420.c
View file @
d91172cf
...
...
@@ -32,7 +32,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv"
#define DEST_FOURCC "I420"
...
...
modules/video_chroma/yuy2_i422.c
View file @
d91172cf
...
...
@@ -32,7 +32,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include <vlc_vout.h>
#define SRC_FOURCC "YUY2,YUNV,YVYU,UYVY,UYNV,Y422,cyuv"
#define DEST_FOURCC "I422"
...
...
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