search for: filtergraph

Displaying 20 results from an estimated 39 matches for "filtergraph".

2018 Sep 28
0
Wine release 3.17
...32/tests: Use the correct procedure for dialog tests (Valgrind). comctl32: Add NULL checks to SetWindowSubclass (Valgrind). Zebediah Figura (37): rpcrt4/tests: Add tests for delegated proxy methods. ole32: Use the real proxy IID in ClientRpcChannelBuffer_GetBuffer(). quartz/filtergraph: Return correct interface for IID_IGraphVersion. quartz/tests: Add some tests for IFilterGraph_EnumFilters(). quartz/filtergraph: Factor out find_filter_by_name(). quartz: Merge enumfilters.c into filtergraph.c. quartz/filtergraph: Pass an IFilterGraphImpl to create_enum_fil...
2010 Jul 26
1
Possible interference between two directshow encoder/mux instances
I have an application written in c# which uses two instances of the theora encoder in a single filtergraph. Each one is followed by an ogg multiplexer for output to separate files. When I run the filtergraph the smaller video's buffer is intermittently written to the start of the larger video's buffer. I am using the latest filters from opencodecs_0.84.17338.exe and the smaller video is coming...
2019 Nov 01
0
Wine release 4.19
...n. psapi/tests: Remove an unreliable test. qwave: Don't test the last error in the successful case. advapi32/tests: Use unique names for each created service. quartz/tests: Add more tests for stream start time. quartz/tests: Add more tests for seeking. quartz/filtergraph: Correctly implement IMediaSeeking::GetStopPosition(). quartz/filtergraph: Remove the no longer used "stop_position" field from IFilterGraphImpl. quartz/filtergraph: Correctly handle AM_SEEKING_ReturnTime in IMediaSeeking::SetPositions(). wined3d: Introduce wined3d_state...
2019 Jun 21
0
Wine release 4.11
...a single char. ntdll: Remove no longer used interlocked_dec_if_nonzero(). ntdll: Add a futex-based implementation of SRW locks. ntdll: Try to avoid an unnecessary syscall in fast_release_srw_exclusive(). qedit/samplegrabber: Use BaseFilterImpl_QueryVendorInfo(). quartz/filtergraph: Use the type info cache for IBasicAudio. quartz/filtergraph: Use the type info cache for IVideoWindow. quartz/filtergraph: Use the type info cache for IBasicVideo. strmbase: Don't increment the pin reference count in filter_get_pin(). strmbase: Add default implementatio...
2020 Feb 28
0
Wine release 5.3
...d3d8: Stop setting the device state in d3d8_device_SetVertexShader(). winegstreamer: Decommit the source allocator when cleaning up the stream. strmbase/renderer: Return S_FALSE when pausing the stream if approprate. quartz/tests: Add a test for cyclic connections. quartz/filtergraph: Use IFilterGraph2::ConnectDirect() instead of calling IPin::Connect(). quartz/filtergraph: Maintain a topologically sorted list of filters. quartz/filtergraph: Don't check for cyclic connections in IFilterGraph2::Connect(). quartz/filtergraph: Iterate over all filters in stat...
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2020 Jun 19
0
Wine release 5.11
...l386.exe16: Simply clean a comment from master/slave. winex11.drv: Change slave to a more neutral word. ntdll: Change master/slave to more neutral words. comctl32: Clarify a comment. Anton Baskanov (7): winegstreamer: Commit allocator before pausing the stream. quartz/filtergraph: Always try to query IMediaSeeking if it's not cached yet. quartz/filtergraph: Count renderers in IMediaControl::Pause and ::Run. quartz/filtergraph: Always sort filter list before use. amstream: Implement MediaStreamFilter::GetCurrentStreamTime. amstream: Implement IAud...
2011 Jun 24
0
Wine release 1.3.23
...devapi memory allocations. winealsa: Avoid deadlock in AudioClient_Stop. Krzysztof Nowicki (1): user32: Make more functions hot-patchable for Steam. Lauri Kentt? (1): ws2_32/tests: Make sure that a structure is initialized (LLVM/Clang). Maarten Lankhorst (1): quartz: Skip filtergraph tests when filtergraph cannot be created. Marcus Meissner (16): wined3d: Don't just print a FIXME on error, handle it (Coverity). user32: Initialize all of msg (Coverity). msi: Fix some NULL dereferences (Coverity). d3dx9_36: Moved param NULL a bit forward (Coverity)....
2001 Sep 14
1
a few questions
...ts... >Video at Microsoft, Audio at University of Hannover and Systems...I don't >know. >I know of nowhere where an integrated VM (verification model) of MPEG-4 >has ever existed. > >Directshow SDK I believe has tutorials on how to create plugins...last I >heard, >called filtergraphs, to add an algorithm. > > MuseMagic > 1.240.209.7765 voicemail/fax > thalia@musemagic.com > www.musemagic.com > > > >-----Original Message----- >From: owner-vorbis@xiph.org [mailto:owner-vorbis@xiph.org]On Behalf Of >Andrew Voznytsa >Sent: Friday, September 14...
2018 Oct 12
0
Wine release 3.18
...po: Update Lithuanian translation. Bernhard Übelacker (3): user32: Let nulldrv return some dummy monitor information. services/tests: Retrieve monitor information when executed as service. services/tests: Change pipe type from byte to message. Brendan McGrath (1): quartz/filtergraph: Iterate over all source pins in ExploreGraph(). Byeong-Sik Jeon (3): gdi32: Improves the subpixel rendering availability for FreeType 2.8.1+. gdi32: Remove unnecessary operations. gdi32: Move the 'if' branch out of the loop. Dmitry Timoshkov (8): user32/tests: Add...
2008 Jul 25
0
Wine release 1.1.2
...or scrollbar update, use internal state instead. Alexander Dorofeyev (13): ddraw: Force surfaces without memory flags to video memory on creation. ddraw/tests: Add tests for surface caps memory flags. quartz: Make Filtermapper aggregatable. quartz: Aggregate filtermapper in filtergraph. quartz/tests: Test querying IFilterMapper2 from FilterGraph. quartz/tests: Add filtermapper aggregation tests. quartz/tests: Fix interface leaks in aggregation test. quartz: Fix interface leak in FilterGraph2_RemoveFilter. quartz/tests: Fix interface leaks in filtergr...
2010 Apr 09
1
Theora encoder directshow Filter configuration
Hi, I'am using the Xiph Theora Encoder directshow Filter in a csharp application. It works fine but I would like to modify the configuration, like the quality settings. I would like to know if there is a possibility to configure it programmatically without using the propertyPage dialog. Thanks a lot for your help Mathieu -------------- next part -------------- An HTML attachment was
2019 Oct 18
0
Wine release 4.18
...IBaseFilter::Run(). strmbase: Add a callback to expose renderer pin interfaces. quartz/videorenderer: Add a stub IOverlay interface to the sink pin. quartz/videorenderer: Implement IOverlay::GetWindowHandle(). quartz/tests: Add a test for filter graph threading. quartz/filtergraph: Create filters on a separate thread if requested. strmbase: Send WM_CLOSE instead of calling DestroyWindow() directly. quartz/videorenderer: Create the window on the same thread as the filter. quartz/vmr9: Create the window on the same thread as the filter. wined3d: Introdu...
2010 Apr 06
1
ITheoraEncodeSettings C# interop
My apologies if this is considered somewhat off-topic but I presume that this information may be may also be of use to others using these filters. Is there someone with a better understanding of COM than I have who can tell me where I'm going wrong with the following C# interface definition? I can set and recover a quality setting using this interface but not the isUsingQualityMode flag. Not
2019 May 24
0
Wine release 4.9
...ests: Add some tests for IMediaSeeking on the AVI mux filter. strmbase/transform: Don't expose IMediaSeeking from the filter. strmbase/transform: Don't expose IMediaPosition from the filter. strmbase/transform: Don't expose IQualityControl from the filter. quartz/filtergraph: Don't require IAMFilterMiscFlags when performing seek operations. mshtml: Fix a copy-paste error. mshtml: Avoid passing invalid memory to DispCallFunc(). msxml3: Load the version 1 typelib before trying to access it. setupapi: Add an initial implementation of SetupDiBui...
2020 May 22
0
Wine release 5.9
...ruct(). devenum: Return filter data for DMO monikers. quartz/tests: Test enumerating DMOs. quartz/tests: Fix a crash in test_renderless_formats(). quartz/tests: Fix a test failure in Windows 7 and higher. quartz/tests: Relax an intermittently failing test. quartz/filtergraph: Get rid of tracing for outer IUnknown methods. shell32/tests: Add more tests for IShellWindows. explorer: Implement IShellWindows::Register() and IShellWindows::Revoke(). explorer: Implement IShellWindows::OnNavigate(). explorer: Implement IShellWindows::FindWindowSW() for...
2012 Feb 02
0
Wine release 1.4-rc2
...255. usp10: Implement SSA_LINK flag. gdi32: In update_system_links if the font we are trying to link has already been substituted or localized we need to check against that name also. quartz: If the MediaSeeking is not implemented all the way up the passthru chain fall back to the filtergraph's clock to find position. usp10: We do not yet shape hangul properly so allow for SSA_LINK flags to take effect. Austin English (4): wscript: Remove an unused variable (LLVM/Clang). crypt32: Remove a couple unused variables (LLVM/Clang). dsound: Remove an unnecessary as...
2016 Apr 12
0
Wine release 1.8.2
...ually succeeded. ntdll: Implement SystemLogicalProcessorInformationEx. ntdll: Initialize variable (Coverity). André Hentschel (2): winemaker: Markup fixes in German translation. ntdll: Set TPIDRURW also on ARMv8-A. Anton Baskanov (1): quartz: Set the result to 1.0 in FilterGraph::GetRate. Aric Stewart (1): winejoystick.drv: Initialize unhandled dwPOV to JOY_POVCENTERED. Austin English (1): kernel32: Add GetConsoleScreenBufferInfoEx/SetConsoleScreenBufferInfoEx stubs. Bernhard Übelacker (2): include: Implement todo_wine_if for usage in wine tests....
2008 Nov 21
0
Wine release 1.1.9
...uilder: Generate fd.o entries for .url files. user32: Handle NULL rectangles in WM_NCCALCSIZE. Daniel Zimmermann (1): widl: Fix check for interface type in get_size_procformatstring. David Adam (5): d3dx8: Simplify D3DXQuaternionInverse. quartz: Check for NULL condition in FilterGraph2_Disconnect. d3dx8: Implement D3DXMatrixAffineTransformation2D. d3dx8: Implement D3DXMatrixTransformation2D. d3dx8: Change the debug channel of d3dx8 into the generic d3dx. Detlef Riekenberg (5): shlwapi/tests: Add more entries for PathIsURL. advapi32/tests: Fix tests...