100
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 9 years ago by phaeron
Posted over 9 years ago by phaeron
Posted over 11 years ago by phaeron
Posted over 11 years ago by phaeron
MSDN has code to detect whether a controller device enumerated by the DirectInput API is also an XInput device, so that programs can avoid reporting the same controller twice when both APIs are ... [More] supported:http://msdn.microsoft.com/en-us/library/windows/desktop/ee417014%28v=vs.85%29.aspxBe warned, there is a memory leak in the supplied IsXInputDevice() function: the VARIANT returned by IWbemClassObject::Get() needs to be freed with VariantClear() after the device string is checked. This is hard to notice if you just drop in the code, as it only triggers on device enumeration and that likely only happens on startup or when a device change notification is received. I only noticed it because I temporarily modified my device enumeration code to run in a loop to see how fast (or slow) the WMI-based check would be. [Less]
Posted over 11 years ago by phaeron
Posted over 11 years ago by phaeron
VirtualDub 1.10.4 is out. It has a number of bug fixes, some small additions to the external encoding and filter color support, and addresses a small compatibility issue with the Direct3D display path and Windows 8.1.This version also finally ... [More] replaces 1.9.11 as the stable version. Many regressions have been resolved due to the amount of time that the 1.10.x branch has had to cook, and I don't like the "eternal beta" model of development. I know my work on VirtualDub has been very slow, which I apologize for, but I'd like to thank everyone who tested the experimental and test releases and reported problems.List of changes after the jump. [Less]
Posted almost 12 years ago by phaeron
Wat
Posted about 12 years ago by phaeron
Posted over 12 years ago by phaeron
Posted over 12 years ago by phaeron