ChangeSet ID: 15153
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2005/01/03 17:27:30
Modified files:
templates/en : fun_projects.template
Log message:
Brian Vincent <vinn(a)theshell.com>
Add ideas for desktop integration to Fun Projects. This was discussed
a few weeks ago on wine-devel.
Patch: http://cvs.winehq.org/patch.py?id=15153
Old revision New revision Changes Path
1.20 1.21 +188 -0 lostwages/templates/en/fun_projects.template
ChangeSet ID: 15146
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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