legal: add Intel copyright on modified files.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 09:42:55 +0000 (10:42 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 10:40:51 +0000 (11:40 +0100)
29 files changed:
gst-libs/gst/vaapi/gstvaapicontext.c
gst-libs/gst/vaapi/gstvaapicontext.h
gst-libs/gst/vaapi/gstvaapidecoder.h
gst-libs/gst/vaapi/gstvaapidecoder_priv.h
gst-libs/gst/vaapi/gstvaapidisplay.c
gst-libs/gst/vaapi/gstvaapidisplay.h
gst-libs/gst/vaapi/gstvaapidisplay_glx.c
gst-libs/gst/vaapi/gstvaapidisplay_priv.h
gst-libs/gst/vaapi/gstvaapidisplay_x11.c
gst-libs/gst/vaapi/gstvaapiimage.c
gst-libs/gst/vaapi/gstvaapiimage.h
gst-libs/gst/vaapi/gstvaapiimageformat.c
gst-libs/gst/vaapi/gstvaapiimageformat.h
gst-libs/gst/vaapi/gstvaapisubpicture.c
gst-libs/gst/vaapi/gstvaapisubpicture.h
gst-libs/gst/vaapi/gstvaapisurface.c
gst-libs/gst/vaapi/gstvaapisurfaceproxy.c
gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
gst-libs/gst/vaapi/gstvaapiutils.c
gst-libs/gst/vaapi/gstvaapiutils.h
gst-libs/gst/vaapi/gstvaapiutils_glx.c
gst-libs/gst/vaapi/gstvaapiutils_x11.c
gst-libs/gst/vaapi/gstvaapivideobuffer.c
gst-libs/gst/vaapi/gstvaapivideobuffer.h
gst-libs/gst/vaapi/gstvaapiwindow.c
gst/vaapi/gstvaapidownload.h
gst/vaapi/gstvaapisink.h
gst/vaapi/gstvaapiupload.h
tests/test-decode.c

index d26cea2..1a262ec 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapicontext.c - VA context abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 6168def..78f9b28 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapicontext.h - VA context abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 0306689..910dfc5 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidecoder.h - VA decoder abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 4cf0b18..07c740b 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 5b43e43..f670a68 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidisplay.c - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 375ce44..eb6bf26 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidisplay.h - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index da86625..94e9dfc 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidisplay_glx.c - VA/GLX display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 2892f0d..ab0c1d5 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidisplay_priv.h - Base VA display (private definitions)
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index a8a21f8..68ddf34 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidisplay_x11.c - VA/X11 display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 00dfd03..f063b54 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiimage.c - VA image abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 2fa6ee4..b4642c9 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiimage.h - VA image abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 763bbe1..a910b03 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiimageformat.c - VA image format abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 25305d1..56af2a4 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiimageformat.h - VA image format abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 58221c4..000ab27 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisubpicture.c - VA subpicture abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index c199684..7a0dd96 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisubpicture.h - VA subpicture abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 350c529..e0b614e 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisurface.c - VA surface abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index c67e8cb..65d58db 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisurfaceproxy.c - VA surface proxy
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index cf8f5b2..b1b6ff5 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisurfaceproxy.h - VA surface proxy
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index ca9b3c6..e2ad756 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiutils.c - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 3c05d1c..ded19b3 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiutils.h - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 3ebb568..9080868 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiutils_glx.c - GLX utilties
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index fb64295..76dd788 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiutils_x11.c - X11 utilties
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 9baf2ae..3b6c98d 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapivideobuffer.c - Gst VA video buffer
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 965aca1..d076b43 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapivideobuffer.h - Gstreamer/VA video buffer
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 35e1045..efd4952 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiwindow.c - VA window abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 4f800b1..56923db 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapidownload.h - VA-API video downloader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 Intel Corporation
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 06479d1..368a2d2 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapisink.h - VA-API video sink
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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
index 776a638..b3371e7 100644 (file)
@@ -2,6 +2,7 @@
  *  gstvaapiupload.h - VA-API video uploader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 Intel Corporation
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 9b39734..8d52cc3 100644 (file)
@@ -2,6 +2,7 @@
  *  test-decode.c - Test GstVaapiDecoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2011 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