[Pkg-gstreamer-commits] [gstreamer-vaapi] 154/176: legal: add per-file authorship information.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit 1c95903b9800ee7ee614ca085f54ce9147d7f7e4
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Wed Jan 22 18:49:20 2014 +0100

    legal: add per-file authorship information.
---
 gst-libs/gst/vaapi/gstvaapiencoder.c            | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder.h            | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_h264.c       | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_h264.h       | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c      | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h      | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h | 2 ++
 gst-libs/gst/vaapi/gstvaapiencoder_objects.c    | 1 +
 gst-libs/gst/vaapi/gstvaapiencoder_objects.h    | 1 +
 gst-libs/gst/vaapi/gstvaapiencoder_priv.h       | 2 ++
 gst/vaapi/gstvaapiencode.c                      | 2 ++
 gst/vaapi/gstvaapiencode.h                      | 2 ++
 gst/vaapi/gstvaapiencode_h264.c                 | 2 ++
 gst/vaapi/gstvaapiencode_h264.h                 | 2 ++
 gst/vaapi/gstvaapiencode_mpeg2.c                | 2 ++
 gst/vaapi/gstvaapiencode_mpeg2.h                | 2 ++
 16 files changed, 30 insertions(+)

diff --git a/gst-libs/gst/vaapi/gstvaapiencoder.c b/gst-libs/gst/vaapi/gstvaapiencoder.c
index 7b3d009..a7d180b 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 e68925f..e56ac2d 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 9b79455..0a92a9a 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 d4a8a7c..12fe0eb 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 943325c..484eb51 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 8392d1e..d44d445 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 f2e02df..275ee91 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 5583561..00268e1 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 at 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 f97d4af..fe64239 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 at 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 43e5ad2..8d7d4a5 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 9344f97..d9d09dc 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 cab65c0..7500a32 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 05edb44..930288d 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 d30c065..32e94ab 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 b84821c..ea42ffb 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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 3904e98..c4b561e 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 at intel.com>
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list