Displaying 20 results from an estimated 24 matches for "samplegrabb".
Did you mean:
samplegrabber
2020 Feb 16
0
Wine release 5.2
...3d9: Retrieve stream frequency state from the primary stateblock.
d3d9: Stop setting the device state in d3d9_device_SetStreamSourceFreq().
wined3d: Implement casting int to uint.
strmbase: Always return VFW_E_TYPE_NOT_ACCEPTED if the pin_query_accept() callback fails.
qedit/samplegrabber: Use BaseOutputPinImpl_AttemptConnection().
qedit/samplegrabber: Initialize the media type filter to use wild cards instead of "None" types.
qedit/samplegrabber: Rename the "mtype" field to "filter_mt".
qedit/samplegrabber: Use strmbase media type h...
2019 Dec 20
0
Wine release 5.0-rc2
...al test for IMoniker::Enum().
po: Update some Russian strings.
Zebediah Figura (6):
ntdll: Return -1 from Unix code page conversion functions if an error was encountered.
winegstreamer: Clear the "reader" and "allocator" fields if connection fails.
qedit/samplegrabber: Clean up the pins in sample_grabber_destroy().
qedit/samplegrabber: Consistently use the "pMemInputPin" member of struct strmbase_source.
qedit/samplegrabber: Fix a typo in format type negotiation.
rpcrt4: Fix ITypeInfo ref count handling.
--
Alexandre Julliard
julli...
2008 Dec 11
3
DirectShow Theora Issue with RGB24
...fully created a working capture graph using OGG / Vorbis /
Theora, however, when I add a Sample Grabber Directshow filter between the
FFDShow decoder and Theora Encoder, this results in the video file being
mirrored vertically. I have noticed that the original CaptureGraph was
using YUV12, but the SampleGrabber is configured to use RGB24. Is it likely
that this is the cause of the problem?
Unfortuntatly I need to stick with RGB as I have already written a
significant amount of code around this.
Should I not be using RGB24 as an input to the OGG Mux filter?
If not, can anyone suggest a good (free) Col...
2010 Feb 19
0
Wine release 1.1.39
...fix its implementation.
msxml3: Avoid direct vtable members internal usage.
Ozkan Sezer (2):
include: Another fix for IDirectSound3DBuffer_SetConeAngles.
include: Make dmoreg.h C++ compatible.
Paul Chitescu (6):
qedit: Add pins, IMemInputPin implementation and grabbing to SampleGrabber.
qedit: Add current media type and media matching to SampleGrabber.
qedit: Add pins enumerator implementation to SampleGrabber.
qedit: Add media type enumerator to SampleGrabber.
qedit: In output pin's IPin_Connect call ReceiveConnection on the receiver pin to properly...
2020 Mar 13
0
Wine release 5.4
...copier transform.
mfplat: Add MFGetPlaneSize().
mfplat: Implement CopyToBuffer().
mf: Implement IsMediaTypeSupported() for simple type handler.
mfplat: Implement IsMediaTypeSupported() for stream descriptor.
mf: Implement MFGetTopoNodeCurrentType().
mf: Shutdown samplegrabber event queue on sink shutdown.
mf: Block samplegrabber stream event calls after stream is removed.
mf: Improve ShutdownObject() behavior for sample grabber activation object.
mf: Set shutdown state flag for presentation clock.
mf: Notify just added sinks with current clock...
2014 Feb 20
0
Wine release 1.7.13
...ading float "FOURCC" DDS files.
d3dx9/tests: Add a test for constant tables in FX20 shaders.
d3dx9/tests: Use a valid version tag for the "empty" shader.
Michael Stefaniuc (6):
qedit: IMemInputPin / IQualityControl are IPin stuff.
qedit/tests: Expand the SampleGrabber COM tests.
qedit: Return the correct iface in IEnumPins_QueryInterface().
qedit/tests: COM tests for IEnumPins from SampleGrabber.
strmbase: Return the iface instead of the object pointer.
qedit: Use the generic BaseFilter implementation in SampleGrabber.
Nikolay Sivov (2...
2019 Apr 26
0
Wine release 4.7
...incent Povirk (2):
mscoree: Try skipping c: when searching for support msi.
mscoree: Update Wine 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.
qedi...
2020 May 22
0
Wine release 5.9
...novic (2):
ntdll: Fix ELF initializer address calculations on FreeBSD.
libwine: Add support for mmap at fixed start addresses on FreeBSD.
Daniel Lehman (1):
vcruntime140_1: Use return address from catch block routine if not provided by catch block info.
Derek Lesho (2):
mf/samplegrabber: Attach markers to previously queued sample, not the next.
mfreadwrite/reader: Add recognition of ftypemp42 mp4 header.
Dmitry Timoshkov (5):
server: All fields up to CheckSum are mandatory regardless of SizeOfOptionalHeader value.
ntdll: Don't try to map the PE file past t...
2010 Mar 19
0
Wine release 1.1.41
...urlmon: Add CoInternetIsFeatureEnabled stub.
shlwapi: Add a forward to DelayLoadFailureHook.
shlwapi: Fix StrCpyNW to deal with null inputs better, and don't use lstrcpynW.
shell32: Add IPersistFile::GetCurFile implementation for IShellLink.
Paul Chitescu (3):
qedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_INVALIDMEDIATYPE like native.
qedit: SampleGrabber pins should enumerate a preferred format only after the input pin is connected and a fully defined format is known.
qedit: Implement buffering in SampleGrabber.
Paul Vriens...
2012 Jul 03
0
Wine release 1.5.8
...the other cpl applets.
joy.cpl: Added POV axis visualization.
Marek Chmiel (1):
dssenh: Added CryptAcquireContext test for the DSSENH cryptographic service provider.
Michael Stefaniuc (25):
usp10: Remove unreachable break after return (Smatch).
qedit: Basic COM cleanup for SampleGrabber.
qedit: COM cleanup for the IPin iface (SampleGrabber).
qedit: Support COM aggregation for SampleGrabber.
d3drm: Get rid of unsafe_impl_from_IDirect3DRMFrame2().
d3drm: Make IDirect3DRMx_CreateFrame() more forgiving about the parent frame.
quartz: Handle wrong COM ag...
2020 Apr 10
0
Wine release 5.6
...bediah Figura (70):
server: Check whether the new file name is executable.
quartz/avidec: Use the strmbase_passthrough object directly.
quartz/acmwrapper: Use the strmbase_passthrough object directly.
qasf/dmowrapper: Use the strmbase_passthrough object directly.
qedit/samplegrabber: Use the strmbase_passthrough object directly.
strmbase: Return void from strmbase_renderer_init().
kernel32/tests: Add more tests for deleting and replacing open files.
kernel32: Don't fail ReplaceFile() if unable to delete a generated backup.
qedit/samplegrabber: Use...
2019 May 24
0
Wine release 4.9
...correct platform extensions for each architecture.
setupapi/tests: Add tests for SetupDiGetActualSectionToInstall().
setupapi: Return the section name in SetupDiGetActualSectionToInstall() even if it doesn't exist.
quartz: Use CONTAINING_RECORD instead of casting.
qedit/samplegrabber: Correctly delegate IUnknown methods on the IMemInputPin interface.
amstream: Reimplement IMediaStreamFilter::EnumPins().
amstream: Reimplement IBaseFilter methods in the media stream filter.
setupapi/tests: Add some tests for SetupInstallFile().
setupapi: Retrieve the def...
2019 Nov 29
0
Wine release 4.21
...dis)connecting pins if the filter is not stopped.
wineqtdecoder: Simplify disconnecting the sink's peer in qt_splitter_destroy().
quartz/videorenderer: Avoid calling IPin::ConnectionMediaType() on our own pin.
strmbase: Avoid unnecessary use of IPin::ConnectedTo().
qedit/samplegrabber: Reimplement the source pin over the strmbase source.
strmbase: Get rid of the BaseInputPin typedef.
strmbase: Get rid of the BaseInputPinFuncTable typedef.
qedit/samplegrabber: Reimplement the sink pin over the strmbase sink.
d3d9: Track the viewport and scissor rect in t...
2019 Jun 10
0
Wine release 4.10
...s consistent.
winebus.sys: Just report the bus ID when enumerating compatible IDs.
qcap/smartteefilter: Use strmbase filter aggregation support.
qcap/vfwcapture: Use strmbase filter aggregation support.
qedit/nullrenderer: Use strmbase filter aggregation support.
qedit/samplegrabber: Use strmbase filter aggregation support.
evr: Return E_NOINTERFACE when aggregation is requested with an interface other than IUnknown.
evr: Use strmbase filter aggregation support.
ntoskrnl.exe: Free device IDs from pool.
winebus.sys: Allocate IRP return buffers from pag...
2019 Dec 13
0
Wine release 5.0-rc1
...nge 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 state change logic.
strmbase: Get rid of the "vtbl" parameter to strmbase_filter_init().
st...
2016 May 16
0
Wine release 1.9.10
...:
winmm: Restrict some MCI actions to the creating thread.
powrprof: Stub PowerSetActiveScheme.
winegstreamer: Add YUV to ARGB32 transformation filter.
winegstreamer: Flip video output.
qcap: Search the whole graph for an unconnected pin.
qedit: Don't require SampleGrabber to be playing to call callback.
Andrey Gusev (14):
setupapi: Fix a typo in comment.
shell32/tests: Fix a typo in comment.
tools/winapi: Fix a typo in comments.
user32/tests: Fix a typo in ok() message.
wintrust/tests: Fix a typo in ok() messages.
gdi32/tests:...
2015 Aug 21
0
Wine release 1.7.50
...p: Remove unused structure.
winhttp: Raw request headers need to be terminated with double \r\n.
winecfg: Do not overwrite theme each time an item is drawn.
krnl386.exe16: Increase buffer size in GetTempDrive.
Michael Stefaniuc (2):
qedit: COM cleanup for IEnumMediaTypes of SampleGrabber.
qedit: Simplify/fix the creation of the IEnumMediaTypes.
Nikolay Sivov (18):
dwrite: Fix font table tag tracing.
dwrite: Use OS/2 table data to set font style, make it preferable.
dwrite: Set font stretch from 'head' table as a fallback.
dwrite: Improve the...
2019 Jun 21
0
Wine release 4.11
....
Michael Stefaniuc (1):
winebuild: Use the now available ARRAY_SIZE() macro.
Nikolay Sivov (6):
mfplat: Add MFRegisterLocalByteStreamHandler().
mfplat: Give priority to local scheme handlers.
mfplat: Give priority to local bytestream handlers.
mf: Add support for IMFSampleGrabberSinkCallback2.
mf: Forward grabber clock state change calls to user callback.
mf/tests: Add sample processing tests for Video Processor.
Paul Gofman (11):
ddraw: Factor out viewport_alloc_active_light_index() function.
ddraw: Do not limit inactive light count in viewport....
2014 Mar 07
0
Wine release 1.7.14
...roduce a handle table for parameters to make lookup faster.
d3dx9: Support skipping mip levels in D3DXCreateTextureFromFileInMemoryEx.
d3dx9: Free string data.
wined3d: Free CS data on CS destruction.
Michael Stefaniuc (8):
qedit: Use the generic IEnumPin implementation for SampleGrabber.
avifil32: Basic COM cleanup for IAVIFile from WAVFile.
avifil32: Unconditionally support IAVIStream in WAVFile.
avifil32: Support COM aggregation in WAVFile.
avifil32/tests: Add WAVFile COM tests.
avifil32: Merge IPersistFile into the WAVFile object.
avifil32:...
2019 Nov 01
0
Wine release 4.19
...up test_format_object().
strmbase/renderer: Use base filter state change methods.
strmbase: Pass a strmbase_pin pointer to QualityControlImpl_Create().
strmbase: Retrieve the filter clock from the pin pointer.
qcap/audiorecord: Use strmbase state change methods.
qedit/samplegrabber: Use strmbase state change methods.
d3d9: Release the recording stateblock before calling wined3d_device_reset().
d3d8: Reset the stateblock state before calling wined3d_device_reset().
ddraw: Reset the stateblock state before calling wined3d_device_reset().
wined3d: Intro...