summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-10-05 15:38:17 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-10-05 15:38:17 +0200
commitad49d146b4383694213fffca8a903aaecb439b16 (patch)
tree4766c06ebddd6604fb56838e86bb3289ee18625a
parent9c968f8b9c53d308e3bfd796a1915096f6ab5ea3 (diff)
build: use libva-intel-driver as the package name.
Most OSVs adopted XXX-vdpau-driver as the name of their packages for the VDPAU-based VA driver, with XXX = { vaapi, libva }. Then, adopt libva-vdpau-driver from now on for upstream packages too.
-rw-r--r--.gitignore2
-rw-r--r--NEWS2
-rw-r--r--README6
-rw-r--r--configure.ac2
-rw-r--r--debian.upstream/Makefile.am4
-rw-r--r--debian.upstream/changelog.in2
-rw-r--r--debian.upstream/control.in8
-rw-r--r--debian.upstream/libva-vdpau-driver.install.in (renamed from debian.upstream/libva-driver-vdpau.install.in)0
-rw-r--r--src/debug.c2
-rw-r--r--src/debug.h2
-rw-r--r--src/object_heap.c2
-rw-r--r--src/object_heap.h2
-rw-r--r--src/sysdeps.h2
-rw-r--r--src/uasyncqueue.c2
-rw-r--r--src/uasyncqueue.h2
-rw-r--r--src/ulist.c2
-rw-r--r--src/ulist.h2
-rw-r--r--src/uqueue.c2
-rw-r--r--src/uqueue.h2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--src/utils_glx.c2
-rw-r--r--src/utils_glx.h2
-rw-r--r--src/utils_x11.c2
-rw-r--r--src/utils_x11.h2
-rw-r--r--src/vaapi_compat.h2
-rw-r--r--src/vdpau_buffer.c2
-rw-r--r--src/vdpau_buffer.h2
-rw-r--r--src/vdpau_decode.c2
-rw-r--r--src/vdpau_decode.h2
-rw-r--r--src/vdpau_driver.c2
-rw-r--r--src/vdpau_driver.h2
-rw-r--r--src/vdpau_driver_template.h2
-rw-r--r--src/vdpau_dump.c2
-rw-r--r--src/vdpau_dump.h2
-rw-r--r--src/vdpau_gate.c2
-rw-r--r--src/vdpau_gate.h2
-rw-r--r--src/vdpau_image.c2
-rw-r--r--src/vdpau_image.h2
-rw-r--r--src/vdpau_mixer.c2
-rw-r--r--src/vdpau_mixer.h2
-rw-r--r--src/vdpau_subpic.c2
-rw-r--r--src/vdpau_subpic.h2
-rw-r--r--src/vdpau_video.c2
-rw-r--r--src/vdpau_video.h2
-rw-r--r--src/vdpau_video_glx.c2
-rw-r--r--src/vdpau_video_glx.h2
-rw-r--r--src/vdpau_video_x11.c2
-rw-r--r--src/vdpau_video_x11.h2
49 files changed, 54 insertions, 54 deletions
diff --git a/.gitignore b/.gitignore
index 73ff4ce..319455d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,4 +30,4 @@ depcomp
TAGS
/debian.upstream/changelog
/debian.upstream/control
-/debian.upstream/libva-driver-vdpau.install
+/debian.upstream/libva-vdpau-driver.install
diff --git a/NEWS b/NEWS
index 0bdfd9e..eb8b9fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libva-driver-vdpau NEWS -- summary of changes. 2011-MM-DD
+libva-vdpau-driver 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 dc3320c..bc8c675 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- libva-driver-vdpau
+ libva-vdpau-driver
A VDPAU-based backend for VA-API
Copyright (C) 2009-2011 Splitted-Desktop Systems
@@ -8,14 +8,14 @@
License
-------
-libva-driver-vdpau is available under the terms of the GNU General
+libva-vdpau-driver is available under the terms of the GNU General
Public License.
Overview
--------
-libva-driver-vdpau consists in a VDPAU-based backend for VA-API.
+libva-vdpau-driver consists in a VDPAU-based backend for VA-API.
Requirements
diff --git a/configure.ac b/configure.ac
index 7a85f48..24701ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ m4_define([libva_package_glx_version], [1.0.9])
AC_PREREQ([2.57])
AC_INIT([vdpau_video], [vdpau_video_version], [gwenole.beauchesne@intel.com],
- [libva-driver-vdpau])
+ [libva-vdpau-driver])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE
diff --git a/debian.upstream/Makefile.am b/debian.upstream/Makefile.am
index 5a8e5a2..0c65bde 100644
--- a/debian.upstream/Makefile.am
+++ b/debian.upstream/Makefile.am
@@ -3,14 +3,14 @@ DEBIANFILES = \
compat \
control.in \
copyright \
- libva-driver-vdpau.install.in \
+ libva-vdpau-driver.install.in \
rules \
$(NULL)
DEBIANGENFILES = \
changelog \
control \
- libva-driver-vdpau.install \
+ libva-vdpau-driver.install \
$(NULL)
EXTRA_DIST = $(DEBIANFILES)
diff --git a/debian.upstream/changelog.in b/debian.upstream/changelog.in
index 2e695a7..5f921fc 100644
--- a/debian.upstream/changelog.in
+++ b/debian.upstream/changelog.in
@@ -1,4 +1,4 @@
-libva-driver-vdpau (@PACKAGE_VERSION@-1) unstable; urgency=low
+libva-vdpau-driver (@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 09a883a..4d826b2 100644
--- a/debian.upstream/control.in
+++ b/debian.upstream/control.in
@@ -1,4 +1,4 @@
-Source: libva-driver-vdpau
+Source: libva-vdpau-driver
Section: libs
Priority: optional
Maintainer: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5),
libva-dev (>= @LIBVA_PACKAGE_VERSION@)
Standards-Version: 3.7.2
-Package: libva-driver-vdpau
+Package: libva-vdpau-driver
Section: libs
Architecture: any
Depends: libva1 (>= @LIBVA_PACKAGE_VERSION@),
@@ -15,10 +15,10 @@ Depends: libva1 (>= @LIBVA_PACKAGE_VERSION@),
Description: VDPAU-based backend for VA-API
Video decode driver for NVIDIA chipsets (VDPAU implementation).
-Package: libva-driver-vdpau-dbg
+Package: libva-vdpau-driver-dbg
Section: libdevel
Architecture: any
-Depends: libva-driver-vdpau (= ${Source-Version})
+Depends: libva-vdpau-driver (= ${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.in b/debian.upstream/libva-vdpau-driver.install.in
index 771fcd5..771fcd5 100644
--- a/debian.upstream/libva-driver-vdpau.install.in
+++ b/debian.upstream/libva-vdpau-driver.install.in
diff --git a/src/debug.c b/src/debug.c
index 2f51a8f..870d956 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,7 +1,7 @@
/*
* debug.c - Debugging utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 0c9311b..f10b2ed 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,7 +1,7 @@
/*
* debug.h - Debugging utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 dcc4a75..43b88d1 100644
--- a/src/object_heap.c
+++ b/src/object_heap.c
@@ -1,7 +1,7 @@
/*
* object_heap.c - Management of VA-API resources
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 1e2daca..b37fc6a 100644
--- a/src/object_heap.h
+++ b/src/object_heap.h
@@ -1,7 +1,7 @@
/*
* object_heap.h - Management of VA-API resources
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 eaf6225..0d3ca6d 100644
--- a/src/sysdeps.h
+++ b/src/sysdeps.h
@@ -1,7 +1,7 @@
/*
* sysdeps.h - System dependent definitions
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 f7a7fbe..130897d 100644
--- a/src/uasyncqueue.c
+++ b/src/uasyncqueue.c
@@ -1,7 +1,7 @@
/*
* uasyncqueue.c - Asynchronous queues
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 f27497a..e9c9d4f 100644
--- a/src/uasyncqueue.h
+++ b/src/uasyncqueue.h
@@ -1,7 +1,7 @@
/*
* uasyncqueue.h - Asynchronous queues
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 d17850b..61b3683 100644
--- a/src/ulist.c
+++ b/src/ulist.c
@@ -1,7 +1,7 @@
/*
* ulist.c - Lists
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 b74a3ea..e28002a 100644
--- a/src/ulist.h
+++ b/src/ulist.h
@@ -1,7 +1,7 @@
/*
* ulist.h - Lists
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 0eb4281..f4aa257 100644
--- a/src/uqueue.c
+++ b/src/uqueue.c
@@ -1,7 +1,7 @@
/*
* uqueue.c - Queues
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 846d603..8a7e8b7 100644
--- a/src/uqueue.h
+++ b/src/uqueue.h
@@ -1,7 +1,7 @@
/*
* uqueue.h - Queues
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 c08736b..1dac15c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,7 +1,7 @@
/*
* utils.c - Utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 de28ce0..7d7e2c5 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,7 +1,7 @@
/*
* utils.h - Utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 b73dd99..6b70dd8 100644
--- a/src/utils_glx.c
+++ b/src/utils_glx.c
@@ -1,7 +1,7 @@
/*
* utils_glx.c - GLX utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 aad6cea..19d03e4 100644
--- a/src/utils_glx.h
+++ b/src/utils_glx.h
@@ -1,7 +1,7 @@
/*
* utils_glx.h - GLX utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 624ade4..f9ac7d2 100644
--- a/src/utils_x11.c
+++ b/src/utils_x11.c
@@ -1,7 +1,7 @@
/*
* utils_x11.h - X11 utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 5d22da7..e981df0 100644
--- a/src/utils_x11.h
+++ b/src/utils_x11.h
@@ -1,7 +1,7 @@
/*
* utils_x11.h - X11 utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 56cd529..ed566eb 100644
--- a/src/vaapi_compat.h
+++ b/src/vaapi_compat.h
@@ -1,7 +1,7 @@
/*
* vaapi_compat.h - VA-API compatibility glue
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 8766046..f7883df 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 42672aa..20581e5 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 22d9cd9..4a402d7 100644
--- a/src/vdpau_decode.c
+++ b/src/vdpau_decode.c
@@ -1,7 +1,7 @@
/*
* vdpau_decode.c - VDPAU backend for VA-API (decoder)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 2cdab30..53852a3 100644
--- a/src/vdpau_decode.h
+++ b/src/vdpau_decode.h
@@ -1,7 +1,7 @@
/*
* vdpau_decode.h - VDPAU backend for VA-API (decoder)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 939977e..6fc35c6 100644
--- a/src/vdpau_driver.c
+++ b/src/vdpau_driver.c
@@ -1,7 +1,7 @@
/*
* vdpau_driver.c - VDPAU driver
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 5ae8a92..6286d16 100644
--- a/src/vdpau_driver.h
+++ b/src/vdpau_driver.h
@@ -1,7 +1,7 @@
/*
* vdpau_driver.h - VDPAU driver
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 8e1dd60..3e51539 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
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 9535ddc..899888b 100644
--- a/src/vdpau_dump.c
+++ b/src/vdpau_dump.c
@@ -1,7 +1,7 @@
/*
* vdpau_dump.c - Dump utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 459d028..e293a2f 100644
--- a/src/vdpau_dump.h
+++ b/src/vdpau_dump.h
@@ -1,7 +1,7 @@
/*
* vdpau_dump.h - Dump utilities
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 db6140b..f443c9b 100644
--- a/src/vdpau_gate.c
+++ b/src/vdpau_gate.c
@@ -1,7 +1,7 @@
/*
* vdpau_gate.c - VDPAU hooks
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 d32f1ff..606c149 100644
--- a/src/vdpau_gate.h
+++ b/src/vdpau_gate.h
@@ -1,7 +1,7 @@
/*
* vdpau_gate.h - VDPAU hooks
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 bd0480c..15e6cb7 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 28265d2..33c4589 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 6768630..0fcec9c 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 7e18958..ab031d6 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 eb6bee9..7e8ba79 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 9dfc581..2a6f524 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 05d1f5e..41d4573 100644
--- a/src/vdpau_video.c
+++ b/src/vdpau_video.c
@@ -1,7 +1,7 @@
/*
* vdpau_video.c - VDPAU backend for VA-API
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 bdbb6f7..667a6d7 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 6b5d8ff..9e77e42 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 d25f55b..ad732ef 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 fb82737..d0f3976 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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 07b17b9..f82848f 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)
*
- * libva-driver-vdpau (C) 2009-2011 Splitted-Desktop Systems
+ * libva-vdpau-driver (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