Sweden-Number/dlls/quartz
Maarten Lankhorst d54c53a4b6 quartz: Fix Render and RenderFile.
RenderFile should add a source filter and call Render on each output
pin, while Render() should try to connect, first directly to any
existing renderers, and then using intermediates. It uses recursion
since this is the only possible way to implement Render sanely.
2008-06-27 11:13:10 +02:00
..
tests quartz: Implement IMediaSeeking in the video renderer. 2008-06-21 11:16:45 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
acmwrapper.c quartz: Silence a fixme. 2008-05-13 11:21:05 +02:00
avidec.c quartz: Add support for VideoInfoHeader2 to AVI Decompressor. 2008-06-24 11:47:29 +02:00
avisplit.c Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
control.c quartz: Forward some messages from IMediaSeekingPassThru. 2008-06-19 12:34:55 +02:00
control_private.h
dsoundrender.c quartz: Downgrade a fixme to a warn in dsoundrender. 2008-06-26 12:44:20 +02:00
enumfilters.c
enummedia.c
enummoniker.c
enumpins.c quartz: Make the EnumPins interface dynamic. 2008-04-28 14:21:23 +02:00
enumregfilters.c quartz: Do not ignore current position in IEnumRegFiltersImpl_Next. 2008-06-25 20:21:30 +02:00
filesource.c quartz: Don't return a pin in filesource when there is none. 2008-05-12 11:42:43 +02:00
filtergraph.c quartz: Fix Render and RenderFile. 2008-06-27 11:13:10 +02:00
filtermapper.c quartz: Prevent heap corruption if IPropertyBag_Read fails. 2008-06-25 20:21:41 +02:00
main.c
memallocator.c quartz: Make the memory allocator emit more warnings and fix race condition. 2008-06-25 10:41:58 +02:00
mpegsplit.c quartz: Reset time when rejecting sample in the mpeg splitter. 2008-05-13 11:21:12 +02:00
nullrenderer.c quartz: Only query for event interface when there is a filtergraph. 2008-06-21 11:15:07 +02:00
parser.c quartz: Create thread after connection is made. 2008-06-25 10:41:52 +02:00
parser.h quartz: Add a function that can be called when stopping processing data. 2008-04-28 14:21:53 +02:00
pin.c quartz: Create thread after connection is made. 2008-06-25 10:41:52 +02:00
pin.h quartz: Create thread after connection is made. 2008-06-25 10:41:52 +02:00
quartz.spec
quartz_private.h quartz: Expose some methods so that a custom allocator can be created. 2008-06-21 11:15:27 +02:00
regsvr.c
systemclock.c
transform.c quartz: Add the ability to force a pin to use a certain renderer. 2008-06-21 11:14:58 +02:00
transform.h
version.rc
videorenderer.c quartz: Implement VideoRenderer_GetCurrentImage. 2008-06-24 11:47:10 +02:00
waveparser.c quartz: Create thread after connection is made. 2008-06-25 10:41:52 +02:00