diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-01 15:28:39 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-01 15:28:39 +0000 |
commit | f520dd56c6a75da4a57d716b719b59ad84831941 (patch) | |
tree | 730b5b87e683744fe5440b4953024435cacbebad /recordmydesktop | |
parent | 330b51ba252146e35576b362174f951c3b8814f8 (diff) |
version 0.2.6
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@79 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
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. + + |