ChangeSet ID: 15146 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/03 14:23:14
Modified files: dlls/quartz : pin.c filtergraph.c avisplit.c avidec.c
Log message: Christian Costa titan.costa@wanadoo.fr Implemented IMediaControl_Run that explores the graph, counts renderers and starts filters. Better implementation of IBaseFilter_Run for AVI SPlitter and AVI Decompressor. Use the standard memory allocator when an output pin does not provide any allocator. Set allocator properties for AVI Decompressor output pin and update the buffers size at connection time.
Patch: http://cvs.winehq.org/patch.py?id=15146
Old revision New revision Changes Path 1.10 1.11 +19 -3 wine/dlls/quartz/pin.c 1.22 1.23 +120 -7 wine/dlls/quartz/filtergraph.c 1.10 1.11 +15 -3 wine/dlls/quartz/avisplit.c 1.12 1.13 +11 -2 wine/dlls/quartz/avidec.c