Francois Gouget
|
bc5ce27947
|
Assorted spelling fixes.
|
2008-07-21 13:00:01 +02:00 |
|
Alexander Dorofeyev
|
7c5a4481b1
|
quartz/tests: Fix interface leaks in filtergraph test.
|
2008-07-18 11:15:08 +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 |
|
Michael Stefaniuc
|
310b58994c
|
quartz: Compare a file handle to INVALID_HANDLE_VALUE and not NULL.
|
2008-07-10 12:17:59 +02:00 |
|
Maarten Lankhorst
|
3adf811645
|
quartz: Add tests for avi splitter.
|
2008-07-09 10:59:31 +02:00 |
|
Alexander Dorofeyev
|
2364514431
|
quartz/tests: Add test for filter priority in IFilterGraph2_Render.
|
2008-07-09 10:43:33 +02:00 |
|
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
|
Paul Vriens
|
0435574aed
|
quartz/tests: Make tests run on everything lower then Vista.
|
2008-07-03 11:50:51 +02:00 |
|
Alexander Dorofeyev
|
bff9f1114a
|
quartz/tests: Add test for IFilterMapper_RegisterFilter.
|
2008-07-01 13:45:38 +02:00 |
|
Alexander Dorofeyev
|
d19ad8f072
|
quartz/tests: Add test for EnumMatchingFilters.
|
2008-07-01 13:45:38 +02:00 |
|
Maarten Lankhorst
|
2eb66373f5
|
quartz: Implement IMediaSeeking in the video renderer.
|
2008-06-21 11:16:45 +02:00 |
|
Paul Vriens
|
64444ebe94
|
janitorial: Close COM after tests.
|
2008-05-19 23:10:01 +02:00 |
|
Lei Zhang
|
a4d0d4fe36
|
quartz: Check input in MediaControl_GetState.
|
2008-05-13 10:57:45 +02:00 |
|
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
|
Maarten Lankhorst
|
1fad872961
|
quartz: Fix bug in memallocator with test.
|
2008-04-29 12:45:17 +02:00 |
|
Maarten Lankhorst
|
9e143cdb63
|
quartz: NotifyAllocator does not like a null argument.
|
2008-04-28 14:20:53 +02:00 |
|
Maarten Lankhorst
|
1e9dbcc512
|
quartz: Fix error message names in tests.
|
2008-04-23 13:02:36 +02:00 |
|
Maarten Lankhorst
|
f9c2d8e2f4
|
quartz: Add some more tests and fix wine to pass them.
|
2008-04-21 14:05:38 +02:00 |
|
Maarten Lankhorst
|
7f7c1d0752
|
quartz: Add more state transitions to the filtergraph.
|
2008-04-07 11:34:39 +02:00 |
|
Maarten Lankhorst
|
0e9ed6b402
|
quartz: Fix parser and pins logic to no longer deadlock.
|
2008-04-02 11:16:09 +02:00 |
|
Maarten Lankhorst
|
39623a403a
|
quartz: Add GetCurrentPosition using the reference clock.
|
2008-03-28 09:51:00 +01:00 |
|
Reece Dunn
|
1b31c6e616
|
quartz: Fixed building with MSVC headers.
|
2008-03-24 21:05:13 +01:00 |
|
Lei Zhang
|
0831be5adc
|
quartz: Validate input for FilterGraph2_AddFilter.
|
2008-03-06 13:19:34 +01:00 |
|
Steven Edwards
|
973c29716b
|
quartz: Bump the amount of time in the referenceclock test slightly.
|
2008-02-16 15:10:31 +01:00 |
|
Michael Stefaniuc
|
1f26b146d1
|
janitorial: Remove superfluous backslashes at end of lines.
|
2007-12-31 19:23:45 +01:00 |
|
Lei Zhang
|
99a193ce7e
|
quartz: Make filtergraph aggregatable.
|
2007-12-21 13:58:33 +01:00 |
|
Lei Zhang
|
5ddb13381e
|
quartz: Move aggregation tests into separate file.
|
2007-12-21 13:58:27 +01:00 |
|
Lei Zhang
|
e8f69b5a42
|
quartz: Do aggregation test for more video renderer interfaces.
|
2007-12-14 12:33:01 +01:00 |
|
Lei Zhang
|
bf20ca1dd4
|
quartz: Make aggregation test generic.
|
2007-12-14 12:32:54 +01:00 |
|
Lei Zhang
|
932cc2d7f9
|
quartz: Make video renderer aggregatable.
|
2007-12-13 14:36:15 +01:00 |
|
Lei Zhang
|
f5075f7356
|
quartz: Set *ppvObject to NULL if QueryInterface fails.
|
2007-12-13 14:34:07 +01:00 |
|
Lei Zhang
|
29cc256b9a
|
quartz: Add referenceclock QueryInterface test.
|
2007-12-13 14:33:59 +01:00 |
|
Lei Zhang
|
766046d4ab
|
quartz: Add videorenderer aggregation test.
|
2007-12-13 14:33:50 +01:00 |
|
Lei Zhang
|
4f6f1bcb6e
|
quartz: Add videorenderer QueryInterface test.
|
2007-12-13 14:33:40 +01:00 |
|
Lei Zhang
|
cff265950a
|
quartz: Add IFilterGraph2 interface and stubs.
|
2007-12-11 12:09:38 +01:00 |
|
Lei Zhang
|
2d1a6016c9
|
quartz: Validate input for IFilterGraph_FindFilterByName.
|
2007-12-07 17:04:34 +01:00 |
|
Lei Zhang
|
31aab42934
|
quartz: Fix return value in IFilterGraph_FindFilterByName.
|
2007-12-07 17:04:26 +01:00 |
|
Lei Zhang
|
646eefaa47
|
quartz: Add some IGraphBuilder related tests.
|
2007-12-07 17:04:15 +01:00 |
|
Lei Zhang
|
4ab6fd3de0
|
quartz: Add a test for IFilterGraph2.
|
2007-12-07 17:03:39 +01:00 |
|
Lei Zhang
|
f84f4cab70
|
quartz: Move current tests into their own test case.
|
2007-12-07 17:03:27 +01:00 |
|
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
|
Dan Kegel
|
8e8f840159
|
quartz: Make clock test less flaky.
|
2007-10-09 12:31:53 +02:00 |
|
Alex Villacís Lasso
|
7319157d7d
|
quartz: Fix IReferenceClock::GetTime() implementation for system clock.
|
2007-08-13 12:23:37 +02:00 |
|
Alex Villacís Lasso
|
9d436f697d
|
quartz: Add test for IReferenceClock.
|
2007-08-13 12:23:32 +02:00 |
|
Michael Stefaniuc
|
44e65a0fac
|
quartz/tests: Win64 printf format warning fixes.
|
2006-10-09 12:44:21 +02:00 |
|
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
|
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
|
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
|