Sign in
goma
/
wine
/
8ea086b30802fd668f0580dec99a636a8b457198
/
dlls
/
qcap
e3c7813
qcap: Enable registration of all non yet implemented filters.
by Christian Costa
· 13 years ago
29d3c75
strmbase: COM cleanup for BaseFilter.
by Aric Stewart
· 13 years ago
b5ba054
Assorted header comment cleanup.
by André Hentschel
· 13 years ago
c7cb3e6
configure: Use errno.h instead of the non-standard sys/errno.h header.
by Francois Gouget
· 13 years ago
b870cd1
qcap: Include system headers before Windows headers.
by Alexandre Julliard
· 14 years ago
5f77ad4
qcap: COM cleanup in capturegraph.c.
by Michael Stefaniuc
· 14 years ago
2f2b573
qcap: Mark internal symbols with hidden visibility.
by Marcus Meissner
· 14 years ago
84a39b4
qcap: Initialize to NULL the content of ppPin, not the pointer itself.
by Paul Chitescu
· 14 years ago
6a48fce
qcap: Ifdef-out code that is not used if V4L support is missing.
by Francois Gouget
· 14 years ago
a3029f0
qcap: Make VfwPin_GetMediaTypeVersion() static.
by Francois Gouget
· 14 years ago
671400c
qcap: Use ifaces instead of vtbl pointers in VfwCapture.
by Michael Stefaniuc
· 14 years ago
7e8751b
strmbase: More properly standardized pin implementations for NewSegment.
by Aric Stewart
· 14 years ago
6b746e1
qcap: Define a real DllGetClassObject function.
by Alexandre Julliard
· 14 years ago
ae7e5b1
qcap: Make use of a few more strmbase implementations.
by Aric Stewart
· 14 years ago
2c3bc2c
strmbase: Implement STRMBASE_DllGetClassObject and STRMBASE_DllCanUnloadNow.
by Aric Stewart
· 14 years ago
e479273
strmbase: Implement OLE registration in AMovieDllRegisterServer2.
by Aric Stewart
· 14 years ago
58468ef
strmbase: Define STRMBASE_DllMain.
by Aric Stewart
· 14 years ago
6a00d78
strmbase: Begin implementations of AMovieDllRegisterServer2 and AMovieSetupRegisterFilter2.
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
9619210
strmbase: Initial creation of static strmbase library for Quartz and Quartz filters.
by Aric Stewart
· 14 years ago
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
91c7d4f
qcap: Use the proper types.
by Michael Stefaniuc
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
d643748
qcap: Test the correct variable when deciding how to grab V4L frame.
by Paul Chitescu
· 15 years ago
bf6f075
qcap: Add optional dependency on libv4l.
by Maarten Lankhorst
· 15 years ago
7ef5f44
include: Change long to LONG in axextend.idl.
by Michael Stefaniuc
· 16 years ago
1f56ce4
qcap: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
e3c5225
qcap: Remove an unused function.
by Andrew Talbot
· 16 years ago
1e06fcd
qcap: Declare a function static.
by Andrew Talbot
· 16 years ago
6f49003
qcap: Remove superfluous casts.
by Michael Stefaniuc
· 16 years ago
0537a12
qcap: Don't clip intermediate values in YUV to RGB conversion code.
by Lei Zhang
· 16 years ago
2f6df7c
qcap: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
by Michael Stefaniuc
· 16 years ago
62823d2
qcap: Make sure input to AMStreamConfig_SetFormat is not NULL.
by Lei Zhang
· 17 years ago
a4dc5ba
qcap: Sign-compare warning fix.
by Andrew Talbot
· 17 years ago
6032ab4
qcap: Make the server directly register a filter instead of the workarounds.
by Maarten Lankhorst
· 17 years ago
61ba32c
includes: Add video mixing renderer header.
by Maarten Lankhorst
· 17 years ago
888b989
qcap: Capture pin should have an IAMStreamConfig.
by Maarten Lankhorst
· 17 years ago
dad21bb
makefiles: List the static libraries as normal imports instead of extra libs.
by Alexandre Julliard
· 17 years ago
1e52433
qcap: Remove unused variable.
by Andrew Talbot
· 17 years ago
2a0f700
qcap: Assign to struct instead of using CopyMemory.
by Andrew Talbot
· 17 years ago
950d344
qcap: Implement a stubby CaptureGraphBuilder2::RenderStream.
by Maarten Lankhorst
· 17 years ago
7e32b11
qcap: Add better findpin stub for CaptureGraphBuilder.
by Maarten Lankhorst
· 17 years ago
90d83c4
qcap: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
44b52b1
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
69c984b
qcap: Remove unneeded casts.
by Andrew Talbot
· 17 years ago
f36602d
qcap: Complete initializers for g_cTemplates[].
by Gerald Pfeifer
· 17 years ago
ad93963
Removed some unneeded imports.
by Alexandre Julliard
· 17 years ago
0805f6b
qcap: Fix a mem leak on an error path. Found by Smatch.
by Michael Stefaniuc
· 17 years ago
48dcc3f
qcap: Constify some variables.
by Andrew Talbot
· 18 years ago
1638151
qcap: Replace DeleteEntireSubKey with RegDeleteTreeW.
by Stefan Leichter
· 18 years ago
b3d32c8
qcap: Exclude unused headers.
by Andrew Talbot
· 18 years ago
614ee83
qcap: Add DebugInfo to critical sections.
by Jan Zerebecki
· 18 years ago
3c3e3e8
qcap: Initialize a variable (Coverity).
by Paul Vriens
· 18 years ago
97a2203
qcap: Declare some items static.
by Andrew Talbot
· 18 years ago
909b6c0
qcap: Fix a typo.
by Andrew Talbot
· 18 years ago
8029679
qcap: Do not store full DLL path in the registry.
by Dmitry Timoshkov
· 18 years ago
597f0b8
qcap: Print GetLastError() in decimal with '%u'.
by Francois Gouget
· 18 years ago
4b675fd
qcap: Cast-qual warnings fix.
by Andrew Talbot
· 18 years ago
079bb8a
qcap: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
99e2c6d
janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch).
by James Hawkins
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 18 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
759e645
qcap: Print 64bit integers with wine_dbgstr_longlong.
by Stefan Leichter
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
77dc0d9
.gitignore: Added wildcards to ignore generated resource files.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 19 years ago
6dc69f5
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
d37f0ab
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
by Alexandre Julliard
· 20 years ago
49b7fdc
Removed the broken mmap64 configure check, and moved the
by Alexandre Julliard
· 20 years ago
738e88d
Replace the ICOM_THIS_From macros by inline functions.
by Alexandre Julliard
· 20 years ago
85c9283
Don't generate import libraries for dlls that don't export anything.
by Alexandre Julliard
· 20 years ago
bda7ace
Interlocked LONG* gcc warning fixes.
by Mike McCormack
· 20 years ago
0791d06
Interlocked LONG* gcc warning fixes.
by Mike McCormack
· 20 years ago
ac6f562
Fix more -Wstrict-prototypes warnings.
by Stefan Huehner
· 20 years ago
6394a15
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
eba47f1
Make remaining OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
b58f0a3
Implemented VfwCapture interface.
by Maarten Lankhorst
· 20 years ago
b6a779a
Remove unneeded cast.
by Francois Gouget
· 20 years ago
5d16ab6
Implemented VfwCapture interface.
by Maarten Lankhorst
· 20 years ago
a64c10f
Added YUV routines needed for v4l driver, and in the future possibly
by Maarten Lankhorst
· 20 years ago
32e93f3
Fixed SetFilterGraph failure.
by Maarten Lankhorst
· 20 years ago
2c9cb01
Add pin functions from quartz.
by Maarten Lankhorst
· 20 years ago
30d5120
DllCanUnloadNow fix. Fixed ObjRefCount for EnumPins.
by Maarten Lankhorst
· 20 years ago
c9b84bd
Added EnumPins from quartz for internal use.
by Maarten Lankhorst
· 20 years ago
6abcab7
Fixed initialisation crash on loading qcap dll.
by Maarten Lankhorst
· 20 years ago
012b453
Fixed qcap's inherited enummedia bugs.
by Maarten Lankhorst
· 20 years ago
19312f3
Add IEnumMediaType object for use by other class objects. This is
by Rolf Kalbermatter
· 20 years ago
Next »