summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/vaapi/gstvaapicompat.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapidisplay_x11.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiimagepool.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiobject.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiobject_priv.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiparamspecs.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiprofile.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiprofile.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapisurfacepool.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapitexture.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapitypes.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiutils_glx.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiutils_x11.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapivalue.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapivalue.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapivideopool.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiwindow_glx.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiwindow_x11.c1
-rw-r--r--tests/test-display.c1
-rw-r--r--tests/test-surfaces.c1
-rw-r--r--tests/test-windows.c1
22 files changed, 22 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapicompat.h b/gst-libs/gst/vaapi/gstvaapicompat.h
index 4a1f93d8..9e8ce591 100644
--- a/gst-libs/gst/vaapi/gstvaapicompat.h
+++ b/gst-libs/gst/vaapi/gstvaapicompat.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_x11.h b/gst-libs/gst/vaapi/gstvaapidisplay_x11.h
index 358f59f8..66f8f1b9 100644
--- a/gst-libs/gst/vaapi/gstvaapidisplay_x11.h
+++ b/gst-libs/gst/vaapi/gstvaapidisplay_x11.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h b/gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
index bc04ecbe..17b54bed 100644
--- a/gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiimagepool.c b/gst-libs/gst/vaapi/gstvaapiimagepool.c
index 26462d3b..a23c4a0e 100644
--- a/gst-libs/gst/vaapi/gstvaapiimagepool.c
+++ b/gst-libs/gst/vaapi/gstvaapiimagepool.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiobject.c b/gst-libs/gst/vaapi/gstvaapiobject.c
index 7e7b1913..b9f6f62b 100644
--- a/gst-libs/gst/vaapi/gstvaapiobject.c
+++ b/gst-libs/gst/vaapi/gstvaapiobject.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiobject_priv.h b/gst-libs/gst/vaapi/gstvaapiobject_priv.h
index aa1b1109..1e871b2a 100644
--- a/gst-libs/gst/vaapi/gstvaapiobject_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapiobject_priv.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiparamspecs.c b/gst-libs/gst/vaapi/gstvaapiparamspecs.c
index 8905af4d..46a4e8d8 100644
--- a/gst-libs/gst/vaapi/gstvaapiparamspecs.c
+++ b/gst-libs/gst/vaapi/gstvaapiparamspecs.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c
index 7536c446..fff5daeb 100644
--- a/gst-libs/gst/vaapi/gstvaapiprofile.c
+++ b/gst-libs/gst/vaapi/gstvaapiprofile.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.h b/gst-libs/gst/vaapi/gstvaapiprofile.h
index f742e134..0e039558 100644
--- a/gst-libs/gst/vaapi/gstvaapiprofile.h
+++ b/gst-libs/gst/vaapi/gstvaapiprofile.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapisurfacepool.c b/gst-libs/gst/vaapi/gstvaapisurfacepool.c
index 528d6f4d..0caf5ad1 100644
--- a/gst-libs/gst/vaapi/gstvaapisurfacepool.c
+++ b/gst-libs/gst/vaapi/gstvaapisurfacepool.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapitexture.c b/gst-libs/gst/vaapi/gstvaapitexture.c
index 1b38ef33..6f3f75b1 100644
--- a/gst-libs/gst/vaapi/gstvaapitexture.c
+++ b/gst-libs/gst/vaapi/gstvaapitexture.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapitypes.h b/gst-libs/gst/vaapi/gstvaapitypes.h
index 1ca4dd72..e3a6e9ce 100644
--- a/gst-libs/gst/vaapi/gstvaapitypes.h
+++ b/gst-libs/gst/vaapi/gstvaapitypes.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiutils_glx.h b/gst-libs/gst/vaapi/gstvaapiutils_glx.h
index 912d0723..12d22058 100644
--- a/gst-libs/gst/vaapi/gstvaapiutils_glx.h
+++ b/gst-libs/gst/vaapi/gstvaapiutils_glx.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiutils_x11.h b/gst-libs/gst/vaapi/gstvaapiutils_x11.h
index 090b4037..60befa5f 100644
--- a/gst-libs/gst/vaapi/gstvaapiutils_x11.h
+++ b/gst-libs/gst/vaapi/gstvaapiutils_x11.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapivalue.c b/gst-libs/gst/vaapi/gstvaapivalue.c
index 401770e7..c709f224 100644
--- a/gst-libs/gst/vaapi/gstvaapivalue.c
+++ b/gst-libs/gst/vaapi/gstvaapivalue.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapivalue.h b/gst-libs/gst/vaapi/gstvaapivalue.h
index ec99f8e5..a3634172 100644
--- a/gst-libs/gst/vaapi/gstvaapivalue.h
+++ b/gst-libs/gst/vaapi/gstvaapivalue.h
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapivideopool.c b/gst-libs/gst/vaapi/gstvaapivideopool.c
index 774305ee..3c2dd63b 100644
--- a/gst-libs/gst/vaapi/gstvaapivideopool.c
+++ b/gst-libs/gst/vaapi/gstvaapivideopool.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_glx.c b/gst-libs/gst/vaapi/gstvaapiwindow_glx.c
index 9266bbbc..7870debf 100644
--- a/gst-libs/gst/vaapi/gstvaapiwindow_glx.c
+++ b/gst-libs/gst/vaapi/gstvaapiwindow_glx.c
@@ -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
diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_x11.c b/gst-libs/gst/vaapi/gstvaapiwindow_x11.c
index 9a5db794..13fd7195 100644
--- a/gst-libs/gst/vaapi/gstvaapiwindow_x11.c
+++ b/gst-libs/gst/vaapi/gstvaapiwindow_x11.c
@@ -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
diff --git a/tests/test-display.c b/tests/test-display.c
index fa381cdd..568c3681 100644
--- a/tests/test-display.c
+++ b/tests/test-display.c
@@ -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
diff --git a/tests/test-surfaces.c b/tests/test-surfaces.c
index c236e5ee..a5b5f69f 100644
--- a/tests/test-surfaces.c
+++ b/tests/test-surfaces.c
@@ -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
diff --git a/tests/test-windows.c b/tests/test-windows.c
index 8abc7842..9c3b7688 100644
--- a/tests/test-windows.c
+++ b/tests/test-windows.c
@@ -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