13 Commits

Author SHA1 Message Date
jp9000
edf57656cb Update to version 0.60
Also, made is so that non-monotonic timestamp values automatically get
clamped to the last time value.
2014-02-02 19:50:51 -07:00
jp9000
a0ad58deb6 Fixed break in String API export
String::operator!=, String::operator==, and String::Compare functions
were all originally functions that returned BOOL.  I changed them to
return native 'bool' instead without realizing that it would break the
API.  So, sadly, I have to change them back to BOOL to prevent
incompatibilities with existing plugins.
2014-01-04 13:19:21 -07:00
jp9000
1da78b984c Microphone devices now properly reacquire when lost
1.) Audio devices initialized with WASAPI (MMDeviceAudioSource) now
properly attempt to reacquire every 2 seconds after device has been
unplugged.

This particular issue really shouldn't have taken this long to have been
resolved, please make things like this a higher priority next time (I'm
looking at you Jim.  ..or, I'm looking at myself, rather)

To all users who have been afflicted by this issue for a long time, I
sincerely apologize.

2.) Made String::Compare and String::operator== and != use 'bool'
instead of BOOL for return values (this isn't the 90's anymore)
2014-01-03 07:04:13 -07:00
Richard Stanway
977e4aabb1 Prevent String::Mid from creating invalid strings 2013-12-12 19:29:22 +01:00
HomeWorld
eb2b10056a Moved CurrentTimeString/CurrentDateTimeString from XString to XT 2013-07-28 22:30:58 +03:00
palana
21154dec19 Make sstr[i] return NULL on NULL strSrc
Fixes a crash when adding a DShowDevice
2013-07-10 02:23:25 +02:00
John R. Bradley
a27e727fe5 Fixed small error in XString::RemoveChar 2013-06-09 15:18:19 +09:00
jp9000
d2e7e2af6f added timestamping to all lines in log files 2013-05-01 17:58:42 -07:00
Richard Stanway
9aceaadbcc Some small code cleanups via static analysis (cppcheck) 2013-04-04 03:20:02 -04:00
jp9000
941988b0f7 fixed a bug with the IsValidFloatString/DefinitelyFloatString functions 2013-02-02 13:22:32 -07:00
jim
129e068b1d improving framedrop code, bugfixes, got rid of tabs in source (I hate tabs), and other things 2012-11-21 11:21:40 -07:00
jim
e9b10290d5 0.37a 2012-09-16 21:02:44 -07:00
jp9000
5b9e3b9dcb Initial commit 2012-08-30 21:54:15 -07:00