legal: add per-file authorship information.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 22 Jan 2014 17:49:20 +0000 (18:49 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 22 Jan 2014 17:49:20 +0000 (18:49 +0100)
16 files changed:
gst-libs/gst/vaapi/gstvaapiencoder.c
gst-libs/gst/vaapi/gstvaapiencoder.h
gst-libs/gst/vaapi/gstvaapiencoder_h264.c
gst-libs/gst/vaapi/gstvaapiencoder_h264.h
gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.h
gst-libs/gst/vaapi/gstvaapiencoder_mpeg2_priv.h
gst-libs/gst/vaapi/gstvaapiencoder_objects.c
gst-libs/gst/vaapi/gstvaapiencoder_objects.h
gst-libs/gst/vaapi/gstvaapiencoder_priv.h
gst/vaapi/gstvaapiencode.c
gst/vaapi/gstvaapiencode.h
gst/vaapi/gstvaapiencode_h264.c
gst/vaapi/gstvaapiencode_h264.h
gst/vaapi/gstvaapiencode_mpeg2.c
gst/vaapi/gstvaapiencode_mpeg2.h

index 7b3d009..a7d180b 100644 (file)
@@ -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
index e68925f..e56ac2d 100644 (file)
@@ -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
index 9b79455..0a92a9a 100644 (file)
@@ -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
index d4a8a7c..12fe0eb 100644 (file)
@@ -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
index 943325c..484eb51 100644 (file)
@@ -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
index 8392d1e..d44d445 100644 (file)
@@ -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
index f2e02df..275ee91 100644 (file)
@@ -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
index 5583561..00268e1 100644 (file)
@@ -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
index f97d4af..fe64239 100644 (file)
@@ -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
index 43e5ad2..8d7d4a5 100644 (file)
@@ -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
index 9344f97..d9d09dc 100644 (file)
@@ -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
index cab65c0..7500a32 100644 (file)
@@ -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
index 05edb44..930288d 100644 (file)
@@ -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
index d30c065..32e94ab 100644 (file)
@@ -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
index b84821c..ea42ffb 100644 (file)
@@ -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
index 3904e98..c4b561e 100644 (file)
@@ -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