[MPlayer-cvslog] CVS: main/loader/dshow DS_Filter.c, 1.18, 1.19 allocator.c, 1.10, 1.11 cmediasample.c, 1.10, 1.11 inputpin.c, 1.8, 1.9 iunk.h, 1.5, 1.6 outputpin.c, 1.12, 1.13
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Apr 15 22:17:16 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/loader/dmo dmo.c,1.2,1.3
- Next message: [MPlayer-cvslog] CVS: main/loader afl.c, 1.6, 1.7 com.h, 1.7, 1.8 driver.c, 1.13, 1.14 driver.h, 1.3, 1.4 elfdll.c, 1.5, 1.6 ext.c, 1.12, 1.13 ext.h, 1.3, 1.4 ldt_keeper.c, 1.16, 1.17 loader.h, 1.5, 1.6 module.c, 1.24, 1.25 pe_image.c, 1.8, 1.9 pe_resource.c, 1.3, 1.4 registry.c, 1.14, 1.15 registry.h, 1.5, 1.6 resource.c, 1.4, 1.5 vfl.c, 1.8, 1.9 win32.c, 1.97, 1.98 win32.h, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var2/tmp/cvs-serv13741/loader/dshow
Modified Files:
DS_Filter.c allocator.c cmediasample.c inputpin.c iunk.h
outputpin.c
Log Message:
Mark modified imported files as such to comply with GPL §2a.
Index: DS_Filter.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_Filter.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- DS_Filter.c 21 Apr 2003 21:06:08 -0000 1.18
+++ DS_Filter.c 15 Apr 2005 20:17:13 -0000 1.19
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "config.h"
#include "DS_Filter.h"
#include "driver.h"
Index: allocator.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/allocator.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- allocator.c 21 Apr 2003 21:06:08 -0000 1.10
+++ allocator.c 15 Apr 2005 20:17:13 -0000 1.11
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "config.h"
#include "allocator.h"
#include "com.h"
Index: cmediasample.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/cmediasample.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cmediasample.c 21 Apr 2003 20:12:43 -0000 1.10
+++ cmediasample.c 15 Apr 2005 20:17:13 -0000 1.11
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "cmediasample.h"
#include "wine/winerror.h"
#include <stdio.h>
Index: inputpin.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/inputpin.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- inputpin.c 21 Apr 2003 20:12:43 -0000 1.8
+++ inputpin.c 15 Apr 2005 20:17:13 -0000 1.9
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "inputpin.h"
#include "wine/winerror.h"
#include <string.h>
Index: iunk.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/iunk.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iunk.h 26 Nov 2002 21:00:20 -0000 1.5
+++ iunk.h 15 Apr 2005 20:17:13 -0000 1.6
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#ifndef DS_IUNK_H
#define DS_IUNK_H
Index: outputpin.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/outputpin.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- outputpin.c 21 Apr 2003 20:12:43 -0000 1.12
+++ outputpin.c 15 Apr 2005 20:17:13 -0000 1.13
@@ -1,3 +1,8 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
#include "wine/winerror.h"
#include "wine/windef.h"
- Previous message: [MPlayer-cvslog] CVS: main/loader/dmo dmo.c,1.2,1.3
- Next message: [MPlayer-cvslog] CVS: main/loader afl.c, 1.6, 1.7 com.h, 1.7, 1.8 driver.c, 1.13, 1.14 driver.h, 1.3, 1.4 elfdll.c, 1.5, 1.6 ext.c, 1.12, 1.13 ext.h, 1.3, 1.4 ldt_keeper.c, 1.16, 1.17 loader.h, 1.5, 1.6 module.c, 1.24, 1.25 pe_image.c, 1.8, 1.9 pe_resource.c, 1.3, 1.4 registry.c, 1.14, 1.15 registry.h, 1.5, 1.6 resource.c, 1.4, 1.5 vfl.c, 1.8, 1.9 win32.c, 1.97, 1.98 win32.h, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list