From cd3f75b4ea737935a3c51a1814e717c8c59fa299 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Sat, 3 Dec 2011 08:59:59 +0100 Subject: Rename to libva-driver-vdpau. --- NEWS | 2 +- README | 6 +++--- configure.ac | 3 ++- debian.upstream/Makefile.am | 16 ++++++++-------- debian.upstream/changelog.in | 2 +- debian.upstream/control.in | 8 ++++---- debian.upstream/libva-driver-vdpau.install | 1 + debian.upstream/vdpau-video.install | 1 - src/debug.c | 2 +- src/debug.h | 2 +- src/object_heap.c | 2 +- src/object_heap.h | 2 +- src/sysdeps.h | 2 +- src/uasyncqueue.c | 2 +- src/uasyncqueue.h | 2 +- src/ulist.c | 2 +- src/ulist.h | 2 +- src/uqueue.c | 2 +- src/uqueue.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- src/utils_glx.c | 2 +- src/utils_glx.h | 2 +- src/utils_x11.c | 2 +- src/utils_x11.h | 2 +- src/vaapi_compat.h | 2 +- src/vdpau_buffer.c | 2 +- src/vdpau_buffer.h | 2 +- src/vdpau_decode.c | 2 +- src/vdpau_decode.h | 2 +- src/vdpau_driver.c | 2 +- src/vdpau_driver.h | 2 +- src/vdpau_driver_template.h | 2 +- src/vdpau_dump.c | 2 +- src/vdpau_dump.h | 2 +- src/vdpau_gate.c | 2 +- src/vdpau_gate.h | 2 +- src/vdpau_image.c | 2 +- src/vdpau_image.h | 2 +- src/vdpau_mixer.c | 2 +- src/vdpau_mixer.h | 2 +- src/vdpau_subpic.c | 2 +- src/vdpau_subpic.h | 2 +- src/vdpau_video.c | 2 +- src/vdpau_video.h | 2 +- src/vdpau_video_glx.c | 2 +- src/vdpau_video_glx.h | 2 +- src/vdpau_video_x11.c | 2 +- src/vdpau_video_x11.h | 2 +- 49 files changed, 61 insertions(+), 60 deletions(-) create mode 100644 debian.upstream/libva-driver-vdpau.install delete mode 100644 debian.upstream/vdpau-video.install diff --git a/NEWS b/NEWS index e52728a..87e666e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -vdpau-video NEWS -- summary of changes. 2011-MM-DD +libva-driver-vdpau NEWS -- summary of changes. 2011-MM-DD Copyright (C) 2009-2011 Splitted-Desktop Systems Version 0.7.4 - DD.MM.2011 diff --git a/README b/README index 315a5c2..dc3320c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - vdpau-video + libva-driver-vdpau A VDPAU-based backend for VA-API Copyright (C) 2009-2011 Splitted-Desktop Systems @@ -8,14 +8,14 @@ License ------- -vdpau-video is available under the terms of the GNU General +libva-driver-vdpau is available under the terms of the GNU General Public License. Overview -------- -vdpau-video consists in a VDPAU-based backend for VA-API. +libva-driver-vdpau consists in a VDPAU-based backend for VA-API. Requirements diff --git a/configure.ac b/configure.ac index faea6ce..409d0a1 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,8 @@ m4_define([libva_sds_version], [libva_glx_sds_version_0_31]) m4_define([libva_sds_package_version], [libva_glx_sds_package_version_0_31]) AC_PREREQ([2.57]) -AC_INIT([vdpau_video], [vdpau_video_version], [gbeauchesne@splitted-desktop.com], [vdpau-video]) +AC_INIT([vdpau_video], [vdpau_video_version], [gwenole.beauchesne@intel.com], + [libva-driver-vdpau]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am index ac23f45..66c48fc 100644 --- a/debian.upstream/Makefile.am +++ b/debian.upstream/Makefile.am @@ -1,15 +1,15 @@ DEBIANFILES = \ - changelog.in \ - compat \ - control.in \ - copyright \ - rules \ - vdpau-video.install \ + changelog.in \ + compat \ + control.in \ + copyright \ + rules \ + libva-driver-vdpau.install \ $(NULL) DEBIANGENFILES = \ - changelog \ - control \ + changelog \ + control \ $(NULL) EXTRA_DIST = $(DEBIANFILES) diff --git a/debian.upstream/changelog.in b/debian.upstream/changelog.in index e3e6aca..2e695a7 100644 --- a/debian.upstream/changelog.in +++ b/debian.upstream/changelog.in @@ -1,4 +1,4 @@ -vdpau-video (@PACKAGE_VERSION@-1) unstable; urgency=low +libva-driver-vdpau (@PACKAGE_VERSION@-1) unstable; urgency=low * Autogenerated package, see NEWS file for ChangeLog. diff --git a/debian.upstream/control.in b/debian.upstream/control.in index 5efaf99..dd1c881 100644 --- a/debian.upstream/control.in +++ b/debian.upstream/control.in @@ -1,4 +1,4 @@ -Source: vdpau-video +Source: libva-driver-vdpau Section: libs Priority: optional Maintainer: Gwenole Beauchesne @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5), libva-dev (>= @LIBVA_SDS_PACKAGE_VERSION@) Standards-Version: 3.7.2 -Package: vdpau-video +Package: libva-driver-vdpau Section: libs Architecture: any Depends: libva1 (>= @LIBVA_SDS_PACKAGE_VERSION@), @@ -15,10 +15,10 @@ Depends: libva1 (>= @LIBVA_SDS_PACKAGE_VERSION@), Description: VDPAU-based backend for VA-API Video decode driver for NVIDIA chipsets (VDPAU implementation). -Package: vdpau-video-dbg +Package: libva-driver-vdpau-dbg Section: libdevel Architecture: any -Depends: vdpau-video (= ${Source-Version}) +Depends: libva-driver-vdpau (= ${Source-Version}) Description: VDPAU-based backend for VA-API Video decode driver for NVIDIA chipsets (VDPAU implementation). . diff --git a/debian.upstream/libva-driver-vdpau.install b/debian.upstream/libva-driver-vdpau.install new file mode 100644 index 0000000..8fbbd2b --- /dev/null +++ b/debian.upstream/libva-driver-vdpau.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/va/drivers/*.so diff --git a/debian.upstream/vdpau-video.install b/debian.upstream/vdpau-video.install deleted file mode 100644 index 8fbbd2b..0000000 --- a/debian.upstream/vdpau-video.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/va/drivers/*.so diff --git a/src/debug.c b/src/debug.c index 5950007..2f51a8f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,7 +1,7 @@ /* * debug.c - Debugging utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug.h b/src/debug.h index d16038d..0c9311b 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ /* * debug.h - Debugging utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/object_heap.c b/src/object_heap.c index bcd33e5..056168b 100644 --- a/src/object_heap.c +++ b/src/object_heap.c @@ -1,7 +1,7 @@ /* * object_heap.c - Management of VA-API resources * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/object_heap.h b/src/object_heap.h index bf8648e..80de9f8 100644 --- a/src/object_heap.h +++ b/src/object_heap.h @@ -1,7 +1,7 @@ /* * object_heap.h - Management of VA-API resources * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sysdeps.h b/src/sysdeps.h index b0f123f..eaf6225 100644 --- a/src/sysdeps.h +++ b/src/sysdeps.h @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uasyncqueue.c b/src/uasyncqueue.c index 2451aa5..f7a7fbe 100644 --- a/src/uasyncqueue.c +++ b/src/uasyncqueue.c @@ -1,7 +1,7 @@ /* * uasyncqueue.c - Asynchronous queues * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uasyncqueue.h b/src/uasyncqueue.h index 3811bf6..f27497a 100644 --- a/src/uasyncqueue.h +++ b/src/uasyncqueue.h @@ -1,7 +1,7 @@ /* * uasyncqueue.h - Asynchronous queues * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ulist.c b/src/ulist.c index af9307b..d17850b 100644 --- a/src/ulist.c +++ b/src/ulist.c @@ -1,7 +1,7 @@ /* * ulist.c - Lists * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ulist.h b/src/ulist.h index 577b81c..b74a3ea 100644 --- a/src/ulist.h +++ b/src/ulist.h @@ -1,7 +1,7 @@ /* * ulist.h - Lists * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uqueue.c b/src/uqueue.c index 6a64e54..0eb4281 100644 --- a/src/uqueue.c +++ b/src/uqueue.c @@ -1,7 +1,7 @@ /* * uqueue.c - Queues * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uqueue.h b/src/uqueue.h index d78d22a..846d603 100644 --- a/src/uqueue.h +++ b/src/uqueue.h @@ -1,7 +1,7 @@ /* * uqueue.h - Queues * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils.c b/src/utils.c index e2d9b9c..c08736b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * utils.c - Utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils.h b/src/utils.h index f96db41..de28ce0 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ /* * utils.h - Utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils_glx.c b/src/utils_glx.c index 187ba7b..3712bbc 100644 --- a/src/utils_glx.c +++ b/src/utils_glx.c @@ -1,7 +1,7 @@ /* * utils_glx.c - GLX utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils_glx.h b/src/utils_glx.h index f753780..aad6cea 100644 --- a/src/utils_glx.h +++ b/src/utils_glx.h @@ -1,7 +1,7 @@ /* * utils_glx.h - GLX utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils_x11.c b/src/utils_x11.c index 09402f9..624ade4 100644 --- a/src/utils_x11.c +++ b/src/utils_x11.c @@ -1,7 +1,7 @@ /* * utils_x11.h - X11 utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils_x11.h b/src/utils_x11.h index 53b4c24..5d22da7 100644 --- a/src/utils_x11.h +++ b/src/utils_x11.h @@ -1,7 +1,7 @@ /* * utils_x11.h - X11 utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vaapi_compat.h b/src/vaapi_compat.h index 7573cbf..56cd529 100644 --- a/src/vaapi_compat.h +++ b/src/vaapi_compat.h @@ -1,7 +1,7 @@ /* * vaapi_compat.h - VA-API compatibility glue * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_buffer.c b/src/vdpau_buffer.c index b3f1ea6..c42be24 100644 --- a/src/vdpau_buffer.c +++ b/src/vdpau_buffer.c @@ -1,7 +1,7 @@ /* * vdpau_buffer.c - VDPAU backend for VA-API (VA buffers) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_buffer.h b/src/vdpau_buffer.h index 4d937d2..b3981ac 100644 --- a/src/vdpau_buffer.h +++ b/src/vdpau_buffer.h @@ -1,7 +1,7 @@ /* * vdpau_buffer.h - VDPAU backend for VA-API (VA buffers) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_decode.c b/src/vdpau_decode.c index 92b804b..0340c13 100644 --- a/src/vdpau_decode.c +++ b/src/vdpau_decode.c @@ -1,7 +1,7 @@ /* * vdpau_decode.c - VDPAU backend for VA-API (decoder) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_decode.h b/src/vdpau_decode.h index 54c1fd3..2cdab30 100644 --- a/src/vdpau_decode.h +++ b/src/vdpau_decode.h @@ -1,7 +1,7 @@ /* * vdpau_decode.h - VDPAU backend for VA-API (decoder) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_driver.c b/src/vdpau_driver.c index c8b98bd..3c0fc49 100644 --- a/src/vdpau_driver.c +++ b/src/vdpau_driver.c @@ -1,7 +1,7 @@ /* * vdpau_driver.c - VDPAU driver * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_driver.h b/src/vdpau_driver.h index 1fe9464..5ae8a92 100644 --- a/src/vdpau_driver.h +++ b/src/vdpau_driver.h @@ -1,7 +1,7 @@ /* * vdpau_driver.h - VDPAU driver * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_driver_template.h b/src/vdpau_driver_template.h index dbdbc8b..cf19db1 100644 --- a/src/vdpau_driver_template.h +++ b/src/vdpau_driver_template.h @@ -1,7 +1,7 @@ /* * vdpau_driver_template.h - VDPAU driver initialization template * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c index e0e63b2..f4e5321 100644 --- a/src/vdpau_dump.c +++ b/src/vdpau_dump.c @@ -1,7 +1,7 @@ /* * vdpau_dump.c - Dump utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_dump.h b/src/vdpau_dump.h index 39e6c8b..459d028 100644 --- a/src/vdpau_dump.h +++ b/src/vdpau_dump.h @@ -1,7 +1,7 @@ /* * vdpau_dump.h - Dump utilities * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_gate.c b/src/vdpau_gate.c index 20bb655..8b6a786 100644 --- a/src/vdpau_gate.c +++ b/src/vdpau_gate.c @@ -1,7 +1,7 @@ /* * vdpau_gate.c - VDPAU hooks * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_gate.h b/src/vdpau_gate.h index 62e0444..d32f1ff 100644 --- a/src/vdpau_gate.h +++ b/src/vdpau_gate.h @@ -1,7 +1,7 @@ /* * vdpau_gate.h - VDPAU hooks * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_image.c b/src/vdpau_image.c index 276a312..bd0480c 100644 --- a/src/vdpau_image.c +++ b/src/vdpau_image.c @@ -1,7 +1,7 @@ /* * vdpau_image.c - VDPAU backend for VA-API (VA images) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_image.h b/src/vdpau_image.h index 2db1074..28265d2 100644 --- a/src/vdpau_image.h +++ b/src/vdpau_image.h @@ -1,7 +1,7 @@ /* * vdpau_image.h - VDPAU backend for VA-API (VA images) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_mixer.c b/src/vdpau_mixer.c index 1c98400..6768630 100644 --- a/src/vdpau_mixer.c +++ b/src/vdpau_mixer.c @@ -1,7 +1,7 @@ /* * vdpau_mixer.c - VDPAU backend for VA-API (video mixer abstraction) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_mixer.h b/src/vdpau_mixer.h index b720c38..7e18958 100644 --- a/src/vdpau_mixer.h +++ b/src/vdpau_mixer.h @@ -1,7 +1,7 @@ /* * vdpau_mixer.h - VDPAU backend for VA-API (video mixer abstraction) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_subpic.c b/src/vdpau_subpic.c index e3f4115..eccaecb 100644 --- a/src/vdpau_subpic.c +++ b/src/vdpau_subpic.c @@ -1,7 +1,7 @@ /* * vdpau_subpic.c - VDPAU backend for VA-API (VA subpictures) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_subpic.h b/src/vdpau_subpic.h index 0b14f5d..9dfc581 100644 --- a/src/vdpau_subpic.h +++ b/src/vdpau_subpic.h @@ -1,7 +1,7 @@ /* * vdpau_subpic.h - VDPAU backend for VA-API (VA subpictures) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video.c b/src/vdpau_video.c index 87a9dc6..95b341d 100644 --- a/src/vdpau_video.c +++ b/src/vdpau_video.c @@ -1,7 +1,7 @@ /* * vdpau_video.c - VDPAU backend for VA-API * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video.h b/src/vdpau_video.h index abc22f4..bdbb6f7 100644 --- a/src/vdpau_video.h +++ b/src/vdpau_video.h @@ -1,7 +1,7 @@ /* * vdpau_video.h - VDPAU backend for VA-API (shareed data) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video_glx.c b/src/vdpau_video_glx.c index 7636f50..6b5d8ff 100644 --- a/src/vdpau_video_glx.c +++ b/src/vdpau_video_glx.c @@ -1,7 +1,7 @@ /* * vdpau_video_glx.c - VDPAU backend for VA-API (GLX rendering) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video_glx.h b/src/vdpau_video_glx.h index 8fa7715..d25f55b 100644 --- a/src/vdpau_video_glx.h +++ b/src/vdpau_video_glx.h @@ -1,7 +1,7 @@ /* * vdpau_video_glx.h - VDPAU backend for VA-API (GLX rendering) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video_x11.c b/src/vdpau_video_x11.c index ff8b60f..5dabe71 100644 --- a/src/vdpau_video_x11.c +++ b/src/vdpau_video_x11.c @@ -1,7 +1,7 @@ /* * vdpau_video.h - VDPAU backend for VA-API (X11 rendering) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdpau_video_x11.h b/src/vdpau_video_x11.h index a72aa86..cc98f16 100644 --- a/src/vdpau_video_x11.h +++ b/src/vdpau_video_x11.h @@ -1,7 +1,7 @@ /* * vdpau_video_x11.h - VDPAU backend for VA-API (X11 rendering) * - * vdpau-video (C) 2009-2011 Splitted-Desktop Systems + * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3