- 26 Jul, 2013 3 commits
-
-
Frédéric Devernay authored
cap_qtkit does not work when the capture is run outside of the main thread. If the capture is launched in a separate thread, then [NSRunLoop currentRunLoop] is not the same as in the main thread, and has no timer. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" Using usleep() (which I previously proposed, and was reverted) is not a good alternative, because it may block the GUI. Here is the new proposed solution: - create a dummy timer so that runUntilDate does not exit immediately - simplify the loop by using runUntilDate instead of runMode:beforeDate - fix potential memory leaks (pointed out by Xcode's static analysis) - fix init to follow Objective-C guidelines - fax warnings about conversions from size_t to int
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
- 25 Jul, 2013 2 commits
-
-
Roman Donchenko authored
-
Alexander Pacha authored
Previously it was missing. Ordered all descriptors by year of first publication.
-
- 24 Jul, 2013 2 commits
-
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
- 23 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 22 Jul, 2013 5 commits
-
-
StevenPuttemans authored
-
Roman Donchenko authored
-
Vadim Pisarevsky authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 21 Jul, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 19 Jul, 2013 5 commits
-
-
StevenPuttemans authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
StevenPuttemans authored
-
- 18 Jul, 2013 14 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Jan Starzynski authored
-
StevenPuttemans authored
Suggested by @SpecLad
-
Roman Donchenko authored
-
Jan Starzynski authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Vladislav Vinogradov authored
-
StevenPuttemans authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
* removed 2.0 PTX from default parameters since it has become obsolete * added 3.5 BIN to prevent JIT compilation for super-Kepler
-
- 17 Jul, 2013 6 commits
-
-
Jan Starzynski authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Jan Starzynski authored
-
StevenPuttemans authored
-