For a radio button even if the initial style includes WS_TABSTOP the
[wine/wine64.git] / dlls / quartz / README
blob38750919ca8f747d9514f21b263770a9d338b405
2 quartz.dll is the basic library of ActiveMovie/DirectShow.
4 TODO
6   - avoid deadlock
7   - merge some C sources
8   - implement filters
9   - restruct color-space converter
10   - add FilterData to winedefault.reg for Connect() and Render()
11   - sort active filters in filter graph
12   - sort regfilters in Merit order
13   - fix deadlocks in Receive/EndOfStream
14   - handle plug-in distributor
15   - handle seeking
16   - implement some interfaces as plug-ins(???)
17   - implement ICM drivers (yuv converter)
18   - implement ACM drivers (g711)
19   - implement ACM wrapper (improve xform)
20   - implement mciqtz(mci driver for quartz)
21   - implement renderer
22   - handle notification correctly
24 known BUGS
26   - all FIXMEs.
27   - some filters crash at CoCreateInstance. (???)