From f520dd56c6a75da4a57d716b719b59ad84831941 Mon Sep 17 00:00:00 2001 From: iovar Date: Sun, 1 Oct 2006 15:28:39 +0000 Subject: version 0.2.6 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@79 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/ChangeLog | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'recordmydesktop/ChangeLog') diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index d06cdd8..5b9685f 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -50,10 +50,19 @@ pixel discarding is an option(used to be otherwise). /*VERSION 0.2.6*/ *Behavior on stream desync has been changed. -Now, instead of dropping sound buffers, the -last image is duplicated. When not recording -sound this does not apply. +Now, instead of dropping sound buffers, image +capturing speeds up. That is, waiting for timer to +expire is disabled until sync is achieved. +When not recording sound, this does not apply. *Theora return values are now properly checked, to avoid inserting corrupt packages into the stream. +*Major memory leaks have been fixed. These were related +to the rectangle insertion algorithm and discarding of +used sound buffers, +*Segmentation fault on seemingly random occasions has been +found and is now fixed. Reason was lack of thread safety over +libogg calls. + + -- cgit v1.2.3