Alexandre Julliard
|
bcc36abd88
|
qcap: Fix build when O_CLOEXEC isn't defined.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-05-10 13:35:22 -05:00 |
Wei Xie
|
dfd22fb294
|
qcap: Add O_CLOEXEC flag to prevent child process from inheriting handles.
Signed-off-by: Wei Xie <xiewei@linuxdeepin.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-13 21:45:21 +01:00 |
Jactry Zeng
|
6530824ab3
|
qcap: Avoid call LeaveCriticalSection() repeatedly.
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 19:38:14 +01:00 |
Francois Gouget
|
77f29bcdc0
|
qcap: Remove unneeded NONAMELESSXXX directives.
|
2015-03-18 19:38:58 +09:00 |
Frédéric Delanoy
|
7715684ff7
|
qcap: Use BOOL type where appropriate.
|
2014-03-21 11:18:02 +01:00 |
Francois Gouget
|
e920d1a661
|
qcap: Fix compilation on systems that have v4l1 but not VIDIOCMCAPTURE & co.
|
2013-03-06 17:40:58 +01:00 |
Damjan Jovanovic
|
632d82f4ac
|
qcap: Use the BaseOutputPin's IMemAllocator.
|
2013-01-15 12:18:17 +01:00 |
Dmitry Timoshkov
|
98166a5980
|
qcap: Fix compilation on older systems.
|
2013-01-15 12:10:56 +01:00 |
Damjan Jovanovic
|
8d4f636d54
|
qcap: Use libv4l1.h when available, instead of linux/videodev.h which is deprecated/obsolete.
|
2013-01-14 11:18:04 +01:00 |
Marcus Meissner
|
524ff6fe27
|
qcap: Fixed a use after free in error path (Coverity).
|
2012-08-20 10:55:28 +02:00 |
Francois Gouget
|
c7cb3e6cb2
|
configure: Use errno.h instead of the non-standard sys/errno.h header.
|
2011-12-15 17:46:38 +01:00 |
Alexandre Julliard
|
b870cd1a16
|
qcap: Include system headers before Windows headers.
|
2011-09-06 13:25:50 +02:00 |
Aric Stewart
|
5c1409b55f
|
strmbase: Move OutputPin implementation to strmbase.
|
2010-10-06 20:46:48 +02:00 |
Michael Stefaniuc
|
91c7d4f909
|
qcap: Use the proper types.
|
2010-05-19 16:57:59 +02:00 |
Paul Chitescu
|
d643748c94
|
qcap: Test the correct variable when deciding how to grab V4L frame.
|
2010-02-02 14:11:14 +01:00 |
Maarten Lankhorst
|
bf6f0750cd
|
qcap: Add optional dependency on libv4l.
|
2010-01-29 14:59:03 +01:00 |
Michael Stefaniuc
|
7ef5f44bb5
|
include: Change long to LONG in axextend.idl.
|
2009-03-12 13:09:54 +01:00 |
Michael Stefaniuc
|
6f49003106
|
qcap: Remove superfluous casts.
|
2009-01-08 12:54:32 +01:00 |
Andrew Talbot
|
90d83c42a2
|
qcap: Assign to structs instead of using memcpy.
|
2008-03-13 11:30:21 +01:00 |
Andrew Talbot
|
69c984b9f2
|
qcap: Remove unneeded casts.
|
2008-01-16 12:16:04 +01:00 |
Andrew Talbot
|
48dcc3fc04
|
qcap: Constify some variables.
|
2007-08-07 12:37:47 +02:00 |
Jan Zerebecki
|
614ee8314d
|
qcap: Add DebugInfo to critical sections.
|
2007-03-12 13:39:21 +01:00 |
Andrew Talbot
|
97a2203491
|
qcap: Declare some items static.
|
2007-01-23 12:09:37 +01:00 |
Francois Gouget
|
597f0b86b1
|
qcap: Print GetLastError() in decimal with '%u'.
|
2007-01-05 18:24:15 +01:00 |
Michael Stefaniuc
|
079bb8a51d
|
qcap: Win64 printf format warning fixes.
|
2006-10-09 12:56:00 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
6dc69f5f54
|
Fix gcc 4.0 warnings.
|
2005-09-02 12:26:21 +00:00 |
Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Francois Gouget
|
6394a15314
|
Assorted spelling fixes.
|
2005-06-17 20:59:49 +00:00 |
Maarten Lankhorst
|
b58f0a3fda
|
Implemented VfwCapture interface.
|
2005-06-04 09:49:02 +00:00 |