Age | Commit message (Collapse) | Author |
|
* --use-jack arg parsing fixup;
now just specify multiple times for multiple JACK sources
* myriad random JACK support fixupes
* fix cache stats accounting and reporting
* introduced new --need-shortcuts flag;
exits with error code when shortcuts can't be installed,
instead of just ignoring the failure.
(reason for 0.5->0.6 bump)
* fix bug in damage event clipping
* fix bug resulting in potentially missed dirty events;
Moved YUV dirty blocks clearing from the frame getting thread
to the frame caching thread, so they're only cleared upon
actually getting written out to the cache. Previously,
especially on high FPS recordings, there was a real potential
for YUV dirty blocks getting cleared before the caching thread
got around to actually writing those dirtied blocks out based
on what was marked dirty.
|
|
* --follow-mouse fixes
* --windowid fix to wait for unmapped/invisible window instead
of immediately exiting. Particularly relevant for programmatic
invocations on newly created windows.
* YUV color plane shift corruption fixup for odd width capture
windows.
|
|
- Fixed XFixes pointer YUV updates of V channel, manifested
as incorrect hue of pointer region in recordings
- Fixed rmdCacheFile crash when chapter rotate failed, usually
triggered by filling the filesystem during a recording
- Improved error checking
- Many code cleanups
- Bumped to 0.5.0 as a latent realization of the new flag
--periodic-datasync-ms introduced back in 0.4.3
|
|
--rescue uninitialized structs fix
uv_align bounds check fix affecting odd-sized windows
|
|
|
|
The AV-sync rework is significant enough for a release
|
|
Quick minor release primarily for the paused CPU burning fix
|
|
Formally making first release since forking, I'm sure there are bugs
but I doubt anyone will be inclined to help test any of this if there's
nothing at least stating it's a newer version and some mention of the
user-visible changes.
|
|
This restores the recordmydesktop/ subdir as root from the mirror I
cloned by fork from.
I have no particular interest in the gtk/qt frontends and it doesn't
appear they were part of a single tree in the past. But I will
probably preserve backwards compatibility of the cli so they can
continue to work with this fork installed.
|