summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 09:22:48 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 09:22:48 +0000
commite2399deda299a091cbd99cebf363595534a8ea55 (patch)
treef5cac06a61208aae256539400dc3dd63bd84f33b
parentfe30a03a47c336d508667bb0477383f389e13b5e (diff)
downloadxorg-lib-libXv-e2399deda299a091cbd99cebf363595534a8ea55.tar.gz
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
-rw-r--r--include/X11/extensions/Xvlib.h2
-rw-r--r--man/Xv.man2
-rw-r--r--man/XvFreeAdaptorInfo.man2
-rw-r--r--man/XvFreeEncodingInfo.man2
-rw-r--r--man/XvGetPortAttribute.man2
-rw-r--r--man/XvGetStill.man2
-rw-r--r--man/XvGetVideo.man2
-rw-r--r--man/XvGrabPort.man2
-rw-r--r--man/XvPortNotify.man2
-rw-r--r--man/XvPutStill.man2
-rw-r--r--man/XvPutVideo.man2
-rw-r--r--man/XvQueryAdaptors.man2
-rw-r--r--man/XvQueryBestSize.man2
-rw-r--r--man/XvQueryEncodings.man2
-rw-r--r--man/XvQueryExtension.man2
-rw-r--r--man/XvSelectPortNotify.man2
-rw-r--r--man/XvSelectVideoNotify.man2
-rw-r--r--man/XvSetPortAttribute.man2
-rw-r--r--man/XvStopVideo.man2
-rw-r--r--man/XvUngrabPort.man2
-rw-r--r--man/XvVideoNotify.man2
-rw-r--r--src/Xv.c2
-rw-r--r--src/Xvlibint.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/include/X11/extensions/Xvlib.h b/include/X11/extensions/Xvlib.h
index faaf03b..2864377 100644
--- a/include/X11/extensions/Xvlib.h
+++ b/include/X11/extensions/Xvlib.h
@@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/include/extensions/Xvlib.h,v 1.4 2003/11/17 22:20:03 dawes Exp $ */
+/* $XFree86$ */
#ifndef XVLIB_H
#define XVLIB_H
diff --git a/man/Xv.man b/man/Xv.man
index eaf5861..f8bc745 100644
--- a/man/Xv.man
+++ b/man/Xv.man
@@ -1,6 +1,6 @@
.TH Xv 3X __vendorversion__
.\"
-.\" $XFree86: xc/doc/man/Xv/Xv.man,v 1.6 2001/01/27 18:20:35 dawes Exp $
+.\" $XFree86$
.SH Name
Xv \- X Window System video extension
.SH Description
diff --git a/man/XvFreeAdaptorInfo.man b/man/XvFreeAdaptorInfo.man
index 8a557c5..ac6da95 100644
--- a/man/XvFreeAdaptorInfo.man
+++ b/man/XvFreeAdaptorInfo.man
@@ -1,5 +1,5 @@
.TH XvFreeAdaptorInfo 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvFreeAdaptorInfo.man,v 1.5 2001/01/27 18:20:35 dawes Exp $
+.\" $XFree86$
.SH Name
XvFreeAdaptorInfo \- free adaptor information
.\"
diff --git a/man/XvFreeEncodingInfo.man b/man/XvFreeEncodingInfo.man
index d7f609c..00e6418 100644
--- a/man/XvFreeEncodingInfo.man
+++ b/man/XvFreeEncodingInfo.man
@@ -1,5 +1,5 @@
.TH XvFreeEncodingInfo 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvFreeEncodingInfo.man,v 1.5 2001/01/27 18:20:35 dawes Exp $
+.\" $XFree86$
.SH Name
XvFreeEncodingInfo \- free encoding information
.\"
diff --git a/man/XvGetPortAttribute.man b/man/XvGetPortAttribute.man
index ceb0ca1..17416c1 100644
--- a/man/XvGetPortAttribute.man
+++ b/man/XvGetPortAttribute.man
@@ -1,5 +1,5 @@
.TH XvGetPortAttribute 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvGetPortAttribute.man,v 1.7 2003/05/29 21:48:05 herrb Exp $
+.\" $XFree86$
.SH Name
XvGetPortAttribute \- return current port attribute value
.\"
diff --git a/man/XvGetStill.man b/man/XvGetStill.man
index 5496bf1..370f3ef 100644
--- a/man/XvGetStill.man
+++ b/man/XvGetStill.man
@@ -1,5 +1,5 @@
.TH XvGetStill 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvGetStill.man,v 1.6 2003/05/29 21:48:05 herrb Exp $
+.\" $XFree86$
.SH Name
XvGetStill \- capture a single frame of video from a drawable
.\"
diff --git a/man/XvGetVideo.man b/man/XvGetVideo.man
index 1b64710..519bc66 100644
--- a/man/XvGetVideo.man
+++ b/man/XvGetVideo.man
@@ -1,5 +1,5 @@
.TH XvGetVideo 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvGetVideo.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvGetVideo \- capture video from a drawable
.\"
diff --git a/man/XvGrabPort.man b/man/XvGrabPort.man
index 8f5cb19..6875f5c 100644
--- a/man/XvGrabPort.man
+++ b/man/XvGrabPort.man
@@ -1,5 +1,5 @@
.TH XvGrabPort 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvGrabPort.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvGrabPort \- lock port for exclusive use by client
.\"
diff --git a/man/XvPortNotify.man b/man/XvPortNotify.man
index acccf85..5361fc3 100644
--- a/man/XvPortNotify.man
+++ b/man/XvPortNotify.man
@@ -1,5 +1,5 @@
.TH XvPortNotify 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvPortNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvPortNotify \- event generated when port attributes change
.\"
diff --git a/man/XvPutStill.man b/man/XvPutStill.man
index 0d8c7c6..9c9a467 100644
--- a/man/XvPutStill.man
+++ b/man/XvPutStill.man
@@ -1,5 +1,5 @@
.TH XvPutStill 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvPutStill.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvPutStill \- write a single frame of video to a drawable
.\"
diff --git a/man/XvPutVideo.man b/man/XvPutVideo.man
index 22e09ad..076b043 100644
--- a/man/XvPutVideo.man
+++ b/man/XvPutVideo.man
@@ -1,5 +1,5 @@
.TH XvPutVideo 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvPutVideo.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvPutVideo \- write video into a drawable
.\"
diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man
index 5f060df..6b48600 100644
--- a/man/XvQueryAdaptors.man
+++ b/man/XvQueryAdaptors.man
@@ -1,5 +1,5 @@
.TH XvQueryAdaptors 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvQueryAdaptors.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvQueryAdaptors \- return adaptor information for a screen
.\"
diff --git a/man/XvQueryBestSize.man b/man/XvQueryBestSize.man
index 031c094..f4d02e0 100644
--- a/man/XvQueryBestSize.man
+++ b/man/XvQueryBestSize.man
@@ -1,5 +1,5 @@
.TH XvQueryBestSize 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvQueryBestSize.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvQueryBestSize \- determine the optimum drawable region size
.\"
diff --git a/man/XvQueryEncodings.man b/man/XvQueryEncodings.man
index 42af2c6..fad527c 100644
--- a/man/XvQueryEncodings.man
+++ b/man/XvQueryEncodings.man
@@ -1,5 +1,5 @@
.TH XvQueryEncodings 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvQueryEncodings.man,v 1.6 2001/01/27 18:20:36 dawes Exp $
+.\" $XFree86$
.SH Name
XvQueryEncodings \- return list of encodings for an adaptor
.\"
diff --git a/man/XvQueryExtension.man b/man/XvQueryExtension.man
index 3549f96..0fb390e 100644
--- a/man/XvQueryExtension.man
+++ b/man/XvQueryExtension.man
@@ -1,5 +1,5 @@
.TH XvQueryExtension 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvQueryExtension.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvQueryExtension \- return version and release of extension
.\"
diff --git a/man/XvSelectPortNotify.man b/man/XvSelectPortNotify.man
index 8e0eb89..0c0c254 100644
--- a/man/XvSelectPortNotify.man
+++ b/man/XvSelectPortNotify.man
@@ -1,5 +1,5 @@
.TH XvSelectPortNotify 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvSelectPortNotify.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvSelectPortNotify \- enable or disable XvPortNotify(3X) events
.\"
diff --git a/man/XvSelectVideoNotify.man b/man/XvSelectVideoNotify.man
index 26645bf..b1c1262 100644
--- a/man/XvSelectVideoNotify.man
+++ b/man/XvSelectVideoNotify.man
@@ -1,5 +1,5 @@
.TH XvSelectVideoNotify 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvSelectVideoNotify.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvSelectVideoNotify \- enable or disable VideoNotify events
.\"
diff --git a/man/XvSetPortAttribute.man b/man/XvSetPortAttribute.man
index f61d682..6599bd9 100644
--- a/man/XvSetPortAttribute.man
+++ b/man/XvSetPortAttribute.man
@@ -1,5 +1,5 @@
.TH XvSetPortAttribute 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvSetPortAttribute.man,v 1.7 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvSetPortAttribute \- sets an attribute of a video port
.\"
diff --git a/man/XvStopVideo.man b/man/XvStopVideo.man
index c5e188b..52ef1c7 100644
--- a/man/XvStopVideo.man
+++ b/man/XvStopVideo.man
@@ -1,5 +1,5 @@
.TH XvStopVideo 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvStopVideo.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvStopVideo \- stop active video
.\"
diff --git a/man/XvUngrabPort.man b/man/XvUngrabPort.man
index 3e6cdb1..13faf36 100644
--- a/man/XvUngrabPort.man
+++ b/man/XvUngrabPort.man
@@ -1,5 +1,5 @@
.TH XvUngrabPort 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvUngrabPort.man,v 1.6 2001/08/17 13:27:50 dawes Exp $
+.\" $XFree86$
.SH Name
XvUngrabPort \- release port grabbed for video operation
.\"
diff --git a/man/XvVideoNotify.man b/man/XvVideoNotify.man
index 9525007..5c7234c 100644
--- a/man/XvVideoNotify.man
+++ b/man/XvVideoNotify.man
@@ -1,5 +1,5 @@
.TH XvVideoNotify 3X __vendorversion__
-.\" $XFree86: xc/doc/man/Xv/XvVideoNotify.man,v 1.6 2003/05/29 21:48:05 herrb Exp $
+.\" $XFree86$
.SH Name
XvVideoNotify \- event generated for video processing
.\"
diff --git a/src/Xv.c b/src/Xv.c
index b1d0791..a925b49 100644
--- a/src/Xv.c
+++ b/src/Xv.c
@@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xv/Xv.c,v 1.18 2003/11/29 01:02:32 dawes Exp $ */
+/* $XFree86$ */
/*
** File:
**
diff --git a/src/Xvlibint.h b/src/Xvlibint.h
index 2cec968..764e1b6 100644
--- a/src/Xvlibint.h
+++ b/src/Xvlibint.h
@@ -21,7 +21,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xv/Xvlibint.h,v 1.6 2002/10/16 00:37:33 dawes Exp $ */
+/* $XFree86$ */
#ifndef XVLIBINT_H
#define XVLIBINT_H