wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / quartz /
2008-04-23  Maarten Lankhorstquartz: Make the file source support multiple samples...
2008-04-23  Maarten Lankhorstquartz: Make wave parser and mpeg splitter zero copy...
2008-04-23  Maarten Lankhorstquartz: Add some sanity checks to file splitter.
2008-04-23  Maarten Lankhorstquartz: Copy discontinuity status in acmwrapper.
2008-04-23  Maarten Lankhorstquartz: Fix inverted logic in memallocator.
2008-04-23  Maarten Lankhorstquartz: Fix error message names in tests.
2008-04-23  Maarten Lankhorstquartz: Optimize the processing thread to fetch one...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-21  Maarten Lankhorstquartz: Change longlong printfs.
2008-04-21  Maarten Lankhorstquartz: Add more seek entries and fix a time continuity...
2008-04-21  Maarten Lankhorstquartz: Only drop Preroll samples after obtaining its...
2008-04-21  Maarten Lankhorstquartz: Drop preroll frames in directsound renderer...
2008-04-21  Maarten Lankhorstquartz: No longer drop packets on discontinuities.
2008-04-21  Maarten Lankhorstquartz: Set media time in the file source.
2008-04-21  Maarten Lankhorstquartz: Make acmwrapper respect preroll samples.
2008-04-21  Maarten Lankhorstquartz: Flux AsyncReader in PullPin_BeginFlush.
2008-04-21  Maarten Lankhorstquartz: Fix sample leak in file source on failure path.
2008-04-21  Maarten Lankhorstquartz: Fix theoretical memory leak.
2008-04-21  Maarten Lankhorstquartz: Make the video renderer drop preroll samples.
2008-04-17  Alexandre Julliardquartz: Avoid sizeof in traces.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-17  Maarten Lankhorstquartz: Obtain the duration using the index in avisplitter.
2008-04-17  Maarten Lankhorstquartz: Store the stream index in the avi stream for...
2008-04-17  Maarten Lankhorstquartz: Check for discontinuities in the directsound...
2008-04-17  Maarten Lankhorstquartz: Make sure at least 1 sample is processed before...
2008-04-17  Maarten Lankhorstquartz: Reject samples in transform filter only when...
2008-04-17  Maarten Lankhorstquartz: Reject samples in video renderer when stopped.
2008-04-17  Maarten Lankhorstquartz: Fix IMediaSample2 SetPreroll and SetSyncPoint.
2008-04-17  Maarten Lankhorstquartz: Fix discontinuities in wave parser.
2008-04-16  Maarten Lankhorstquartz: Add a Disconnect function to the parser and...
2008-04-16  Maarten Lankhorstquartz: Parse old style avi index.
2008-04-16  Maarten Lankhorstquartz: Make the avi splitter skip index headers.
2008-04-16  Maarten Lankhorstquartz: Dump opendml indexes and header.
2008-04-15  Maarten Lankhorstinclude: Update aviriff header.
2008-04-15  Maarten Lankhorstquartz: Update start_time if the current position is...
2008-04-15  Maarten Lankhorstquartz: Add VIDEOINFOHEADER2 support to VideoRenderer.
2008-04-14  Maarten Lankhorstquartz: Bring waveparser to the same level as the mpeg...
2008-04-14  Maarten Lankhorstquartz: Silence seeking fixmes on transform filter.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-14  Maarten Lankhorstquartz: Set sane defaults for pin stream rate.
2008-04-14  Maarten Lankhorstquartz: Don't clean up in avi decoder if driver isn...
2008-04-10  Maarten Lankhorstquartz: Add stubs for the IMediaSeeking interface in...
2008-04-10  Maarten Lankhorstquartz: Add a stub for SeekingPassThru.
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the mpeg splitter.
2008-04-10  Maarten Lankhorstquartz: Implement stop position in the filtergraph.
2008-04-09  Maarten Lankhorstquartz: Make the directsound renderer handle the Play...
2008-04-09  Maarten Lankhorstquartz: Generate a seek table for the mpeg splitter.
2008-04-09  Maarten Lankhorstquartz: Remove while { } while construct.
2008-04-09  Michael Stefaniucquartz: Add missing lock releases on some code paths...
2008-04-09  Maarten Lankhorstquartz: Make the pullpin forward the BeginFlush before...
2008-04-09  Maarten Lankhorstquartz: Don't free a null media type in the file source.
2008-04-09  Maarten Lankhorstquartz: Make the DirectSound renderer return S_FALSE...
2008-04-09  Maarten Lankhorstquartz: Drop packets in the transform filter if in...
2008-04-09  Maarten Lankhorstquartz: Try creating the file reader from the filter...
2008-04-09  Maarten Lankhorstquartz: Make mpeg splitter keep track of play position...
2008-04-08  Maarten Lankhorstquartz: Fix deadlocks in pullpin.
2008-04-08  Maarten Lankhorstquartz: Make wait timeout in directsound slightly larger.
2008-04-07  Maarten Lankhorstquartz: Handle flushing and end of stream notifications...
2008-04-07  Maarten Lankhorstquartz: Reset EcCompleteCount before starting filters.
2008-04-07  Maarten Lankhorstquartz: Fix past mistake to release lock during seeking...
2008-04-07  Maarten Lankhorstquartz: Fix some memory leaks in the file source.
2008-04-07  Maarten Lankhorstquartz: Make FileAsyncReader_WaitForNext return an...
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-04-07  Maarten Lankhorstquartz: Add more state transitions to the filtergraph.
2008-04-03  Maarten Lankhorstquartz: Fix memory leak found by valgrind.
2008-04-02  Maarten Lankhorstquartz: Implement seeking on the null renderer.
2008-04-02  Maarten Lankhorstquartz: Fix stop_playback used in pullpin.
2008-04-02  Maarten Lankhorstquartz: Make acmwrapper respond to a sample discontinui...
2008-04-02  Maarten Lankhorstquartz: Add seeking to mpeg splitter.
2008-04-02  Maarten Lankhorstquartz: Prepare mpeg splitter code for seeking by makin...
2008-04-02  Maarten Lankhorstquartz: Fix parser and pins logic to no longer deadlock.
2008-04-02  Maarten Lankhorstquartz: Implement filtergraph mediaseeking setposition.
2008-04-02  Maarten Lankhorstquartz: Don't hold lock when changing state in filtergraph.
2008-04-02  Maarten Lankhorstquartz: Fix locking in MediaSeeking and forward SetPosi...
2008-04-02  Maarten Lankhorstquartz: Implement seeking stubs for transform filters.
2008-04-01  Maarten Lankhorstquartz: Implement graph MediaSeeking GetPositions.
2008-04-01  Maarten Lankhorstquartz: Allow parser filters to implement their own...
2008-04-01  Maarten Lankhorstquartz: Small mpeg splitter fixes.
2008-04-01  Chris Robinsonquartz: Break processing loop when shutting down.
2008-03-31  Maarten Lankhorstquartz: Check against a null dereference and don't...
2008-03-31  Andrew Talbotquartz: Assign to structs instead of using CopyMemory.
2008-03-28  Maarten Lankhorstquartz: Add GetCurrentPosition using the reference...
2008-03-28  Maarten Lankhorstquartz: Change name from Start position to Current...
2008-03-26  Alexandre Julliardquartz: Avoid %ll printf formats.
2008-03-24  Reece Dunnquartz: Fixed building with MSVC headers.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-24  Maarten Lankhorstquartz: Forward requests for MediaSeeking from all...
2008-03-24  Maarten Lankhorstquartz: Play silence in directsound renderer on end...
2008-03-24  Maarten Lankhorstquartz: Make acmwrapper code aware of time, and get...
2008-03-24  Maarten Lankhorstquartz: Add sanity check to mediaseeking setrate.
2008-03-24  Maarten Lankhorstquartz: Parse audio packets in mpeg splitter to obtain...
2008-03-21  Michael Stefaniucquartz: Replace second EnterCriticalSection with LeaveC...
2008-03-20  Maarten Lankhorstquartz: Implement forwarding mediaseeking messages.
2008-03-20  Maarten Lankhorstquartz: Add critical sections to IMediaSeeking.
2008-03-20  Maarten Lankhorstquartz: Add mediaseeking stub to audio renderer.
2008-03-20  Maarten Lankhorstquartz: Fix checking for duration.
2008-03-20  Maarten Lankhorstquartz: Pass the reference time + small delay on on...
2008-03-20  Maarten Lankhorstquartz: Don't pass reference time when running.
2008-03-20  Maarten Lankhorstquartz: Transmit pullpin messages further.
next