[MPlayer-cvslog] r22920 - in trunk/vidix: drivers.c drivers.h vidix.h vidixlib.c vidixlib.h
ben
subversion at mplayerhq.hu
Fri Apr 6 17:30:39 CEST 2007
Author: ben
Date: Fri Apr 6 17:30:39 2007
New Revision: 22920
Modified:
trunk/vidix/drivers.c
trunk/vidix/drivers.h
trunk/vidix/vidix.h
trunk/vidix/vidixlib.c
trunk/vidix/vidixlib.h
Log:
missing headers in vidix drivers registry files
Modified: trunk/vidix/drivers.c
==============================================================================
--- trunk/vidix/drivers.c (original)
+++ trunk/vidix/drivers.c Fri Apr 6 17:30:39 2007
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2007 Benjamin Zores <ben at geexbox.org>
+ * Vidix drivers registry handler.
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
Modified: trunk/vidix/drivers.h
==============================================================================
--- trunk/vidix/drivers.h (original)
+++ trunk/vidix/drivers.h Fri Apr 6 17:30:39 2007
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2007 Benjamin Zores <ben at geexbox.org>
+ * Vidix drivers registry handler.
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H
Modified: trunk/vidix/vidix.h
==============================================================================
--- trunk/vidix/vidix.h (original)
+++ trunk/vidix/vidix.h Fri Apr 6 17:30:39 2007
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
Modified: trunk/vidix/vidixlib.c
==============================================================================
--- trunk/vidix/vidixlib.c (original)
+++ trunk/vidix/vidixlib.c Fri Apr 6 17:30:39 2007
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
Modified: trunk/vidix/vidixlib.h
==============================================================================
--- trunk/vidix/vidixlib.h (original)
+++ trunk/vidix/vidixlib.h Fri Apr 6 17:30:39 2007
@@ -6,7 +6,7 @@
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
- * Copyright 2002 Nick Kurshev
+ * Copyright 2002 Nick Kurshev, 2007 Benjamin Zores
* Licence: GPL
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
More information about the MPlayer-cvslog
mailing list