summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-01-22 18:49:20 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-01-22 18:49:20 +0100
commit1c95903b9800ee7ee614ca085f54ce9147d7f7e4 (patch)
tree7d1ebc12ff576fb366e183718acfa286c587a9a3
parent387371b19fe1d7d19cfda68a8a5f6d8e619c20a9 (diff)
downloadgst-vaapi-1c95903b9800ee7ee614ca085f54ce9147d7f7e4.tar.gz
legal: add per-file authorship information.
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder.c2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder.h2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h264.c2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h264.h2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h2
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_objects.c1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_objects.h1
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_priv.h2
-rw-r--r--gst/vaapi/gstvaapiencode.c2
-rw-r--r--gst/vaapi/gstvaapiencode.h2
-rw-r--r--gst/vaapi/gstvaapiencode_h264.c2
-rw-r--r--gst/vaapi/gstvaapiencode_h264.h2
-rw-r--r--gst/vaapi/gstvaapiencode_mpeg2.c2
-rw-r--r--gst/vaapi/gstvaapiencode_mpeg2.h2
16 files changed, 30 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder.c b/gst-libs/gst/vaapi/gstvaapiencoder.c
index 7b3d0096..a7d180ba 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder.c
@@ -2,6 +2,8 @@
* gstvaapiencoder.c - VA encoder abstraction
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder.h b/gst-libs/gst/vaapi/gstvaapiencoder.h
index e68925f7..e56ac2d3 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder.h
@@ -2,6 +2,8 @@
* gstvaapiencoder.h - VA encoder abstraction
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder_h264.c b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
index 9b794551..0a92a9a7 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
@@ -2,6 +2,8 @@
* gstvaapiencoder_h264.c - H.264 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder_h264.h b/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
index d4a8a7c3..12fe0eb1 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
@@ -2,6 +2,8 @@
* gstvaapiencoder_h264.h - H.264 encoder
*
* Copyright (C) 2011-2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
index 943325cb..484eb51c 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
@@ -2,6 +2,8 @@
* gstvaapiencoder_mpeg2.c - MPEG-2 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Guangxin Xu <guangxin.xu@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/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h
index 8392d1e3..d44d445f 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h
@@ -2,6 +2,8 @@
* gstvaapiencoder_mpeg2.h - MPEG-2 encoder
*
* Copyright (C) 2011-2013 Intel Corporation
+ * Author: Guangxin Xu <guangxin.xu@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/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h
index f2e02dfa..275ee913 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h
@@ -2,6 +2,8 @@
* gstvaapiencoder_mpeg2_priv.h - MPEG-2 encoder (private definitions)
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Guangxin Xu <guangxin.xu@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/gst-libs/gst/vaapi/gstvaapiencoder_objects.c b/gst-libs/gst/vaapi/gstvaapiencoder_objects.c
index 55835613..00268e19 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_objects.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_objects.c
@@ -2,6 +2,7 @@
* gstvaapiencoder_objects.c - VA encoder objects abstraction
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder_objects.h b/gst-libs/gst/vaapi/gstvaapiencoder_objects.h
index f97d4afa..fe642397 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_objects.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_objects.h
@@ -2,6 +2,7 @@
* gstvaapiencoder_objects.h - VA encoder objects abstraction
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst-libs/gst/vaapi/gstvaapiencoder_priv.h b/gst-libs/gst/vaapi/gstvaapiencoder_priv.h
index 43e5ad2c..8d7d4a55 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_priv.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_priv.h
@@ -2,6 +2,8 @@
* gstvaapiencoder_priv.h - VA encoder abstraction (private definitions)
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst/vaapi/gstvaapiencode.c b/gst/vaapi/gstvaapiencode.c
index 9344f97a..d9d09dc0 100644
--- a/gst/vaapi/gstvaapiencode.c
+++ b/gst/vaapi/gstvaapiencode.c
@@ -2,6 +2,8 @@
* gstvaapiencode.c - VA-API video encoder
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst/vaapi/gstvaapiencode.h b/gst/vaapi/gstvaapiencode.h
index cab65c06..7500a324 100644
--- a/gst/vaapi/gstvaapiencode.h
+++ b/gst/vaapi/gstvaapiencode.h
@@ -2,6 +2,8 @@
* gstvaapiencode.h - VA-API video encoder
*
* Copyright (C) 2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst/vaapi/gstvaapiencode_h264.c b/gst/vaapi/gstvaapiencode_h264.c
index 05edb447..930288d7 100644
--- a/gst/vaapi/gstvaapiencode_h264.c
+++ b/gst/vaapi/gstvaapiencode_h264.c
@@ -2,6 +2,8 @@
* gstvaapiencode_h264.c - VA-API H.264 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst/vaapi/gstvaapiencode_h264.h b/gst/vaapi/gstvaapiencode_h264.h
index d30c065f..32e94ab0 100644
--- a/gst/vaapi/gstvaapiencode_h264.h
+++ b/gst/vaapi/gstvaapiencode_h264.h
@@ -2,6 +2,8 @@
* gstvaapiencode_h264.h - VA-API H.264 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Wind Yuan <feng.yuan@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/gst/vaapi/gstvaapiencode_mpeg2.c b/gst/vaapi/gstvaapiencode_mpeg2.c
index b84821c2..ea42ffb1 100644
--- a/gst/vaapi/gstvaapiencode_mpeg2.c
+++ b/gst/vaapi/gstvaapiencode_mpeg2.c
@@ -2,6 +2,8 @@
* gstvaapiencode_mpeg2.c - VA-API MPEG2 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Guangxin Xu <guangxin.xu@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/gst/vaapi/gstvaapiencode_mpeg2.h b/gst/vaapi/gstvaapiencode_mpeg2.h
index 3904e985..c4b561ef 100644
--- a/gst/vaapi/gstvaapiencode_mpeg2.h
+++ b/gst/vaapi/gstvaapiencode_mpeg2.h
@@ -2,6 +2,8 @@
* gstvaapiencode_mpeg2.h - VA-API MPEG2 encoder
*
* Copyright (C) 2012-2013 Intel Corporation
+ * Author: Guangxin Xu <guangxin.xu@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