legal: fix year for some copyright notices (2013).
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 29 Jan 2013 13:14:45 +0000 (14:14 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 29 Jan 2013 13:37:02 +0000 (14:37 +0100)
47 files changed:
NEWS
README
debian.upstream/copyright
gst-libs/gst/vaapi/gstvaapicodec_objects.c
gst-libs/gst/vaapi/gstvaapicontext.c
gst-libs/gst/vaapi/gstvaapidecoder.c
gst-libs/gst/vaapi/gstvaapidecoder.h
gst-libs/gst/vaapi/gstvaapidecoder_dpb.c
gst-libs/gst/vaapi/gstvaapidecoder_dpb.h
gst-libs/gst/vaapi/gstvaapidecoder_frame.c
gst-libs/gst/vaapi/gstvaapidecoder_frame.h
gst-libs/gst/vaapi/gstvaapidecoder_h264.c
gst-libs/gst/vaapi/gstvaapidecoder_jpeg.c
gst-libs/gst/vaapi/gstvaapidecoder_mpeg2.c
gst-libs/gst/vaapi/gstvaapidecoder_mpeg4.c
gst-libs/gst/vaapi/gstvaapidecoder_objects.c
gst-libs/gst/vaapi/gstvaapidecoder_objects.h
gst-libs/gst/vaapi/gstvaapidecoder_priv.h
gst-libs/gst/vaapi/gstvaapidecoder_unit.c
gst-libs/gst/vaapi/gstvaapidecoder_unit.h
gst-libs/gst/vaapi/gstvaapidecoder_vc1.c
gst-libs/gst/vaapi/gstvaapidisplay.c
gst-libs/gst/vaapi/gstvaapidisplay.h
gst-libs/gst/vaapi/gstvaapidisplay_wayland.c
gst-libs/gst/vaapi/gstvaapiminiobject.c
gst-libs/gst/vaapi/gstvaapiprofile.h
gst-libs/gst/vaapi/gstvaapisubpicture.c
gst-libs/gst/vaapi/gstvaapisubpicture.h
gst-libs/gst/vaapi/gstvaapisurface.c
gst-libs/gst/vaapi/gstvaapiutils.c
gst-libs/gst/vaapi/gstvaapiutils.h
gst-libs/gst/vaapi/gstvaapivideobuffer.c
gst-libs/gst/vaapi/gstvaapivideobuffer.h
gst-libs/gst/vaapi/gstvaapivideoconverter_glx.c
gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
gst-libs/gst/vaapi/sysdeps.h
gst/vaapi/gstvaapidecode.c
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapipluginbuffer.c
gst/vaapi/gstvaapipluginbuffer.h
gst/vaapi/gstvaapipostproc.c
gst/vaapi/gstvaapisink.c
gst/vaapi/gstvaapiupload.c
gst/vaapi/gstvaapiuploader.c
tests/output.c
tests/test-decode.c
tests/test-subpicture.c

diff --git a/NEWS b/NEWS
index b42f82a..c149a75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 gst-vaapi NEWS -- summary of changes.  2013-01-DD
 Copyright (C) 2010-2011 Splitted-Desktop Systems
-Copyright (C) 2011-2012 Intel Corporation
+Copyright (C) 2011-2013 Intel Corporation
 Copyright (C) 2011 Collabora
 
 Version 0.5.1 - DD.Jan.2013
diff --git a/README b/README
index 91dc108..9b65f72 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-2012 Intel Corporation
+  Copyright (C) 2011-2013 Intel Corporation
   Copyright (C) 2011 Collabora Ltd.
 
 
index bb733ae..083ce86 100644 (file)
@@ -9,7 +9,7 @@ Copyright:
 License:
 
     Copyright (C) 2010-2011, Splitted-Desktop Systems.
-    Copyright (C) 2011-2012, Intel Corporation.
+    Copyright (C) 2011-2013, Intel Corporation.
     Copyright (C) 2011, Collabora Ltd.
 
     gstreamer-vaapi helper libraries and plugins elements are available under
index eddd7bd..3279243 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapicodec_objects.c - VA codec objects abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 84ff9d7..95ddbbc 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapicontext.c - VA context abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 3603746..b217acd 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder.c - VA decoder abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 793596a..1558d28 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder.h - VA decoder abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 adcfd82..047fa24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_dpb.c - Decoded Picture Buffer
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 18dbf57..4fc1a20 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_dpb.h - Decoded Picture Buffer
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 cae0d30..c2e659b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_frame.c - VA decoder frame
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 4a3595a..ed42fe2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_frame.h - VA decoder frame
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 7ca10fc..db18096 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_h264.c - H.264 decoder
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 22161c3..f3221b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_jpeg.c - JPEG decoder
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 90459e1..0751203 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_mpeg2.c - MPEG-2 decoder
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 e56012b..0dd3425 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_mpeg4.c - MPEG-4 decoder
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 efc95a3..9b450bb 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder_objects.c - VA decoder objects helpers
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 f6066e9..f0e173f 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder_objects.h - VA decoder objects
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 1887ee4..9b0867d 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 217dde6..af37947 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_unit.c - VA decoder units
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 2c10129..6ccc59b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_unit.h - VA decoder units
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 9dcd0af..d42f72e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_vc1.c - VC-1 decoder
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 a3cd13c..4a6dae0 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay.c - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 ddfb375..53809b6 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidisplay.h - VA display abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 bb91128..3d162b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_wayland.c - VA/Wayland display abstraction
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 08427d3..081df1d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiminiobject.c - A lightweight reference counted object
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 ce0851b..8663029 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiprofile.h - VA profile abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 e0b87c0..bed0d89 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisubpicture.c - VA subpicture abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 22a09f0..674f5ce 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisubpicture.h - VA subpicture abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 8f90706..d9c676c 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisurface.c - VA surface abstraction
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 1461b28..f959dd9 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiutils.c - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 791fe14..da69344 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiutils.h - VA-API utilities
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 9822942..afb173c 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapivideobuffer.c - Gst VA video buffer
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 e60ecf2..adc88d0 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapivideobuffer.h - Gstreamer/VA video buffer
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 9413695..afb6e6e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideoconverter_glx.c - Gst VA video converter
  *
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 Intel Corporation
  *  Copyright (C) 2011 Collabora Ltd.
  *    Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
  *
index 82f07b3..38d6263 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow_wayland.c - VA/Wayland window abstraction
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 6f072fc..2748e02 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  sysdeps.h - System-dependent definitions
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 e33a734..45f1b8e 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidecode.c - VA-API video decoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 34a8dcb..4d1d49f 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapidownload.c - VA-API video downloader
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 560081d..1ed8f98 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapipluginbuffer.c - Private GStreamer/VA video buffers
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 fb2dbff..d3a509f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapipluginbuffer.h - Private GStreamer/VA video buffers
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 62dcc11..a40352f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapipostproc.c - VA-API video postprocessing
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 aa3249c..1ca403f 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapisink.c - VA-API video sink
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 6e5b054..6118454 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiupload.c - VA-API video upload element
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 425b2e7..460435e 100644 (file)
@@ -2,7 +2,7 @@
  *  gstvaapiuploader.c - VA-API video upload helper
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 a1b427f..5116bad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  output.c - Video output helpers
  *
- *  Copyright (C) 2012 Intel Corporation
+ *  Copyright (C) 2012-2013 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 4afed15..6ee32b2 100644 (file)
@@ -2,7 +2,7 @@
  *  test-decode.c - Test GstVaapiDecoder
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
- *  Copyright (C) 2011-2012 Intel Corporation
+ *  Copyright (C) 2011-2013 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 eb98582..5c81942 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-subpicture.c - Test GstVaapiSubpicture
  *
- *  Copyright (C) <2011-2012> Intel Corporation
+ *  Copyright (C) <2011-2013> Intel Corporation
  *  Copyright (C) <2011> Collabora Ltd.
  *  Copyright (C) <2011> Thibault Saunier <thibault.saunier@collabora.com>
  *