search for: pullpin

Displaying 15 results from an estimated 15 matches for "pullpin".

2007 Apr 13
0
Wine release 0.9.35
...is Robinson (23): quartz: Don't fill the dsound buffer with small amounts. quartz: Remove errant parser output pins on input connection failure. quartz: Set the sample time based on the number of bytes read before sending it downstream. quartz: Use a safe APC to kill the PullPin thread when the PullPin is being released. quartz: Use a second-long DSound buffer for playback. quartz: Hold a reference on the PullPin's filter while the processing thread is alive. quartz: Connect input when the pins connect, not when querying. quartz: Add a QueryConn...
2007 Feb 28
0
Newbie theora questions
...defeated. First, I've managed to successfully build libOOTheora and libtheora by finding and building all the libraries they depend on. Now I'm trying to build the decoder filter, dsfTheoraDecoder. First question. In theoradecoderdllstuff.h there are two include files, streams.h and pullpin.h that aren't in standard Visual Studio 2005. I have included Samples\Multimedia\DirectShow\BaseClasses from the SDK for those include files. Are those the correct versions of the files to include? Second question. Having done them I'm down strictly to linker errors. The project comes w...
2011 May 27
0
Wine release 1.3.21
...ls from X files. d3dxof: Removed function declarations with no definitions. d3dxof: COM cleanup in main.c. d3dxof: COM cleanup in d3dxof.c. Erich Hoover (5): quartz: Return IMediaSeeking interface for Parser OutputPin. quartz: Return IMediaSeeking interface for Parser PullPin. quartz: Release outstanding samples in PullPin::PauseProcessing. quartz: Make sure pin state cannot change while a flush is in progress. quartz: Create and hold onto a preferred allocator for IAsyncReader::RequestAllocator. Francois Gouget (15): ddraw/tests: Fix compilatio...
2008 May 09
0
Wine release 1.0-rc1
...services: Fixed the result check for the control mutex wait. winevdm: Move the DOS memory range check to not trigger for Win16 apps. winex11: The XIM callback is called with the X11 lock held. preloader: Silence the warning for the low 64k. Revert "quartz: Clean up pullpin code." server: Don't touch the users count when a system process switches desktops. shell32: Set the correct default for shell folders relative to the windows directory. kernel32: Set the USERPROFILE and ALLUSERSPROFILE environment variables based on the ProfileList regis...
2008 Apr 18
1
Wine release 0.9.60
...x past mistake to release lock during seeking and changing state. quartz: Reset EcCompleteCount before starting filters. quartz: Handle flushing and end of stream notifications for input pins. quartz: Make wait timeout in directsound slightly larger. quartz: Fix deadlocks in pullpin. quartz: Make mpeg splitter keep track of play position and keep last sample if sending was not successful. quartz: Try creating the file reader from the filter source first before falling back to the generic async file reader. quartz: Drop packets in the transform filter if in th...
2008 Jul 11
0
Wine release 1.1.1
...he .hlp file myself 13952 voipcheap client:Call to unimplemented function gdiplus.dll.GdipCloneImage 14029 Context menus do not work in Wrye Bash 14053 Winamp 5.53 fails to start due to a loader crash 14109 cannot download gecko with wine iexplore 14161 quartz regressions - crash in PullPin_Thread_Process & more 14221 bonjour service (mdnsresponder) crash in winsock/iphlpapi 14226 Fileplanet Comrade installer can't create app xml file (xpath query result handling) 14234 WC Prophecy and SO crash in both software and D3D modes 14260 etax 2008 software cannot complete...
2007 Mar 30
0
Wine release 0.9.34
...waveparser output pin data before it's created. quartz: Fully disconnect the AsyncReader when released. quartz: Make DSoundRender_Run start the playback buffer. quartz: Implement volume and pan control for DSoundRenderer. quartz: Store the current reference time with the PullPin. quartz: Propogate transform filter errors upstream. quartz: Return proper CLSID for parser filters. quartz: Protect DSound buffer creation with a critical section lock. winemp3: Clear stream buffers when the stream is reset. quartz: Add filters using their names. Cli...
2018 Feb 02
0
Wine release 3.1
...rganizeFavDlg. Wei Xie (1): wininet: Don't release connection too early. Zebediah Figura (9): winedbg/gdbproxy: Add support for floating-point registers on x86 and x86_64. winedbg/gdbproxy: Replace memory read over a breakpoint with the real value. quartz: Wait for the PullPin thread to terminate. hlink: Directly check for S_OK from IHlinkBrowseContext_GetObject(). user32/tests: Add a helper to check clipboard sequence and messages. user32/tests: Wait for the WM_CLIPBOARDUPDATE message to be received. dbghelp: Avoid an infinite loop. user32/...
2012 Apr 13
0
Wine release 1.5.2
...Add BaseControlVideo to VMR9. quartz: Add IAMFilterMiscFlags to VMR9 implementation. quartz: Add VMRFilterConfig9 to VMR9. quartz: Add VMRWindowlessControl9 to VMR9. user32: While calculating lines, discard uniscribe data for non-visible lines. quartz: COM cleanup for PullPin. quartz: Add VMRSurfaceAllocatorNotify9 to VMR9. wineqtdecoder: Register the QT Splitter to be a default potential handler for all unhandled streams. quartz: Add control.idl as a typelib resource. wineqtdecoder: Call OutputQueue_Destroy during pin disconnect. Austin English...
2007 Mar 16
0
Wine release 0.9.33
...quencing tests. Chris Robinson (12): quartz: Return the proper interface for IFilterMapper. quartz: Use the proper CLSID when creating the IFilterMapper2 interface. quartz: Use the right vtable offset for the IMediaFilter functions. quartz: Report the previous refcount of a PullPin object. quartz: Don't AddRef an object we just created and are handing back to the caller. quartz: Improve reference traces. quartz: Use proper alloc/free functions for COM objects. quartz: Check allocation failure and clear memory in DSound Renderer. quartz: Stop...
2008 Mar 21
0
Wine release 0.9.58
...er too. quartz: Fix the magic bytes for mp3's with id3 tags. quartz: Call send flush/endofstream and segment messages downstream. quartz: Move IMediaSeeking from the parser pin to the parser filter. quartz: Fix bug in transmitting messages further. quartz: Transmit pullpin messages further. quartz: Don't pass reference time when running. quartz: Pass the reference time + small delay on on begin of playback. quartz: Fix checking for duration. quartz: Add mediaseeking stub to audio renderer. quartz: Add critical sections to IMediaSeeki...
2010 Nov 12
0
Wine release 1.3.7
...tead of stream time in null renderer. quartz: Remove position from filtergraph. quartz: Actually use the start time in SendRun. strmbase: Add support for IQualityControl. strmbase: Forward IQualityControl on output pin to base filter. quartz: Forward IQualityControl on pullpin to base filter. quartz: Add IQualityControl to video renderer. strmbase: Add support for IQualityControl to transform filter. winegstreamer: Send EOS on exiting thread. quartz: Fix PullPin_EnumMediaTypes. winegstreamer: Fix GSTInPin_EnumMediaTypes. winegstreamer:...
2008 Apr 04
0
Wine release 0.9.59
...splitter code for seeking by making most splitter parsing locked. quartz: Add seeking to mpeg splitter. quartz: Make acmwrapper respond to a sample discontinuity by dropping the frame after parsing it. include: Add BroadcastSystemMessageEx. quartz: Fix stop_playback used in pullpin. quartz: Implement seeking on the null renderer. winemp3: Change a few more fprintf's to wine logs. quartz: Fix memory leak found by valgrind. user32: Implement BroadcastSystemMessage. Marcus Meissner (7): user32/tests: Skip checks if pre-condition does not match....
2011 Sep 23
0
Wine release 1.3.29
...ns are not special regarding protection flags. Erich Hoover (5): quartz: Do not assert when IAsyncReader::WaitForNext returns VFW_E_TIMEOUT. quartz: Samples should be freed when IAsyncReader::Request fails. quartz: Add missing release. quartz: Add support for EndOfStream in PullPin. quartz: Fix converting between the media time and REFTIME. Francois Gouget (89): urlmon/tests: Print the test URLs rather than their index. msctf/tests: Give time for the messages to arrive. krnl386.exe16: Add parentheses to clarify the precedence between '&' a...
2008 May 02
0
Wine release 0.9.61
...dsound: Skip the sound checks on the primary module and change its driver module to "". quartz: Make the video renderer drop preroll samples. quartz: Fix theoretical memory leak. quartz: Fix sample leak in file source on failure path. quartz: Flux AsyncReader in PullPin_BeginFlush. quartz: Make acmwrapper respect preroll samples. quartz: Set media time in the file source. quartz: No longer drop packets on discontinuities. quartz: Drop preroll frames in directsound renderer too. quartz: Only drop Preroll samples after obtaining its tim...