From 1594d99d5589784107d6b306213b6e7a2cfa4038 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 16 Jan 2012 10:42:55 +0100 Subject: [PATCH] legal: add Intel copyright on modified files. --- gst-libs/gst/vaapi/gstvaapicontext.c | 1 + gst-libs/gst/vaapi/gstvaapicontext.h | 1 + gst-libs/gst/vaapi/gstvaapidecoder.h | 1 + gst-libs/gst/vaapi/gstvaapidecoder_priv.h | 1 + gst-libs/gst/vaapi/gstvaapidisplay.c | 1 + gst-libs/gst/vaapi/gstvaapidisplay.h | 1 + gst-libs/gst/vaapi/gstvaapidisplay_glx.c | 1 + gst-libs/gst/vaapi/gstvaapidisplay_priv.h | 1 + gst-libs/gst/vaapi/gstvaapidisplay_x11.c | 1 + gst-libs/gst/vaapi/gstvaapiimage.c | 1 + gst-libs/gst/vaapi/gstvaapiimage.h | 1 + gst-libs/gst/vaapi/gstvaapiimageformat.c | 1 + gst-libs/gst/vaapi/gstvaapiimageformat.h | 1 + gst-libs/gst/vaapi/gstvaapisubpicture.c | 1 + gst-libs/gst/vaapi/gstvaapisubpicture.h | 1 + gst-libs/gst/vaapi/gstvaapisurface.c | 1 + gst-libs/gst/vaapi/gstvaapisurfaceproxy.c | 1 + gst-libs/gst/vaapi/gstvaapisurfaceproxy.h | 1 + gst-libs/gst/vaapi/gstvaapiutils.c | 1 + gst-libs/gst/vaapi/gstvaapiutils.h | 1 + gst-libs/gst/vaapi/gstvaapiutils_glx.c | 1 + gst-libs/gst/vaapi/gstvaapiutils_x11.c | 1 + gst-libs/gst/vaapi/gstvaapivideobuffer.c | 1 + gst-libs/gst/vaapi/gstvaapivideobuffer.h | 1 + gst-libs/gst/vaapi/gstvaapiwindow.c | 1 + gst/vaapi/gstvaapidownload.h | 1 + gst/vaapi/gstvaapisink.h | 1 + gst/vaapi/gstvaapiupload.h | 1 + tests/test-decode.c | 1 + 29 files changed, 29 insertions(+) diff --git a/gst-libs/gst/vaapi/gstvaapicontext.c b/gst-libs/gst/vaapi/gstvaapicontext.c index d26cea2..1a262ec 100644 --- a/gst-libs/gst/vaapi/gstvaapicontext.c +++ b/gst-libs/gst/vaapi/gstvaapicontext.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapicontext.h b/gst-libs/gst/vaapi/gstvaapicontext.h index 6168def..78f9b28 100644 --- a/gst-libs/gst/vaapi/gstvaapicontext.h +++ b/gst-libs/gst/vaapi/gstvaapicontext.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidecoder.h b/gst-libs/gst/vaapi/gstvaapidecoder.h index 0306689..910dfc5 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder.h +++ b/gst-libs/gst/vaapi/gstvaapidecoder.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_priv.h b/gst-libs/gst/vaapi/gstvaapidecoder_priv.h index 4cf0b18..07c740b 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder_priv.h +++ b/gst-libs/gst/vaapi/gstvaapidecoder_priv.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidisplay.c b/gst-libs/gst/vaapi/gstvaapidisplay.c index 5b43e43..f670a68 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay.c +++ b/gst-libs/gst/vaapi/gstvaapidisplay.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidisplay.h b/gst-libs/gst/vaapi/gstvaapidisplay.h index 375ce44..eb6bf26 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay.h +++ b/gst-libs/gst/vaapi/gstvaapidisplay.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_glx.c b/gst-libs/gst/vaapi/gstvaapidisplay_glx.c index da86625..94e9dfc 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay_glx.c +++ b/gst-libs/gst/vaapi/gstvaapidisplay_glx.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_priv.h b/gst-libs/gst/vaapi/gstvaapidisplay_priv.h index 2892f0d..ab0c1d5 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay_priv.h +++ b/gst-libs/gst/vaapi/gstvaapidisplay_priv.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_x11.c b/gst-libs/gst/vaapi/gstvaapidisplay_x11.c index a8a21f8..68ddf34 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay_x11.c +++ b/gst-libs/gst/vaapi/gstvaapidisplay_x11.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiimage.c b/gst-libs/gst/vaapi/gstvaapiimage.c index 00dfd03..f063b54 100644 --- a/gst-libs/gst/vaapi/gstvaapiimage.c +++ b/gst-libs/gst/vaapi/gstvaapiimage.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiimage.h b/gst-libs/gst/vaapi/gstvaapiimage.h index 2fa6ee4..b4642c9 100644 --- a/gst-libs/gst/vaapi/gstvaapiimage.h +++ b/gst-libs/gst/vaapi/gstvaapiimage.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiimageformat.c b/gst-libs/gst/vaapi/gstvaapiimageformat.c index 763bbe1..a910b03 100644 --- a/gst-libs/gst/vaapi/gstvaapiimageformat.c +++ b/gst-libs/gst/vaapi/gstvaapiimageformat.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiimageformat.h b/gst-libs/gst/vaapi/gstvaapiimageformat.h index 25305d1..56af2a4 100644 --- a/gst-libs/gst/vaapi/gstvaapiimageformat.h +++ b/gst-libs/gst/vaapi/gstvaapiimageformat.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapisubpicture.c b/gst-libs/gst/vaapi/gstvaapisubpicture.c index 58221c4..000ab27 100644 --- a/gst-libs/gst/vaapi/gstvaapisubpicture.c +++ b/gst-libs/gst/vaapi/gstvaapisubpicture.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapisubpicture.h b/gst-libs/gst/vaapi/gstvaapisubpicture.h index c199684..7a0dd96 100644 --- a/gst-libs/gst/vaapi/gstvaapisubpicture.h +++ b/gst-libs/gst/vaapi/gstvaapisubpicture.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapisurface.c b/gst-libs/gst/vaapi/gstvaapisurface.c index 350c529..e0b614e 100644 --- a/gst-libs/gst/vaapi/gstvaapisurface.c +++ b/gst-libs/gst/vaapi/gstvaapisurface.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.c b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.c index c67e8cb..65d58db 100644 --- a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.c +++ b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h index cf8f5b2..b1b6ff5 100644 --- a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h +++ b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiutils.c b/gst-libs/gst/vaapi/gstvaapiutils.c index ca9b3c6..e2ad756 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils.c +++ b/gst-libs/gst/vaapi/gstvaapiutils.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiutils.h b/gst-libs/gst/vaapi/gstvaapiutils.h index 3c05d1c..ded19b3 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils.h +++ b/gst-libs/gst/vaapi/gstvaapiutils.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiutils_glx.c b/gst-libs/gst/vaapi/gstvaapiutils_glx.c index 3ebb568..9080868 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils_glx.c +++ b/gst-libs/gst/vaapi/gstvaapiutils_glx.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiutils_x11.c b/gst-libs/gst/vaapi/gstvaapiutils_x11.c index fb64295..76dd788 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils_x11.c +++ b/gst-libs/gst/vaapi/gstvaapiutils_x11.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapivideobuffer.c b/gst-libs/gst/vaapi/gstvaapivideobuffer.c index 9baf2ae..3b6c98d 100644 --- a/gst-libs/gst/vaapi/gstvaapivideobuffer.c +++ b/gst-libs/gst/vaapi/gstvaapivideobuffer.c @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapivideobuffer.h b/gst-libs/gst/vaapi/gstvaapivideobuffer.h index 965aca1..d076b43 100644 --- a/gst-libs/gst/vaapi/gstvaapivideobuffer.h +++ b/gst-libs/gst/vaapi/gstvaapivideobuffer.h @@ -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 diff --git a/gst-libs/gst/vaapi/gstvaapiwindow.c b/gst-libs/gst/vaapi/gstvaapiwindow.c index 35e1045..efd4952 100644 --- a/gst-libs/gst/vaapi/gstvaapiwindow.c +++ b/gst-libs/gst/vaapi/gstvaapiwindow.c @@ -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 diff --git a/gst/vaapi/gstvaapidownload.h b/gst/vaapi/gstvaapidownload.h index 4f800b1..56923db 100644 --- a/gst/vaapi/gstvaapidownload.h +++ b/gst/vaapi/gstvaapidownload.h @@ -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 diff --git a/gst/vaapi/gstvaapisink.h b/gst/vaapi/gstvaapisink.h index 06479d1..368a2d2 100644 --- a/gst/vaapi/gstvaapisink.h +++ b/gst/vaapi/gstvaapisink.h @@ -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 diff --git a/gst/vaapi/gstvaapiupload.h b/gst/vaapi/gstvaapiupload.h index 776a638..b3371e7 100644 --- a/gst/vaapi/gstvaapiupload.h +++ b/gst/vaapi/gstvaapiupload.h @@ -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 diff --git a/tests/test-decode.c b/tests/test-decode.c index 9b39734..8d52cc3 100644 --- a/tests/test-decode.c +++ b/tests/test-decode.c @@ -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 -- 2.7.4