Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-vaapi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
135
Issues
135
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-vaapi
Commits
0f662a89
Commit
0f662a89
authored
Jan 29, 2013
by
Gwenole Beauchesne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
legal: add Intel copyright on modified files.
parent
e8ea18b2
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
32 additions
and
0 deletions
+32
-0
gst-libs/gst/vaapi/gstvaapicompat.h
gst-libs/gst/vaapi/gstvaapicompat.h
+1
-0
gst-libs/gst/vaapi/gstvaapidisplay_glx.h
gst-libs/gst/vaapi/gstvaapidisplay_glx.h
+1
-0
gst-libs/gst/vaapi/gstvaapidisplay_x11.h
gst-libs/gst/vaapi/gstvaapidisplay_x11.h
+1
-0
gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
+1
-0
gst-libs/gst/vaapi/gstvaapiimagepool.c
gst-libs/gst/vaapi/gstvaapiimagepool.c
+1
-0
gst-libs/gst/vaapi/gstvaapiimagepool.h
gst-libs/gst/vaapi/gstvaapiimagepool.h
+1
-0
gst-libs/gst/vaapi/gstvaapiobject.c
gst-libs/gst/vaapi/gstvaapiobject.c
+1
-0
gst-libs/gst/vaapi/gstvaapiobject.h
gst-libs/gst/vaapi/gstvaapiobject.h
+1
-0
gst-libs/gst/vaapi/gstvaapiobject_priv.h
gst-libs/gst/vaapi/gstvaapiobject_priv.h
+1
-0
gst-libs/gst/vaapi/gstvaapiparamspecs.c
gst-libs/gst/vaapi/gstvaapiparamspecs.c
+1
-0
gst-libs/gst/vaapi/gstvaapiparamspecs.h
gst-libs/gst/vaapi/gstvaapiparamspecs.h
+1
-0
gst-libs/gst/vaapi/gstvaapiprofile.c
gst-libs/gst/vaapi/gstvaapiprofile.c
+1
-0
gst-libs/gst/vaapi/gstvaapiprofile.h
gst-libs/gst/vaapi/gstvaapiprofile.h
+1
-0
gst-libs/gst/vaapi/gstvaapisurfacepool.c
gst-libs/gst/vaapi/gstvaapisurfacepool.c
+1
-0
gst-libs/gst/vaapi/gstvaapisurfacepool.h
gst-libs/gst/vaapi/gstvaapisurfacepool.h
+1
-0
gst-libs/gst/vaapi/gstvaapitexture.c
gst-libs/gst/vaapi/gstvaapitexture.c
+1
-0
gst-libs/gst/vaapi/gstvaapitexture.h
gst-libs/gst/vaapi/gstvaapitexture.h
+1
-0
gst-libs/gst/vaapi/gstvaapitypes.h
gst-libs/gst/vaapi/gstvaapitypes.h
+1
-0
gst-libs/gst/vaapi/gstvaapiutils_glx.h
gst-libs/gst/vaapi/gstvaapiutils_glx.h
+1
-0
gst-libs/gst/vaapi/gstvaapiutils_x11.h
gst-libs/gst/vaapi/gstvaapiutils_x11.h
+1
-0
gst-libs/gst/vaapi/gstvaapivalue.c
gst-libs/gst/vaapi/gstvaapivalue.c
+1
-0
gst-libs/gst/vaapi/gstvaapivalue.h
gst-libs/gst/vaapi/gstvaapivalue.h
+1
-0
gst-libs/gst/vaapi/gstvaapivideopool.c
gst-libs/gst/vaapi/gstvaapivideopool.c
+1
-0
gst-libs/gst/vaapi/gstvaapivideopool.h
gst-libs/gst/vaapi/gstvaapivideopool.h
+1
-0
gst-libs/gst/vaapi/gstvaapiwindow.h
gst-libs/gst/vaapi/gstvaapiwindow.h
+1
-0
gst-libs/gst/vaapi/gstvaapiwindow_glx.c
gst-libs/gst/vaapi/gstvaapiwindow_glx.c
+1
-0
gst-libs/gst/vaapi/gstvaapiwindow_glx.h
gst-libs/gst/vaapi/gstvaapiwindow_glx.h
+1
-0
gst-libs/gst/vaapi/gstvaapiwindow_x11.c
gst-libs/gst/vaapi/gstvaapiwindow_x11.c
+1
-0
gst-libs/gst/vaapi/gstvaapiwindow_x11.h
gst-libs/gst/vaapi/gstvaapiwindow_x11.h
+1
-0
tests/test-display.c
tests/test-display.c
+1
-0
tests/test-surfaces.c
tests/test-surfaces.c
+1
-0
tests/test-windows.c
tests/test-windows.c
+1
-0
No files found.
gst-libs/gst/vaapi/gstvaapicompat.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvapicompat.h - VA-API compatibility glue
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapidisplay_glx.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapidisplay_glx.h - VA/GLX display abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapidisplay_x11.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapidisplay_x11.h - VA/X11 display abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapidisplay_x11_priv.h - Internal VA/X11 interface
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiimagepool.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiimagepool.c - Gst VA image pool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiimagepool.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiimagepool.h - Gst VA image pool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiobject.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiobject.c - Base VA object
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiobject.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiobject.h - Base VA object
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiobject_priv.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiobject_priv.h - Base VA object (private definitions)
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiparamspecs.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiparamspecs.c - GParamSpecs for some of our types
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiparamspecs.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiparamspecs.h - GParamSpecs for some of our types
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiprofile.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiprofile.c - VA profile abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiprofile.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiprofile.h - VA profile abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapisurfacepool.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapisurfacepool.c - Gst VA surface pool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapisurfacepool.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapisurfacepool.h - Gst VA surface pool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapitexture.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapitexture.c - VA texture abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapitexture.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapitexture.h - VA texture abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapitypes.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapitypes.h - Basic types
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiutils_glx.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiutils_glx.h - GLX utilties
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiutils_x11.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiutils_x11.h - X11 utilties
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapivalue.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapivalue.c - GValue implementations specific to VA-API
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapivalue.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapivalue.h - GValue implementations specific to VA-API
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapivideopool.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapivideopool.c - Video object pool abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapivideopool.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapivideopool.h - Video object pool abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiwindow.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiwindow.h - VA window abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiwindow_glx.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiwindow_glx.c - VA/GLX window abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiwindow_glx.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiwindow_glx.h - VA/GLX window abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiwindow_x11.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiwindow_x11.c - VA/X11 window abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
gst-libs/gst/vaapi/gstvaapiwindow_x11.h
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* gstvaapiwindow_x11.h - VA/X11 window abstraction
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
tests/test-display.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* test-display.c - Test GstVaapiDisplayX11
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
tests/test-surfaces.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* test-surfaces.c - Test GstVaapiSurface and GstVaapiSurfacePool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
tests/test-windows.c
View file @
0f662a89
...
...
@@ -2,6 +2,7 @@
* test-windows.c - Test GstVaapiWindow
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2012 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
...
...
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