Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | encode_image_buffer: duplicate missed frames | Vito Caputo | |
When the encoder finds the encoded - captured frameno delta > 1 it needs to fill the gap somehow. With how things are currently architected, the old yuv countents are gone so there's only the current frame available for filling. The newer theoraenc.h API exposes a theora_control() parameter for this purpose, so I've also added a theoraenc.h include implicitly bumping the libtheora dependency. But by now it shouldn't matter, and the rest of rmd should probably get updated to use the new theora API eventually anyways. I'm still uncertain what role pdata->avd will play in the long-run, but leaving its maintenance for now. | |||
2020-07-12 | threads: introduce and use rmdThreadsSetName() | Vito Caputo | |
Now users can easily differentiate which rmd subtasks are busy by using top-like tools in show-threads mode. Also aids in troubleshooting... | |||
2020-07-11 | *: drop {gtk,qt}-recordmydesktop subdirs | Vito Caputo | |
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. |