Maarten Lankhorst
8699661e96
quartz: Fix FilterGraph2_Connect to be thread-safe and not recurse infinitely.
2008-11-17 13:50:19 +01:00
Maarten Lankhorst
f57896484c
Revert "quartz: Reaching a renderer in the filtergraph is not an error."
...
This is plain wrong, input pin and output pin are supposed to be
connected to each other, not the input pin being connected to a renderer
pin and NOT reaching output pin
2008-11-17 13:11:42 +01:00
Lei Zhang
62a0bd65d2
quartz: Reaching a renderer in the filtergraph is not an error.
2008-11-14 11:02:15 +01:00
Paul Vriens
36c40e53e0
quartz/tests: Fix a few failures on Win95 and NT4.
2008-11-14 11:02:15 +01:00
David Adam
6ed258e220
quartz: Check for NULL condition in FilterGraph2_Disconnect.
2008-11-12 11:49:12 +01:00
Andrew Talbot
a19ff5f07b
quartz: Sign-compare warnings fix.
2008-11-05 10:56:54 +01:00
Andrew Talbot
9988ae3524
quartz: Sign-compare warnings fix.
2008-11-04 11:27:06 +01:00
Maarten Lankhorst
b2d20154fa
quartz: Implement dynamic format changing in directsound renderer.
2008-10-22 11:53:39 +02:00
Maarten Lankhorst
ca0db58808
quartz: Fix ACMWrapper to allow mono channels too.
2008-10-22 11:53:30 +02:00
Michael Stefaniuc
56c6f7670b
quartz: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
2008-10-08 13:42:06 +02:00
Aric Stewart
a3c2c50809
quartz: Check hr so we are not incrementing a NULL (Coverity 106).
2008-10-07 11:59:14 +02:00
Rob Shearman
2fb89a4e36
quartz: Fix placement of WINAPI attribute in fnFoundSeek typedef.
...
MSVC requires that calling conventions appear inside the brackets.
2008-10-01 11:44:07 -05:00
Rob Shearman
e7ecfe28a1
quartz: Don't use strlenW in array size declaration.
...
Use ARRAYSIZE() on the constant string arrays instead.
2008-10-01 11:44:02 -05:00
Maarten Lankhorst
907bb7ae1f
quartz: Requeue in pullpin if request for data timed out.
...
If the filter is paused, no additional data will be queued and
VFW_E_TIMEOUT is legitimately returned. Don't make this a fatal error,
but instead try again. If flushing the thing will still abort.
2008-09-22 13:46:22 +02:00
Maarten Lankhorst
d458efe072
quartz: Return VFW_E_WRONG_STATE in file source if flushing.
2008-09-22 13:46:17 +02:00
Maarten Lankhorst
c71ba1a141
quartz: Don't abort starting for unconnected pin in avi splitter.
2008-09-22 13:46:12 +02:00
Maarten Lankhorst
fd966f8322
quartz: Add missing calls to EndFlush.
2008-09-22 13:46:08 +02:00
Maarten Lankhorst
f0f00d1625
quartz: Implement IMediaPosition::put_CurrentPosition.
2008-09-22 13:46:04 +02:00
Alexander Dorofeyev
48865c9064
quartz/tests: Fix potential NULL dereference (Coverity).
2008-09-10 11:03:23 +02:00
Paul Vriens
ee14852ea9
quartz/tests: Fix the tests on several platforms.
2008-09-09 12:32:21 +02:00
Paul Vriens
8f23fc4e2f
quartz/tests: Add a missing CoUninitialize.
2008-09-05 16:26:29 +02:00
Gerald Pfeifer
dc302b7c1d
quartz: Add return statement to PullPin_Thread_Main().
2008-09-02 12:51:18 +02:00
Paul Vriens
5bef4b05dd
quartz/tests: Use CreateFileA instead of CreateFileW to please win9x.
2008-08-28 11:24:49 +02:00
Alexandre Julliard
5d900bb0f6
Avoid some size_t printf format warnings.
2008-08-21 16:05:15 +02:00
Rob Shearman
a35431a194
quartz: Use memcmp instead of strncmp in MPEGSplitter_pre_connect.
...
header isn't a string and therefore using strncmp doesn't make sense.
2008-08-18 17:34:13 +02:00
Rob Shearman
03a25b487f
quartz: Fix testing of HRESULT types with not operator instead of comparing against S_OK.
...
This makes it more obvious what the code is doing.
2008-08-18 17:34:12 +02:00
Paul Vriens
04c40f2f5f
quartz/tests: Skip some tests on NT4.
2008-08-05 14:09:34 +02:00
Maarten Lankhorst
94ef37400d
quartz: Fix support for files with multiple odml indexes.
2008-07-29 11:54:52 +02:00
Maarten Lankhorst
6becc9e14b
quartz: Fix end of file handling when first request is already end of file.
2008-07-29 11:54:41 +02:00
Maarten Lankhorst
89f4eeece3
quartz: Pass InputPin as parameter to transform filter.
2008-07-29 11:54:28 +02:00
Maarten Lankhorst
2b452ced74
quartz: Use correct media type in transformfilter's QueryAccept.
2008-07-29 11:54:20 +02:00
Maarten Lankhorst
db2ccf43d4
quartz: Make transform filter return hresult from running/pausing.
2008-07-29 11:54:15 +02:00
Maarten Lankhorst
fa38a7e313
quartz: Trace the iface pointer in the memory allocator.
2008-07-29 11:54:07 +02:00
Francois Gouget
a516f27c2f
quartz: assert.h is not a local include.
2008-07-28 11:34:26 +02:00
Maarten Lankhorst
3376ba6113
quartz: Fix end of stream handling in avi splitter.
...
The last frame wouldn't always be sent, this fixes that.
2008-07-22 13:11:22 +02:00
Maarten Lankhorst
271ee48301
quartz: Fix bugs that occur during connection.
2008-07-21 14:36:14 +02:00
Maarten Lankhorst
0f9356eb16
quartz: Fix handling of zero byte samples and endofstreams.
2008-07-21 14:36:04 +02:00
Francois Gouget
bc5ce27947
Assorted spelling fixes.
2008-07-21 13:00:01 +02:00
Alexander Dorofeyev
bca80e1a64
quartz: Fix interface leak in FilterGraph2_Render.
2008-07-18 11:15:30 +02:00
Alexander Dorofeyev
1656f6b7cc
quartz: Add missing VariantClear after GetFilterInfo calls.
2008-07-18 11:15:24 +02:00
Alexander Dorofeyev
1cd83afda3
quartz: Fix variant handling in GetFilterInfo.
...
Removes unnecessary and unsafe type assignment, adds a missing VariantClear.
2008-07-18 11:15:17 +02:00
Alexander Dorofeyev
7c5a4481b1
quartz/tests: Fix interface leaks in filtergraph test.
2008-07-18 11:15:08 +02:00
Alexander Dorofeyev
6645999337
quartz: Fix interface leak in FilterGraph2_RemoveFilter.
2008-07-18 11:15:01 +02:00
Alexander Dorofeyev
4afad0a413
quartz/tests: Fix interface leaks in aggregation test.
2008-07-18 11:14:52 +02:00
Alexander Dorofeyev
33c6eeb9e3
quartz/tests: Add filtermapper aggregation tests.
2008-07-18 11:13:33 +02:00
Alexander Dorofeyev
4bc76025ba
quartz/tests: Test querying IFilterMapper2 from FilterGraph.
2008-07-18 11:13:24 +02:00
Alexander Dorofeyev
0bea470dfc
quartz: Aggregate filtermapper in filtergraph.
2008-07-18 11:13:14 +02:00
Alexander Dorofeyev
d39ee67019
quartz: Make Filtermapper aggregatable.
2008-07-18 11:12:16 +02:00
Maarten Lankhorst
5299795a8d
quartz: Fix wrong assignment of variable in parser.
2008-07-16 17:58:30 +02:00
Maarten Lankhorst
3ad7198961
quartz: Explicitly handle wave headers in avi splitter.
2008-07-16 17:52:31 +02:00