legal: fix copyright notices to include "Copyright" term.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 09:41:10 +0000 (10:41 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 16 Jan 2012 10:40:51 +0000 (11:40 +0100)
85 files changed:
gst-libs/gst/vaapi/gstvaapi_priv.h
gst-libs/gst/vaapi/gstvaapicompat.h
gst-libs/gst/vaapi/gstvaapicontext.c
gst-libs/gst/vaapi/gstvaapicontext.h
gst-libs/gst/vaapi/gstvaapidebug.h
gst-libs/gst/vaapi/gstvaapidecoder.c
gst-libs/gst/vaapi/gstvaapidecoder.h
gst-libs/gst/vaapi/gstvaapidecoder_ffmpeg.c
gst-libs/gst/vaapi/gstvaapidecoder_ffmpeg.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_glx.h
gst-libs/gst/vaapi/gstvaapidisplay_glx_priv.h
gst-libs/gst/vaapi/gstvaapidisplay_priv.h
gst-libs/gst/vaapi/gstvaapidisplay_x11.c
gst-libs/gst/vaapi/gstvaapidisplay_x11.h
gst-libs/gst/vaapi/gstvaapidisplay_x11_priv.h
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/gstvaapiimagepool.c
gst-libs/gst/vaapi/gstvaapiimagepool.h
gst-libs/gst/vaapi/gstvaapiobject.c
gst-libs/gst/vaapi/gstvaapiobject.h
gst-libs/gst/vaapi/gstvaapiobject_priv.h
gst-libs/gst/vaapi/gstvaapiparamspecs.c
gst-libs/gst/vaapi/gstvaapiparamspecs.h
gst-libs/gst/vaapi/gstvaapiprofile.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/gstvaapisurface.h
gst-libs/gst/vaapi/gstvaapisurfacepool.c
gst-libs/gst/vaapi/gstvaapisurfacepool.h
gst-libs/gst/vaapi/gstvaapisurfaceproxy.c
gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
gst-libs/gst/vaapi/gstvaapitexture.c
gst-libs/gst/vaapi/gstvaapitexture.h
gst-libs/gst/vaapi/gstvaapitypes.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_glx.h
gst-libs/gst/vaapi/gstvaapiutils_x11.c
gst-libs/gst/vaapi/gstvaapiutils_x11.h
gst-libs/gst/vaapi/gstvaapivalue.c
gst-libs/gst/vaapi/gstvaapivalue.h
gst-libs/gst/vaapi/gstvaapivideobuffer.c
gst-libs/gst/vaapi/gstvaapivideobuffer.h
gst-libs/gst/vaapi/gstvaapivideopool.c
gst-libs/gst/vaapi/gstvaapivideopool.h
gst-libs/gst/vaapi/gstvaapivideosink.c
gst-libs/gst/vaapi/gstvaapivideosink.h
gst-libs/gst/vaapi/gstvaapiwindow.c
gst-libs/gst/vaapi/gstvaapiwindow.h
gst-libs/gst/vaapi/gstvaapiwindow_glx.c
gst-libs/gst/vaapi/gstvaapiwindow_glx.h
gst-libs/gst/vaapi/gstvaapiwindow_x11.c
gst-libs/gst/vaapi/gstvaapiwindow_x11.h
gst/vaapi/gstvaapidecode.c
gst/vaapi/gstvaapidecode.h
gst/vaapi/gstvaapidownload.c
gst/vaapi/gstvaapidownload.h
gst/vaapi/gstvaapisink.c
gst/vaapi/gstvaapisink.h
gst/vaapi/gstvaapiupload.c
gst/vaapi/gstvaapiupload.h
tests/image.c
tests/image.h
tests/test-decode.c
tests/test-decode.h
tests/test-display.c
tests/test-h264.c
tests/test-h264.h
tests/test-mpeg2.c
tests/test-mpeg2.h
tests/test-surfaces.c
tests/test-textures.c
tests/test-vc1.c
tests/test-vc1.h
tests/test-windows.c

index 99d09b9..8416b83 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapi_priv.h - Helper to include all private headers
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index bf4385d..756474a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvapicompat.h - VA-API compatibility glue
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index f982fe0..d26cea2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapicontext.c - VA context abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 457570c..6168def 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapicontext.h - VA context abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index f0359cf..d743c74 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidebug.h - VA-API debugging utilities
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index adb1b18..bec3e62 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder.c - VA decoder abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index 02ce203..0306689 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder.h - VA decoder abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 7224bcd..c1dc70b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_ffmpeg.c - FFmpeg-based decoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index 68c61ee..746d16d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_ffmpeg.h - FFmpeg-based decoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 478daa8..4cf0b18 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 4790810..5b43e43 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay.c - VA display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 616f743..375ce44 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay.h - VA display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index cd74789..da86625 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_glx.c - VA/GLX display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index abb9d1b..b7135a6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_glx.h - VA/GLX display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 48b4bac..a843b38 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_glx_priv.h - Internal VA/GLX interface
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 76b58a7..2892f0d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_priv.h - Base VA display (private definitions)
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 36b0a99..a8a21f8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_x11.c - VA/X11 display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 71c8a8d..ab6d0ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_x11.h - VA/X11 display abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index b717d2f..a1b9213 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidisplay_x11_priv.h - Internal VA/X11 interface
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 49a19e5..00dfd03 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimage.c - VA image abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index a2b5ba2..2fa6ee4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimage.h - VA image abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index cac410a..763bbe1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimageformat.c - VA image format abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index da45341..25305d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimageformat.h - VA image format abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index e5738ce..3332931 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimagepool.c - Gst VA image pool
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 70f8a6b..139a850 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiimagepool.h - Gst VA image pool
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 66cbb30..f2106eb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiobject.c - Base VA object
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 066b086..fbb4aef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiobject.h - Base VA object
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 825b21c..d84b7b0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiobject_priv.h - Base VA object (private definitions)
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 41d5fe6..cac4027 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiparamspecs.c - GParamSpecs for some of our types
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 6bfb289..b22416e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiparamspecs.h - GParamSpecs for some of our types
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 67a3f57..1c95bbb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiprofile.c - VA profile abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 1da1381..c144a91 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiprofile.h - VA profile abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 2776b72..58221c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisubpicture.c - VA subpicture abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index afbd250..c199684 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisubpicture.h - VA subpicture abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index c29b1ba..350c529 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurface.c - VA surface abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index ce9bd9e..0bd8139 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurface.h - VA surface abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index a68be64..8fe9d5d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurfacepool.c - Gst VA surface pool
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index dfcef4d..1a7c30a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurfacepool.h - Gst VA surface pool
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index fc21208..c67e8cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurfaceproxy.c - VA surface proxy
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 8eab401..cf8f5b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisurfaceproxy.h - VA surface proxy
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index f9a84f5..0b70929 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapitexture.c - VA texture abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index a92c015..1b67a5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapitexture.h - VA texture abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index c0b555a..a6312b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapitypes.h - Basic types
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 5e6eb6e..ca9b3c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils.c - VA-API utilities
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index c626429..3c05d1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils.h - VA-API utilities
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 23ea8b7..3ebb568 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils_glx.c - GLX utilties
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 357b0fd..c5c7a0c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils_glx.h - GLX utilties
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 9c0852d..fb64295 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils_x11.c - X11 utilties
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index df43f5b..a031168 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiutils_x11.h - X11 utilties
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 44db35a..1b3da64 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivalue.c - GValue implementations specific to VA-API
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 8ba1985..a3834d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivalue.h - GValue implementations specific to VA-API
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 6814663..9baf2ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideobuffer.c - Gst VA video buffer
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 1ea745b..965aca1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideobuffer.h - Gstreamer/VA video buffer
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 47a039f..ec70be9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideopool.c - Video object pool abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 21fe1a7..1226617 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideopool.h - Video object pool abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 7ba6720..8f511d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideosink.c - VA sink interface
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 01bf01b..e9a17b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapivideosink.h - VA sink interface
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 58a9841..35e1045 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow.c - VA window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 7743d61..f5b6ee0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow.h - VA window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index cb132ca..447318e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow_glx.c - VA/GLX window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index fb896a7..96b7f4e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow_glx.h - VA/GLX window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index f41e3aa..d1f7d5a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow_x11.c - VA/X11 window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index b720a8e..9488703 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiwindow_x11.h - VA/X11 window abstraction
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 43b4349..80c74e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecode.c - VA-API video decoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index f288583..6725bcb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidecode.h - VA-API video decoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index 2c02535..fdf4f22 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidownload.c - VA-API video downloader
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index b15235a..4f800b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapidownload.h - VA-API video downloader
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 9000fed..d0e0ca6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisink.c - VA-API video sink
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index 221e452..06479d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapisink.h - VA-API video sink
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 7a47b2f..e4fbd5d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiupload.c - VA-API video uploader
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *  Copyright (C) 2011 Intel Corporation
  *
  *  This library is free software; you can redistribute it and/or
index 07e5771..776a638 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  gstvaapiupload.h - VA-API video uploader
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 20f1c02..39a8ac5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  image.c - Image utilities for the tests
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index a837d97..f958065 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  image.h - Image utilities for the tests
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 835400b..9b39734 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-decode.c - Test GstVaapiDecoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 59a0211..147f51c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-decode.h - Test GstVaapiDecoder
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index b3b734b..302fc31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-display.c - Test GstVaapiDisplayX11
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index a0a361b..e25c392 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-h264.c - H.264 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 9bc0a9a..93b79ca 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-h264.h - H.264 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 2f5d17c..3e75143 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-mpeg2.c - MPEG-2 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index b81adf0..c43154d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-mpeg2.h - MPEG-2 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 17e9751..a6edb34 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-surfaces.c - Test GstVaapiSurface and GstVaapiSurfacePool
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 27497b1..7bf40fd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-textures.c - Test GstVaapiTexture
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 4feb0ba..60170f1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-vc1.c - VC-1 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index e659c48..1d78504 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-vc1.h - VC-1 test data
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License
index 6862d12..56c3168 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  test-windows.c - Test GstVaapiWindow
  *
- *  gstreamer-vaapi (C) 2010-2011 Splitted-Desktop Systems
+ *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public License