wine/dlls/quartz quartz_private.h main.c filte ...

Alexandre Julliard julliard at winehq.org
Wed Aug 6 17:04:45 CDT 2003


ChangeSet ID:	8922
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/06 17:04:45

Modified files:
	dlls/quartz    : quartz_private.h main.c filtermapper.c 
	                 filtergraph.c Makefile.in 
Added files:
	dlls/quartz    : pin.h pin.c enumpins.c enummedia.c 

Log message:
	Robert Shearman <R.J.Shearman at warwick.ac.uk>
	- Bugfix when adding filters to graph due to not initializing
	variables on creation of graph.
	- Remove clue of where I copied one of the copyright messages from.
	- Add implementation of input and output pins which will be used by a
	lot of filters in Quartz.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8922

Old revision  New revision  Changes     Path
 1.8           1.9           +22 -0      wine/dlls/quartz/quartz_private.h
 1.25          1.26          +48 -0      wine/dlls/quartz/main.c
 1.3           1.4           +0 -3       wine/dlls/quartz/filtermapper.c
 1.4           1.5           +9 -4       wine/dlls/quartz/filtergraph.c
 1.27          1.28          +4 -1       wine/dlls/quartz/Makefile.in
 Added         1.1           +0 -0       wine/dlls/quartz/pin.h
 Added         1.1           +0 -0       wine/dlls/quartz/pin.c
 Added         1.1           +0 -0       wine/dlls/quartz/enumpins.c
 Added         1.1           +0 -0       wine/dlls/quartz/enummedia.c




More information about the wine-cvs mailing list