legal: fix year for some copyright notices.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 10:03:51 +0000 (11:03 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 10:40:51 +0000 (11:40 +0100)
29 files changed:
README
debian.upstream/copyright
gst-libs/gst/vaapi/gstvaapicontext.c
gst-libs/gst/vaapi/gstvaapidecoder.c
gst-libs/gst/vaapi/gstvaapidecoder_ffmpeg.c
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/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/gstvaapiwindow.c
gst/vaapi/gstvaapi.c
gst/vaapi/gstvaapidecode.c
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapidownload.h
gst/vaapi/gstvaapipluginutil.c
gst/vaapi/gstvaapipluginutil.h
gst/vaapi/gstvaapisink.c
gst/vaapi/gstvaapiupload.c
gst/vaapi/gstvaapiupload.h
tests/test-decode.c

diff --git a/README b/README
index 6c10464..2b96af4 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   VA-API support to GStreamer
 
   Copyright (C) 2010-2011 Splitted-Desktop Systems
-  Copyright (C) 2011 Intel Corporation
+  Copyright (C) 2011-2012 Intel Corporation
   Copyright (C) 2011 Collabora Ltd.
 
 
index 7e8e8c8..bb733ae 100644 (file)
@@ -9,7 +9,7 @@ Copyright:
 License:
 
     Copyright (C) 2010-2011, Splitted-Desktop Systems.
-    Copyright (C) 2011, Intel Corporation.
+    Copyright (C) 2011-2012, Intel Corporation.
     Copyright (C) 2011, Collabora Ltd.
 
     gstreamer-vaapi helper libraries and plugins elements are available under
index 1a262ec..af57feb 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapicontext.c - VA context abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 bec3e62..4442f10 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder.c - VA decoder abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 c1dc70b..8fb9099 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder_ffmpeg.c - FFmpeg-based decoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 07c740b..3a6cda1 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 f670a68..94c6e67 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay.c - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 eb6bf26..33d7a23 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay.h - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 94e9dfc..29950e8 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay_glx.c - VA/GLX display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 ab0c1d5..80ec99a 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay_priv.h - Base VA display (private definitions)
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 68ddf34..f4bd52c 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay_x11.c - VA/X11 display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 f063b54..9cd2639 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiimage.c - VA image abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 b4642c9..3178b68 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiimage.h - VA image abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 65d58db..747d00f 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisurfaceproxy.c - VA surface proxy
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 b1b6ff5..6cc4dea 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisurfaceproxy.h - VA surface proxy
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 e2ad756..97518cf 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiutils.c - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 ded19b3..ac6a38f 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiutils.h - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 9080868..527c07c 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiutils_glx.c - GLX utilties
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 efd4952..749b88d 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiwindow.c - VA window abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 89db5e7..2ca04c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapi.c - VA-API element registration
  *
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 Intel Corporation
  *  Copyright (C) 2011 Collabora Ltd.
  *    Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
  *
index 80c74e8..7193b2c 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecode.c - VA-API video decoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 fdf4f22..3a5df38 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidownload.c - VA-API video downloader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 56923db..70df9b9 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidownload.h - VA-API video downloader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 0db0908..782304b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapipluginutil.h - VA-API plugin helpers
  *
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 Intel Corporation
  *  Copyright (C) 2011 Collabora
  *    Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
  *
index 704ed37..e879cd4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapipluginutil.h - VA-API plugins private helper
  *
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 Intel Corporation
  *  Copyright (C) 2011 Collabora
  *    Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
  *
index d0e0ca6..cc78a96 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisink.c - VA-API video sink
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 e4fbd5d..9ba7366 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiupload.c - VA-API video uploader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 b3371e7..425054e 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiupload.h - VA-API video uploader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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 8d52cc3..e0b461d 100644 (file)
@@ -2,7 +2,7 @@
  *  test-decode.c - Test GstVaapiDecoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011 Intel Corporation
+ *  Copyright (C) 2011-2012 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