summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-11-22 05:57:18 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-11-22 06:39:15 +0100
commit15519ebe3d91b338a983a5b3872b68df8284e25a (patch)
tree4e83c07c2a97c9604aa8bc0d23ae6e96bbaeda95 /tests
parente3bd3b1dd3b74013105111cb238a8f2c0d6228e8 (diff)
downloadgstreamer-vaapi-15519ebe3d91b338a983a5b3872b68df8284e25a.tar.gz
legal: add per-file authorship information.
Credit original authors on a per-file basis as we cannot expect people to know all country-specific rules, or bother browsing through the git history.
Diffstat (limited to 'tests')
-rw-r--r--tests/codec.c1
-rw-r--r--tests/codec.h1
-rw-r--r--tests/decoder.c1
-rw-r--r--tests/decoder.h1
-rw-r--r--tests/image.c1
-rw-r--r--tests/image.h1
-rw-r--r--tests/output.c1
-rw-r--r--tests/output.h1
-rw-r--r--tests/simple-decoder.c1
-rw-r--r--tests/test-decode.c2
-rw-r--r--tests/test-decode.h1
-rw-r--r--tests/test-display.c2
-rwxr-xr-xtests/test-filter.c3
-rw-r--r--tests/test-h264.c1
-rw-r--r--tests/test-h264.h1
-rw-r--r--tests/test-jpeg.c1
-rw-r--r--tests/test-jpeg.h1
-rw-r--r--tests/test-mpeg2.c1
-rw-r--r--tests/test-mpeg2.h1
-rw-r--r--tests/test-mpeg4.c1
-rw-r--r--tests/test-mpeg4.h1
-rw-r--r--tests/test-surfaces.c2
-rw-r--r--tests/test-textures.c1
-rw-r--r--tests/test-vc1.c1
-rw-r--r--tests/test-vc1.h1
-rw-r--r--tests/test-windows.c2
26 files changed, 32 insertions, 0 deletions
diff --git a/tests/codec.c b/tests/codec.c
index ff9b1250..0269ae6c 100644
--- a/tests/codec.c
+++ b/tests/codec.c
@@ -2,6 +2,7 @@
* codec.c - Codec utilities for the tests
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/codec.h b/tests/codec.h
index fad160b2..6aaf5b8f 100644
--- a/tests/codec.h
+++ b/tests/codec.h
@@ -2,6 +2,7 @@
* codec.h - Codec utilities for the tests
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/decoder.c b/tests/decoder.c
index f9326583..2ca72806 100644
--- a/tests/decoder.c
+++ b/tests/decoder.c
@@ -2,6 +2,7 @@
* decoder.h - Decoder utilities for the tests
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/decoder.h b/tests/decoder.h
index b13712e5..68530009 100644
--- a/tests/decoder.h
+++ b/tests/decoder.h
@@ -2,6 +2,7 @@
* decoder.h - Decoder utilities for the tests
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/image.c b/tests/image.c
index 53bb42f2..ff07888e 100644
--- a/tests/image.c
+++ b/tests/image.c
@@ -2,6 +2,7 @@
* image.c - Image utilities for the tests
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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/image.h b/tests/image.h
index 8c1229f8..ef3210ad 100644
--- a/tests/image.h
+++ b/tests/image.h
@@ -2,6 +2,7 @@
* image.h - Image utilities for the tests
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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/output.c b/tests/output.c
index 6a54f3b5..d5396a7d 100644
--- a/tests/output.c
+++ b/tests/output.c
@@ -2,6 +2,7 @@
* output.c - Video output helpers
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/output.h b/tests/output.h
index 29339c5a..e08a0a43 100644
--- a/tests/output.h
+++ b/tests/output.h
@@ -2,6 +2,7 @@
* output.h - Video output helpers
*
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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/simple-decoder.c b/tests/simple-decoder.c
index 3c434d06..69c960be 100644
--- a/tests/simple-decoder.c
+++ b/tests/simple-decoder.c
@@ -2,6 +2,7 @@
* simple-decoder.c - Simple Decoder Application
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-decode.c b/tests/test-decode.c
index 8790a6e4..db75fd82 100644
--- a/tests/test-decode.c
+++ b/tests/test-decode.c
@@ -2,7 +2,9 @@
* test-decode.c - Test GstVaapiDecoder
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-decode.h b/tests/test-decode.h
index 147f51c9..fbe46a6d 100644
--- a/tests/test-decode.h
+++ b/tests/test-decode.h
@@ -2,6 +2,7 @@
* test-decode.h - Test GstVaapiDecoder
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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 07842a25..360ce82d 100644
--- a/tests/test-display.c
+++ b/tests/test-display.c
@@ -2,7 +2,9 @@
* test-display.c - Test GstVaapiDisplayX11
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-filter.c b/tests/test-filter.c
index 7bb6219c..52452b31 100755
--- a/tests/test-filter.c
+++ b/tests/test-filter.c
@@ -2,7 +2,10 @@
* test-filter.c - Test GstVaapiFilter
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Halley Zhao <halley.zhao@intel.com>
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-h264.c b/tests/test-h264.c
index 6a7fa84b..d2488911 100644
--- a/tests/test-h264.c
+++ b/tests/test-h264.c
@@ -2,6 +2,7 @@
* test-h264.c - H.264 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-h264.h b/tests/test-h264.h
index f960b6e7..d94df4e5 100644
--- a/tests/test-h264.h
+++ b/tests/test-h264.h
@@ -2,6 +2,7 @@
* test-h264.h - H.264 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-jpeg.c b/tests/test-jpeg.c
index 3a1879af..cacb0f5a 100644
--- a/tests/test-jpeg.c
+++ b/tests/test-jpeg.c
@@ -2,6 +2,7 @@
* test-jpeg.c - JPEG test data
*
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-jpeg.h b/tests/test-jpeg.h
index 673c9d14..6372583c 100644
--- a/tests/test-jpeg.h
+++ b/tests/test-jpeg.h
@@ -2,6 +2,7 @@
* test-jpeg.h - JPEG test data
*
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-mpeg2.c b/tests/test-mpeg2.c
index 29446385..0e9de207 100644
--- a/tests/test-mpeg2.c
+++ b/tests/test-mpeg2.c
@@ -2,6 +2,7 @@
* test-mpeg2.c - MPEG-2 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-mpeg2.h b/tests/test-mpeg2.h
index 867bbac8..ba21d0f6 100644
--- a/tests/test-mpeg2.h
+++ b/tests/test-mpeg2.h
@@ -2,6 +2,7 @@
* test-mpeg2.h - MPEG-2 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-mpeg4.c b/tests/test-mpeg4.c
index e06e8e83..19f5d5b5 100644
--- a/tests/test-mpeg4.c
+++ b/tests/test-mpeg4.c
@@ -2,6 +2,7 @@
* test-mpeg4.c - MPEG-4 test data
*
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-mpeg4.h b/tests/test-mpeg4.h
index 06a2b7ab..fdbf9eac 100644
--- a/tests/test-mpeg4.h
+++ b/tests/test-mpeg4.h
@@ -2,6 +2,7 @@
* test-mpeg4.h - MPEG-4 test data
*
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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 bc55dd7f..97474617 100644
--- a/tests/test-surfaces.c
+++ b/tests/test-surfaces.c
@@ -2,7 +2,9 @@
* test-surfaces.c - Test GstVaapiSurface and GstVaapiSurfacePool
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* 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-textures.c b/tests/test-textures.c
index 14bb5151..9e608601 100644
--- a/tests/test-textures.c
+++ b/tests/test-textures.c
@@ -2,6 +2,7 @@
* test-textures.c - Test GstVaapiTexture
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-vc1.c b/tests/test-vc1.c
index 7555214b..f03b31f4 100644
--- a/tests/test-vc1.c
+++ b/tests/test-vc1.c
@@ -2,6 +2,7 @@
* test-vc1.c - VC-1 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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-vc1.h b/tests/test-vc1.h
index 30c6ec8d..3b948640 100644
--- a/tests/test-vc1.h
+++ b/tests/test-vc1.h
@@ -2,6 +2,7 @@
* test-vc1.h - VC-1 test data
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
*
* 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 fa5b40b0..2acb16ee 100644
--- a/tests/test-windows.c
+++ b/tests/test-windows.c
@@ -2,7 +2,9 @@
* test-windows.c - Test GstVaapiWindow
*
* Copyright (C) 2010-2011 Splitted-Desktop Systems
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation
+ * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License