search for: imediaseeking

Displaying 18 results from an estimated 18 matches for "imediaseeking".

2019 Nov 01
0
Wine release 4.19
...nreliable 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_stateblock_set_sampler_state(). d3...
2020 Aug 01
0
Wine release 5.14
...e: Remove some no longer used callbacks. strmbase: Get rid of BaseRendererImpl_Receive(). strmbase: Wait for presentation time after rendering the first sample. quartz/vmr9: Signal state change completion only after PresentImage() has been called. quartz/tests: Add tests for IMediaSeeking::GetCurrentPosition() and EC_COMPLETE interaction. quartz: Return the stop position from GetCurrentPosition() after all filters return EC_COMPLETE. wine.inf: Map CursorBlinkRate to the registry. wine.inf: Map the Windows section of win.ini to the registry. quartz/vmr9: Retur...
2019 May 24
0
Wine release 4.9
...pi/tests: Add some tests for SetupInstallFile(). setupapi: Retrieve the default destination path in SetupInstallFile(). setupapi: Clear the Win32 error if no copy was necessary. setupapi: Don't fail a queued copy if no copy was necessary. quartz/tests: Add some tests for IMediaSeeking on the filter graph. qcap/tests: Clean up test_AviMux_QueryInterface(). qcap/tests: 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...
2008 Mar 21
0
Wine release 0.9.58
...quartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it. quartz: Set a default sync source on the filtergraph. quartz: Silence the directsound buffer on starting. quartz: Make MediaSeeking stubs fixmes. quartz: Add initial support for time formats in IMediaSeeking. quartz: Change some more stubs from traces to fixmes. quartz: Implement a few MediaSeeking functions. user32: Fix enumeration for EnumWindowStations and EnumDesktops. dsound: Add an option to mix sound buffers in the mixer again. winmm: Fix midi deadlock by not holdin...
2019 Dec 13
0
Wine release 5.0-rc1
...reamer: Also wait for the no-more-pads signal when pausing the filter. winegstreamer: Use strmbase state change methods. winegstreamer: Fix the timeout passed to gst_element_get_state(). wineqtdecoder: Use strmbase filter state change methods. wineqtdecoder: Don't expose IMediaSeeking from the sink pin. wineqtdecoder: Don't expose IMediaSeeking from the filter. qedit/samplegrabber: Use BaseFilterImpl_JoinFilterGraph(). qcap/avico: Use strmbase filter state change methods. qcap/avimux: Use strmbase filter state change methods. qcap: Rework v4l2 s...
2020 Apr 10
0
Wine release 5.6
...the identifier in the named item's disp only if it doesn't have the CODEONLY flag. vbscript/tests: Add more persistent named items tests. vbscript: Clear SCRIPTITEM_CODEONLY flag on script re-initialization. msscript.ocx: Fix the idl output parameters. quartz: Cache IMediaSeeking for filters. quartz/tests: Add tests for when IMediaSeeking on a filter is released by the filter graph. Gerald Pfeifer (1): dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined. Gijs Vermeulen (4): riched20: Turn FIXME into a TRACE for ITextRange::SetRange....
2011 May 27
0
Wine release 1.3.21
...es. d3dx9: Add support for loading basic meshes. d3dx9: Add support for loading mesh normals 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 alloca...
2020 Aug 28
0
Wine release 5.16
...rrect function in TRASH_GetDetails() (Coverity). evr: Fix typo in video_mixer_init_dxva_videodesc() (Coverity). amstream: Return VFW_E_CANNOT_CONNECT in IAMMultiMediaStream::OpenFile() when no renderers are present and AMMSF_NORENDER is not specified. amstream: Return S_FALSE when IMediaSeeking::GetDuration() fails in IAMMultiMediaStream::GetDuration(). qcap/tests: Remove unused enumMediaTypes in test_smart_tee_filter() (Coverity). quartz: Close hfile when GetFileSizeEx fails in IFileSourceFilter::Load() (Coverity). amstream: Implement IMediaStreamFilter::ReferenceTimeTo...
2013 Mar 15
0
Wine release 1.5.26
...--------- Changes since 1.5.25: Akihiro Sagawa (2): msvcrt/tests: Add _wcstoi64/_wcstoui64 tests. msvcrt: Fix incorrect casts in _wcstoi64_l and _wcstoui64_l. Alessandro Pignotti (4): strmbase: Remove code duplicated by every user of ISeekingPassThruImpl. qedit: Implement IMediaSeeking and IMediaPosition in sample grabber. quartz: The filter graph manager should handle GetCurrentPosition itself. strmbase: Frame scheduling should use IMediaSample::GetTime. Alexandre Julliard (22): vbscript: Tweak enum macros to avoid confusing winapi_extract. gdi32: Store...
2019 Apr 26
0
Wine release 4.7
...Mono to 4.8.3. Vladimir Bespalov (1): user32: Make LoadString[AW] patchable. Zebediah Figura (38): qedit/tests: Add more tests for sample grabber filter interfaces. qedit/samplegrabber: Don't expose IMediaPosition from the filter. qedit/samplegrabber: Don't expose IMediaSeeking from the filter. qedit/tests: Test that reference counts are shared between interfaces. qedit/tests: Add some tests for IBaseFilter::EnumPins() on the sample grabber. qedit/tests: Add some tests for IBaseFilter::FindPin() on the sample grabber. qedit/tests: Add some tests fo...
2018 Sep 28
0
Wine release 3.17
...diaControl_Pause(). quartz/tests: Add some tests for filter states. quartz/filtergraph: Implement IMediaControl state functions on top of IMediaFilter. quartz/tests/filtergraph: Add some tests for EC_COMPLETE. quartz/filtergraph: Check for AM_FILTER_MISC_FLAGS_IS_RENDERER or IMediaSeeking to count renderers. quartz/tests: Move file source filter tests to filesource.c. quartz/tests/filesource: Test interfaces exposed by the file source filter. quartz/filesource: Don't expose IAMFilterMiscFlags. strmbase: Fix implementation of IEnumPins_Skip(). Zhiyi Zhang...
2020 Oct 23
0
Wine release 5.20
...nerSign(). ws2_32/tests: Fix an intermittent test failure on w10pro64. ws2_32: Use server-side async I/O in AcceptEx(). ws2_32: Use server-side async I/O in accept(). server: Forbid accepting into the same socket more than once. quartz: Return the paused timestamp from IMediaSeeking::GetCurrentPosition() if the graph is running asynchronously. winegstreamer: Respect integer promotion rules when clamping timestamp + diff. winegstreamer: DirectShow and GStreamer proportions are inverted with respect to each other. quartz/tests: Use compare_double() to test IBas...
2011 Jul 08
0
Wine release 1.3.24
...efaniuc (32): shell32: Don't pass an unitialized size to RegGetValue(). quartz: COM cleanup for the IFilterGraph2 iface. quartz: Pass the object instead of the iface to an internal helper. quartz: COM cleanup for the IMediaControl iface. quartz: COM cleanup for the IMediaSeeking iface. quartz: COM cleanup for the IBasicAudio iface. quartz: COM cleanup for the IBasicVideo2 iface. quartz: COM cleanup for the IVideoWindow iface. quartz: COM cleanup for the IMediaEventEx iface. quartz: COM cleanup for the IMediaFilter iface. quartz: COM clea...
2020 Jun 19
0
Wine release 5.11
...t 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 IAudioStreamSample::GetSampleTimes....
2018 Mar 02
0
Wine release 3.3
...quartz/tests: Explicitly test correct return value for IGraphBuilder_Connect(). quartz/tests: Expand and separate state change tests. quartz/tests: Expand and separate media event tests. quartz/tests: Simply test_render_with_multithread(). quartz/tests: Add more tests for IMediaSeeking. quartz/tests: Remove some unnecessary error-checking. -- Alexandre Julliard julliard at winehq.org
2008 Apr 18
1
Wine release 0.9.60
...Play->Pause->Play position without dropping data. quartz: Implement stop position in the filtergraph. quartz: Implement stop position in the mpeg splitter. include: Add ISeekingPassThru interface. quartz: Add a stub for SeekingPassThru. quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru. quartz: Don't clean up in avi decoder if driver isn't opened. quartz: Set sane defaults for pin stream rate. quartz: Silence requests for IVideoWindow. quartz: Silence seeking fixmes on transform filter. quartz: Bring waveparser to...
2008 Jun 27
0
Wine release 1.1.0
...sor. include: Add definitions for IBasicVideo2 interface. include: Add definitions for IAMFilterMiscFlags interface. winemp3: Try to find a valid header instead of failing immediately. qcap: Capture pin should have an IAMStreamConfig. quartz: Forward some messages from IMediaSeekingPassThru. quartz: Add the ability to force a pin to use a certain renderer. quartz: Only query for event interface when there is a filtergraph. quartz: Expose some methods so that a custom allocator can be created. quartz: Try to render any existing renderers before creating...
2010 Jul 30
0
Wine release 1.3.0
...syscall instead of int $0x80. ntdll: Use syscall instead of int $0x80. mmdevapi: Blacklist portaudio. quartz: Fix flushing in dsound renderer. quartz: Accept tiny discontinuities in video renderer without printing out an error. quartz: Make it possible to just override IMediaSeeking::GetCurrentPosition. quartz: Implement MediaSeekingPassThru. quartz: Add support for renderer methods to MediaSeekingPassThru. mciqtz32: Remove individual queryinterfaces. mciqtz32: Add support for mciWindow. mciqtz32: Add support for MCI_STATUS_MODE. mciqtz32: S...