comctl32/tests: We can now store binary files in the repository.
[wine] / dlls / quartz /
2007-09-10  Francois Gougetquartz: Better match the PSDK types and fix the winapi_...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-23  Stefan Leichterquartz: Remove 'recursive registry key delete' function.
2007-08-13  Alex Villacís Lassoquartz: Fix IReferenceClock::GetTime() implementation...
2007-08-13  Alex Villacís Lassoquartz: Add test for IReferenceClock.
2007-08-08  Andrew Talbotquartz: Constify some variables.
2007-06-27  Michael Stefaniucquartz: Remove superfluous casts of void pointers to...
2007-06-20  Alex Villacís Lassoquartz: Fix video rendering sizing/positioning bugs.
2007-06-05  Chris Robinsonquartz: Don't return S_FALSE for failed connections.
2007-06-04  Marcus Meissnerquartz: Added some error checking on failure to CreateC...
2007-05-23  Marcus Meissnerquartz: ppinsplitter might be used uninitialized (Cover...
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-05-17  Andrew Talbotquartz: Exclude unused headers.
2007-04-27  Chris Robinsonquartz: Partially implement the MPEG 1 Stream Splitter...
2007-04-16  Chris Robinsonquartz: Create DirectSound device and buffer at filter...
2007-04-11  Chris Robinsonquartz: Implement IAMFilterData interface for IFilterMa...
2007-04-09  Chris Robinsonquartz: Pass the media sample to the individual transfo...
2007-04-09  Chris Robinsonquartz: Fix error with operator precedence.
2007-04-09  Chris Robinsonquartz: Fix ALIGN macros.
2007-04-07  Chris Robinsonquartz: Make sure cached media samples are released...
2007-04-07  Chris Robinsonquartz: Add a cleanup callback for parser filters to...
2007-04-07  Chris Robinsonquartz: Add partial implementation of IReferenceClock...
2007-04-07  Chris Robinsonquartz: Use more precise positioning information for...
2007-04-06  Chris Robinsonquartz: Send a notification when the filter graph clock...
2007-04-06  Chris Robinsonquartz: Avoid releasing NULL objects.
2007-04-04  Chris Robinsonquartz: Tell filters to stop sending data when the...
2007-04-04  Chris Robinsonquartz: Don't call ReleaseSemaphore on NULL semaphore...
2007-04-04  Chris Robinsonquartz: Implement Get/SetSyncSource for the FilterGraph...
2007-04-04  Chris Robinsonquartz: Break loop on error in ACMWrapper.
2007-04-04  Chris Robinsonquartz: Add a QueryConnect method for transform filters.
2007-04-04  Chris Robinsonquartz: Connect input when the pins connect, not when...
2007-04-04  Chris Robinsonquartz: Hold a reference on the PullPin's filter while...
2007-04-03  Chris Robinsonquartz: Use a second-long DSound buffer for playback.
2007-04-02  Chris Robinsonquartz: Use a safe APC to kill the PullPin thread when...
2007-04-02  Chris Robinsonquartz: Set the sample time based on the number of...
2007-04-02  Chris Robinsonquartz: Remove errant parser output pins on input conne...
2007-04-02  Chris Robinsonquartz: Don't fill the dsound buffer with small amounts.
2007-03-30  Chris Robinsonquartz: Add filters using their names.
2007-03-28  Chris Robinsonquartz: Protect DSound buffer creation with a critical...
2007-03-27  Chris Robinsonquartz: Return proper CLSID for parser filters.
2007-03-26  Chris Robinsonquartz: Propogate transform filter errors upstream.
2007-03-26  Chris Robinsonquartz: Store the current reference time with the PullPin.
2007-03-26  Chris Robinsonquartz: Implement volume and pan control for DSoundRend...
2007-03-26  Chris Robinsonquartz: Make DSoundRender_Run start the playback buffer.
2007-03-21  Chris Robinsonquartz: Fully disconnect the AsyncReader when released.
2007-03-21  Chris Robinsonquartz: Don't redundantly set waveparser output pin...
2007-03-20  Michael Stefaniucquartz: Fix typo that produced an empty if-statement.
2007-03-20  Chris Robinsonquartz: Don't delete critical sections before the filte...
2007-03-19  Chris Robinsonquartz: Release objects when they're no longer needed.
2007-03-19  Chris Robinsonquartz: Disconnect pins when their filter is removed.
2007-03-19  Chris Robinsonquartz: Release objects when pins fail to connect.
2007-03-19  Chris Robinsonquartz: Hold a reference on a filter while sending...
2007-03-13  Chris Robinsonquartz: Avoid asserting from used samples on allocator...
2007-03-13  Chris Robinsonquartz: Force disconnect when a filter is fully released.
2007-03-13  Chris Robinsonquartz: Cleanup properly around error conditions and...
2007-03-12  Jan Zerebeckiquartz: Add DebugInfo to critical sections.
2007-03-12  Chris Robinsonquartz: Stop DSound buffer playback when the filter...
2007-03-09  Chris Robinsonquartz: Check allocation failure and clear memory in...
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2007-03-08  Chris Robinsonquartz: Use proper alloc/free functions for COM objects.
2007-03-05  Chris Robinsonquartz: Improve reference traces.
2007-03-05  Chris Robinsonquartz: Don't AddRef an object we just created and...
2007-03-05  Chris Robinsonquartz: Report the previous refcount of a PullPin object.
2007-03-05  Chris Robinsonquartz: Use the right vtable offset for the IMediaFilte...
2007-03-05  Chris Robinsonquartz: Use the proper CLSID when creating the IFilterM...
2007-03-05  Chris Robinsonquartz: Return the proper interface for IFilterMapper.
2007-02-21  Chris Robinsonquartz: Implement IUnknown methods for IMediaPosition.
2007-02-21  Chris Robinsonquartz: Don't release filters when they connect.
2007-02-20  Chris Robinsonquartz: Initialize a pointer to NULL for the case of...
2007-02-20  Chris Robinsonquartz: Add IMediaPosition interface and stubs.
2007-02-20  Chris Robinsonquartz: Better handle error conditions when connections...
2007-02-19  Chris Robinsonquartz: Return proper error codes from GraphBuilder_Ren...
2007-02-19  Chris Robinsonquartz: Make sure the splitter has output plugins befor...
2007-02-19  Chris Robinsonquartz: Check for the proper ID when querying for the...
2007-02-19  Chris Robinsonquartz: Don't use uninitialized memory in ACMWrapper.
2007-02-19  Chris Robinsonquartz: Stop and free the dsound buffer when needed.
2007-02-14  Chris Robinsonquartz: Loop through the rest of the possible filters...
2007-02-14  Chris Robinsonquartz: Remove 1GB AVI size limitation.
2007-02-14  Chris Robinsonquartz: Properly handle input parameters in FileSource_...
2007-02-05  Andrew Talbotquartz: Fix a typo.
2007-01-24  Andrew Talbotquartz: Declare a function static.
2007-01-05  Francois Gougetquartz: Use '%u' to print GetLastError().
2006-11-29  Dmitry Timoshkovquartz: Make some data const and static.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-13  Andrew Talbotquartz: Cast-qual warnings fix.
2006-11-10  Andrew Talbotquartz: Cast-qual warning fix.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-13  Hans Leidekkerquartz: Win64 printf format warning fixes.
2006-10-09  Michael Stefaniucquartz/tests: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-25  Andrew Talbotquartz: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Robert Shearmanquartz: Use the absolute height of the bitmap format...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-26  Alex Villacís Lassoquartz: Skip over INFO chunk in AVI file parsing.
2006-08-18  Stefan Leichterquartz: Print 64bit integers with wine_dbgstr_longlong.
2006-08-18  Sagar Mittalquartz: DSoundRender: Do not overwrite a full buffer.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
next