legal: add per-file authorship information.

Credit original authors on a per-file basis as we cannot expect people
to know all country-specific rules, or bother browsing through the git
history.
This commit is contained in:
Gwenole Beauchesne 2013-11-22 05:57:18 +01:00
parent e3bd3b1dd3
commit 15519ebe3d
162 changed files with 257 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* glibcompat.h - System-dependent definitions * glibcompat.h - System-dependent definitions
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstcompat.h - Compatibility glue for GStreamer * gstcompat.h - Compatibility glue for GStreamer
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapicodec_objects.c - VA codec objects abstraction * gstvaapicodec_objects.c - VA codec objects abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapicodec_objects.h - VA codec objects abstraction * gstvaapicodec_objects.h - VA codec objects abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvapicompat.h - VA-API compatibility glue * gstvapicompat.h - VA-API compatibility glue
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapicontext.c - VA context abstraction * gstvaapicontext.c - VA context abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapicontext.h - VA context abstraction * gstvaapicontext.h - VA context abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidebug.h - VA-API debugging utilities * gstvaapidebug.h - VA-API debugging utilities
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidecoder.c - VA decoder abstraction * gstvaapidecoder.c - VA decoder abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidecoder.h - VA decoder abstraction * gstvaapidecoder.h - VA decoder abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_dpb.c - Decoded Picture Buffer * gstvaapidecoder_dpb.c - Decoded Picture Buffer
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_dpb.h - Decoded Picture Buffer * gstvaapidecoder_dpb.h - Decoded Picture Buffer
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_h264.c - H.264 decoder * gstvaapidecoder_h264.c - H.264 decoder
* *
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_h264.h - H.264 decoder * gstvaapidecoder_h264.h - H.264 decoder
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapidecoder_jpeg.c - JPEG decoder * gstvaapidecoder_jpeg.c - JPEG decoder
* *
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Wind Yuan <feng.yuan@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapidecoder_jpeg.h - JPEG decoder * gstvaapidecoder_jpeg.h - JPEG decoder
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Wind Yuan <feng.yuan@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_mpeg2.c - MPEG-2 decoder * gstvaapidecoder_mpeg2.c - MPEG-2 decoder
* *
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_mpeg2.h - MPEG-2 decoder * gstvaapidecoder_mpeg2.h - MPEG-2 decoder
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_mpeg4.c - MPEG-4 decoder * gstvaapidecoder_mpeg4.c - MPEG-4 decoder
* *
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Halley Zhao <halley.zhao@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_mpeg4.h - MPEG-4 decoder * gstvaapidecoder_mpeg4.h - MPEG-4 decoder
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Halley Zhao <halley.zhao@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidecoder_objects.c - VA decoder objects helpers * gstvaapidecoder_objects.c - VA decoder objects helpers
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidecoder_objects.h - VA decoder objects * gstvaapidecoder_objects.h - VA decoder objects
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidecoder_priv.h - VA decoder abstraction (private definitions) * gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_unit.c - VA decoder units * gstvaapidecoder_unit.c - VA decoder units
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_unit.h - VA decoder units * gstvaapidecoder_unit.h - VA decoder units
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_vc1.c - VC-1 decoder * gstvaapidecoder_vc1.c - VC-1 decoder
* *
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_vc1.h - VC-1 decoder * gstvaapidecoder_vc1.h - VC-1 decoder
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay.c - VA display abstraction * gstvaapidisplay.c - VA display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay.h - VA display abstraction * gstvaapidisplay.h - VA display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_drm.c - VA/DRM display abstraction * gstvaapidisplay_drm.c - VA/DRM display abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_drm.h - VA/DRM display abstraction * gstvaapidisplay_drm.h - VA/DRM display abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_drm_priv.h - Internal VA/DRM interface * gstvaapidisplay_drm_priv.h - Internal VA/DRM interface
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_glx.c - VA/GLX display abstraction * gstvaapidisplay_glx.c - VA/GLX display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_glx.h - VA/GLX display abstraction * gstvaapidisplay_glx.h - VA/GLX display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_glx_priv.h - Internal VA/GLX interface * gstvaapidisplay_glx_priv.h - Internal VA/GLX interface
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_priv.h - Base VA display (private definitions) * gstvaapidisplay_priv.h - Base VA display (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapidisplay_wayland.c - VA/Wayland display abstraction * gstvaapidisplay_wayland.c - VA/Wayland display abstraction
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapidisplay_wayland.h - VA/Wayland display abstraction * gstvaapidisplay_wayland.h - VA/Wayland display abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapidisplay_wayland_priv.h - Internal VA/Wayland interface * gstvaapidisplay_wayland_priv.h - Internal VA/Wayland interface
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_x11.c - VA/X11 display abstraction * gstvaapidisplay_x11.c - VA/X11 display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_x11.h - VA/X11 display abstraction * gstvaapidisplay_x11.h - VA/X11 display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapidisplay_x11_priv.h - Internal VA/X11 interface * gstvaapidisplay_x11_priv.h - Internal VA/X11 interface
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplaycache.c - VA display cache * gstvaapidisplaycache.c - VA display cache
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplaycache.h - VA display cache * gstvaapidisplaycache.h - VA display cache
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapifilter.c - Video processing abstraction * gstvaapifilter.c - Video processing abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapifilter.h - Video processing abstraction * gstvaapifilter.h - Video processing abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiimage.c - VA image abstraction * gstvaapiimage.c - VA image abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiimage.h - VA image abstraction * gstvaapiimage.h - VA image abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiimage_priv.h - VA image abstraction (private definitions) * gstvaapiimage_priv.h - VA image abstraction (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiimagepool.c - Gst VA image pool * gstvaapiimagepool.c - Gst VA image pool
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiimagepool.h - Gst VA image pool * gstvaapiimagepool.h - Gst VA image pool
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiminiobject.c - A lightweight reference counted object * gstvaapiminiobject.c - A lightweight reference counted object
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiminiobject.h - A lightweight reference counted object * gstvaapiminiobject.h - A lightweight reference counted object
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiobject.c - Base VA object * gstvaapiobject.c - Base VA object
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiobject.h - Base VA object * gstvaapiobject.h - Base VA object
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiobject_priv.h - Base VA object (private definitions) * gstvaapiobject_priv.h - Base VA object (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiparser_frame.c - VA parser frame * gstvaapiparser_frame.c - VA parser frame
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiparser_frame.h - VA parser frame * gstvaapiparser_frame.h - VA parser frame
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapipixmap.c - Pixmap abstraction * gstvaapipixmap.c - Pixmap abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapipixmap.h - Pixmap abstraction * gstvaapipixmap.h - Pixmap abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapipixmap_priv.h - Pixmap abstraction (private definitions) * gstvaapipixmap_priv.h - Pixmap abstraction (private definitions)
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapipixmap_x11.c - X11 pixmap abstraction * gstvaapipixmap_x11.c - X11 pixmap abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapipixmap_x11.h - X11 pixmap abstraction * gstvaapipixmap_x11.h - X11 pixmap abstraction
* *
* Copyright (C) 2013 Intel Corporation * Copyright (C) 2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiprofile.c - VA profile abstraction * gstvaapiprofile.c - VA profile abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiprofile.h - VA profile abstraction * gstvaapiprofile.h - VA profile abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisubpicture.c - VA subpicture abstraction * gstvaapisubpicture.c - VA subpicture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisubpicture.h - VA subpicture abstraction * gstvaapisubpicture.h - VA subpicture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurface.c - VA surface abstraction * gstvaapisurface.c - VA surface abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurface.h - VA surface abstraction * gstvaapisurface.h - VA surface abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisurface_priv.h - VA surface abstraction (private data) * gstvaapisurface_priv.h - VA surface abstraction (private data)
* *
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurfacepool.c - Gst VA surface pool * gstvaapisurfacepool.c - Gst VA surface pool
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurfacepool.h - Gst VA surface pool * gstvaapisurfacepool.h - Gst VA surface pool
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurfaceproxy.c - VA surface proxy * gstvaapisurfaceproxy.c - VA surface proxy
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurfaceproxy.h - VA surface proxy * gstvaapisurfaceproxy.h - VA surface proxy
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapisurfaceproxy_priv.h - VA surface proxy (private definitions) * gstvaapisurfaceproxy_priv.h - VA surface proxy (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapitexture.c - VA texture abstraction * gstvaapitexture.c - VA texture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapitexture.h - VA texture abstraction * gstvaapitexture.h - VA texture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapitypes.h - Basic types * gstvaapitypes.h - Basic types
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils.c - VA-API utilities * gstvaapiutils.c - VA-API utilities
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils.h - VA-API utilities * gstvaapiutils.h - VA-API utilities
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2013 Intel Corporation * Copyright (C) 2011-2013 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils_glx.c - GLX utilties * gstvaapiutils_glx.c - GLX utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils_glx.h - GLX utilties * gstvaapiutils_glx.h - GLX utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils_x11.c - X11 utilties * gstvaapiutils_x11.c - X11 utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiutils_x11.h - X11 utilties * gstvaapiutils_x11.h - X11 utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapivalue.c - GValue implementations specific to VA-API * gstvaapivalue.c - GValue implementations specific to VA-API
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapivalue.h - GValue implementations specific to VA-API * gstvaapivalue.h - GValue implementations specific to VA-API
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapivideopool.c - Video object pool abstraction * gstvaapivideopool.c - Video object pool abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapivideopool.h - Video object pool abstraction * gstvaapivideopool.h - Video object pool abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapivideopool_priv.h - Video object pool abstraction (private defs) * gstvaapivideopool_priv.h - Video object pool abstraction (private defs)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow.c - VA window abstraction * gstvaapiwindow.c - VA window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2011-2012 Intel Corporation * Copyright (C) 2011-2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow.h - VA window abstraction * gstvaapiwindow.h - VA window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiwindow_drm.c - VA/DRM window abstraction * gstvaapiwindow_drm.c - VA/DRM window abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiwindow_drm.h - VA/DRM window abstraction * gstvaapiwindow_drm.h - VA/DRM window abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow_glx.c - VA/GLX window abstraction * gstvaapiwindow_glx.c - VA/GLX window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow_glx.h - VA/GLX window abstraction * gstvaapiwindow_glx.h - VA/GLX window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow_priv.h - VA window abstraction (private definitions) * gstvaapiwindow_priv.h - VA window abstraction (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapiwindow_wayland.c - VA/Wayland window abstraction * gstvaapiwindow_wayland.c - VA/Wayland window abstraction
* *
* Copyright (C) 2012-2013 Intel Corporation * Copyright (C) 2012-2013 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,8 @@
* gstvaapiwindow_wayland.h - VA/Wayland window abstraction * gstvaapiwindow_wayland.h - VA/Wayland window abstraction
* *
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow_x11.c - VA/X11 window abstraction * gstvaapiwindow_x11.c - VA/X11 window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,7 +2,9 @@
* gstvaapiwindow_x11.h - VA/X11 window abstraction * gstvaapiwindow_x11.h - VA/X11 window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
* Copyright (C) 2012 Intel Corporation * Copyright (C) 2012 Intel Corporation
* Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

Some files were not shown because too many files have changed in this diff Show more