Sign in
goma
/
wine
/
29d3c754424ccda2f6f07be0d4e6c0596c6234d7
/
dlls
/
quartz
/
filesource.c
29d3c75
strmbase: COM cleanup for BaseFilter.
by Aric Stewart
· 13 years ago
5f88f36
dlls: Standardize on 'static const WCHAR' for our Unicode string literals.
by Francois Gouget
· 13 years ago
e8f42fb
quartz: Avoid hardcoding the Unicode string literal lengths.
by Francois Gouget
· 13 years ago
6382306
quartz: Handle NULL return from strchr() (Coverity).
by Marcus Meissner
· 14 years ago
82cd229
quartz: Removed const from const REFIID (Coverity).
by Marcus Meissner
· 14 years ago
9457937
quartz: Implement AsyncReader_FindPin.
by Maarten Lankhorst
· 14 years ago
9dedc4a
quartz: Add IAMFilterMiscFlags to file source.
by Maarten Lankhorst
· 14 years ago
7e8751b
strmbase: More properly standardized pin implementations for NewSegment.
by Aric Stewart
· 14 years ago
60bf76d
strmbase: Remove non-standard custom allocator logic from strmbase.
by Aric Stewart
· 14 years ago
7602829
strmbase: Add GetMediaType and GetMediaTypeVersion to BasePin function table.
by Aric Stewart
· 14 years ago
3c2dfd1
strmbase: Standardize "class" function into functions tables in the structs.
by Aric Stewart
· 14 years ago
8f3c372
strmbase: Clean up the allocator negotiating for BaseOutputPin.
by Aric Stewart
· 14 years ago
7910870
strmbase: Add an implementation of BaseFilterImpl_EnumPins.
by Aric Stewart
· 14 years ago
1d42659
strmbase: Implement BaseFilter in strmbase.
by Aric Stewart
· 14 years ago
5c1409b
strmbase: Move OutputPin implementation to strmbase.
by Aric Stewart
· 14 years ago
0410e50
strmbase: Move BasePin implementation to strmbase.
by Aric Stewart
· 14 years ago
bb110c7
strmbase: Move enumpins from quartz to strmbase.
by Aric Stewart
· 14 years ago
89ea07f
strmbase: Add the EnumMediaTypes base implementation.
by Aric Stewart
· 14 years ago
af2bed4
quartz: Silence the FIXME that AsyncReader does not implement IBasicAudio.
by Paul Chitescu
· 15 years ago
cc7fc4a
quartz: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
a3c2c50
quartz: Check hr so we are not incrementing a NULL (Coverity 106).
by Aric Stewart
· 16 years ago
d458efe
quartz: Return VFW_E_WRONG_STATE in file source if flushing.
by Maarten Lankhorst
· 17 years ago
2865c72
quartz: Make the file source rotate around the 'first' sample, to prevent starvation of a single stream.
by Maarten Lankhorst
· 17 years ago
ee317b1
quartz: Set filesource initial state to stopped.
by Maarten Lankhorst
· 17 years ago
c83a63d
quartz: Don't return a pin in filesource when there is none.
by Maarten Lankhorst
· 17 years ago
c4cdfda
quartz: More filesource fixes.
by Maarten Lankhorst
· 17 years ago
12a0fd3
quartz: Optimize the file source to do its job better.
by Maarten Lankhorst
· 17 years ago
7934951
quartz: Make the EnumPins interface dynamic.
by Maarten Lankhorst
· 17 years ago
e0fe0ef
quartz: Make the file source support multiple samples by preallocating enough handles.
by Maarten Lankhorst
· 17 years ago
ec124be
quartz: Add some sanity checks to file splitter.
by Maarten Lankhorst
· 17 years ago
0458c08
quartz: Set media time in the file source.
by Maarten Lankhorst
· 17 years ago
33b2f69
quartz: Fix sample leak in file source on failure path.
by Maarten Lankhorst
· 17 years ago
313a85f
Spelling fixes.
by Austin English
· 17 years ago
5fb4224
quartz: Silence requests for IVideoWindow.
by Maarten Lankhorst
· 17 years ago
4763e83
quartz: Don't free a null media type in the file source.
by Maarten Lankhorst
· 17 years ago
45bd38e
quartz: Fix some memory leaks in the file source.
by Maarten Lankhorst
· 17 years ago
d56c50c
quartz: Make FileAsyncReader_WaitForNext return an empty sample in flushing state.
by Maarten Lankhorst
· 17 years ago
fab66ee
quartz: Get rid of code duplication and add a flush method.
by Maarten Lankhorst
· 17 years ago
892c31e
quartz: Assign to structs instead of using CopyMemory.
by Andrew Talbot
· 17 years ago
db8b2ca
quartz: Silence requests for ipin on filters.
by Maarten Lankhorst
· 17 years ago
25f9d3c
quartz: Implement detection on file extension in filesource.
by Maarten Lankhorst
· 17 years ago
442f29a
quartz: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
41044dc
quartz: Fix memory leaks on error paths. Found by Smatch.
by Michael Stefaniuc
· 17 years ago
9d1f49c
quartz: Set the sample time based on the number of bytes read before sending it downstream.
by Chris Robinson
· 18 years ago
3487da7
quartz: Fully disconnect the AsyncReader when released.
by Chris Robinson
· 18 years ago
b5619e8
quartz: Add DebugInfo to critical sections.
by Jan Zerebecki
· 18 years ago
0717c96
quartz: Improve reference traces.
by Chris Robinson
· 18 years ago
efe156a
quartz: Don't AddRef an object we just created and are handing back to the caller.
by Chris Robinson
· 18 years ago
0885141
quartz: Properly handle input parameters in FileSource_GetCurFile.
by Chris Robinson
· 18 years ago
cfbb859
quartz: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
99e2c6d
janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch).
by James Hawkins
· 18 years ago
1644974
quartz: Fix media type detection.
by Ivan Leo
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
2b4377f
quartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.
by Thomas Weidenmueller
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
6d442ae
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
738e88d
Replace the ICOM_THIS_From macros by inline functions.
by Alexandre Julliard
· 20 years ago
bda7ace
Interlocked LONG* gcc warning fixes.
by Mike McCormack
· 20 years ago
e8c1bf3
Make functions static, fix declarations.
by Mike McCormack
· 20 years ago
eba47f1
Make remaining OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
623fb34
Fixed clock release in transform template.
by Christian Costa
· 20 years ago
75b93ff
Match OVERLAPPED structure to the SDK definition.
by Dmitry Timoshkov
· 20 years ago
c6559a1
- Use Interlocked* functions in AddRef and Release.
by Paul Vriens
· 20 years ago
9b8d5c6
Initialize the COM libraries for the newly created worker thread in
by Christian Costa
· 20 years ago
823c418
Added IClassFactory->CreateInstance aggregation checks.
by Joris Huizer
· 20 years ago
f5f7a18
Removed some more uses of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
f714b39
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro.
by Alexandre Julliard
· 21 years ago
0aab65a
- Remove duplicated code in file reader.
by Robert Shearman
· 21 years ago
8b0ec72
Added missing initialization of the filesource output pin critical
by Christian Costa
· 21 years ago
52c0832
Make Unicode strings static const.
by Francois Gouget
· 21 years ago
6a6c85c
Make Unicode const strings static so they are not copied to the stack
by Francois Gouget
· 21 years ago
0a6f11c
- A few cosmetic fixes.
by Robert Shearman
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
ad302ff
Added File Source (Async) Filter.
by Robert Shearman
· 22 years ago