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 quartz: Implement seeking stubs for transform filters. 2008-04-02 11:15:13 +02:00
dsoundrender.c quartz: Downgrade a fixme to a warn in dsoundrender. 2008-06-26 12:44:20 +02:00
enumfilters.c quartz: Win64 printf format warning fixes. 2006-10-13 12:08:41 +02:00
enummedia.c quartz: Assign to structs instead of using memcpy. 2008-03-13 11:30:24 +01:00
enummoniker.c quartz: Set *ppvObject to NULL if QueryInterface fails. 2007-12-13 14:34:07 +01:00
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 quartz: Add a stub for SeekingPassThru. 2008-04-10 11:31:06 +02:00
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: Add stub implementation for AMGetErrorText{A,W}. 2006-05-22 11:49:22 +02:00
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 quartz: Fix the magic bytes for mp3's with id3 tags. 2008-03-19 11:22:51 +01:00
systemclock.c quartz: Remove unneeded casts. 2008-01-17 13:42:14 +01:00
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 quartz: Implement seeking stubs for transform filters. 2008-04-02 11:15:13 +02:00
version.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
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