[MPlayer-cvslog] CVS: main/libmpdvdkit2 bsdi_ioctl.c, 1.3, 1.4 common.h, 1.4, 1.5 css.c, 1.7, 1.8 device.c, 1.6, 1.7 dvdcss.h, 1.3, 1.4 error.c, 1.4, 1.5 ioctl.c, 1.7, 1.8 libdvdcss.c, 1.13, 1.14
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Mar 1 07:41:43 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 bsdi_dvd.h, 1.2, 1.3 css.h, 1.2, 1.3 csstables.h, 1.2, 1.3 device.h, 1.3, 1.4 ioctl.h, 1.3, 1.4 libdvdcss.h, 1.4, 1.5
- Next message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 libdvdcss_changes.diff, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var2/tmp/cvs-serv29186
Modified Files:
bsdi_ioctl.c common.h css.c device.c dvdcss.h error.c ioctl.c
libdvdcss.c
Log Message:
Mark modified files as such to comply more closely with GPL §2a.
Index: bsdi_ioctl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/bsdi_ioctl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bsdi_ioctl.c 4 Feb 2005 18:46:55 -0000 1.3
+++ bsdi_ioctl.c 1 Mar 2005 06:41:41 -0000 1.4
@@ -4,6 +4,10 @@
* Hacked version of the linux cdrom.c kernel module - everything except the
* DVD handling ripped out and the rest rewritten to use raw SCSI commands
* on BSD/OS 4.2 (but should work with earlier versions as well).
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
*/
#include <sys/types.h>
Index: common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- common.h 30 Aug 2003 13:38:15 -0000 1.4
+++ common.h 1 Mar 2005 06:41:41 -0000 1.5
@@ -3,6 +3,9 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* Authors: Samuel Hocevar <sam at via.ecp.fr>
Index: css.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/css.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- css.c 30 Aug 2003 13:35:25 -0000 1.7
+++ css.c 1 Mar 2005 06:41:41 -0000 1.8
@@ -2,6 +2,9 @@
* css.c: Functions for DVD authentication and descrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* Author: Stéphane Borel <stef at via.ecp.fr>
Index: device.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/device.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- device.c 12 Aug 2004 22:37:08 -0000 1.6
+++ device.c 1 Mar 2005 06:41:41 -0000 1.7
@@ -2,6 +2,9 @@
* device.h: DVD device access
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* Authors: Stéphane Borel <stef at via.ecp.fr>
Index: dvdcss.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/dvdcss.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dvdcss.h 8 Feb 2003 00:22:38 -0000 1.3
+++ dvdcss.h 1 Mar 2005 06:41:41 -0000 1.4
@@ -10,6 +10,9 @@
/*
* Copyright (C) 1998-2002 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* This program is free software; you can redistribute it and/or modify
Index: error.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/error.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- error.c 30 Aug 2003 13:35:25 -0000 1.4
+++ error.c 1 Mar 2005 06:41:41 -0000 1.5
@@ -2,6 +2,9 @@
* error.c: error management functions
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* Author: Samuel Hocevar <sam at zoy.org>
Index: ioctl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/ioctl.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ioctl.c 9 Jun 2003 12:15:46 -0000 1.7
+++ ioctl.c 1 Mar 2005 06:41:41 -0000 1.8
@@ -2,6 +2,9 @@
* ioctl.c: DVD ioctl replacement function
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* Authors: Markus Kuespert <ltlBeBoy at beosmail.com>
Index: libdvdcss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/libdvdcss.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libdvdcss.c 23 Aug 2004 00:25:19 -0000 1.13
+++ libdvdcss.c 1 Mar 2005 06:41:41 -0000 1.14
@@ -5,6 +5,9 @@
* Håkan Hjort <d95hjort at dtek.chalmers.se>
*
* Copyright (C) 1998-2002 VideoLAN
+ *
+ * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
* $Id$
*
* This program is free software; you can redistribute it and/or modify
- Previous message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 bsdi_dvd.h, 1.2, 1.3 css.h, 1.2, 1.3 csstables.h, 1.2, 1.3 device.h, 1.3, 1.4 ioctl.h, 1.3, 1.4 libdvdcss.h, 1.4, 1.5
- Next message: [MPlayer-cvslog] CVS: main/libmpdvdkit2 libdvdcss_changes.diff, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list