3
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More icons, added version information and link to my website. More... over 12 years ago
GLInject: Send back the application size even when it is too large to capture. More... over 12 years ago
Restored #include <libavutil/mathematics.h> because it seems to be required on some distros (e.g. Sabayon). More... over 12 years ago
Replace 'AVPixelFormat' with 'PixelFormat' for compatibility with older libav/ffmpeg headers. More... over 12 years ago
Added audio previewer. More... over 12 years ago
Added some icons. More... over 12 years ago
Merge branch 'master' of ssh://[email protected]/MaartenBaert/ssr.git More... over 12 years ago
Added video preview and a small optimization to GLInject, and fixed a memory leak in GLInject. The preview only works while recording is active (for now). More... over 12 years ago
Only enable planar sample formats for versions of ffmpeg/libav that support it. More... over 12 years ago
Improved frame rate handling, especially for GLInject. More... over 12 years ago
Fixed copyright year and deleted unused file. More... over 12 years ago
Improved synchronizer buffering. More... over 12 years ago
Better queue handling. More... over 12 years ago
Renamed some things and updated todo list. More... over 12 years ago
Improved window picker, and GLInject can now record the cursor (if enabled). More... over 12 years ago
Some improvements to GLInject. More... over 12 years ago
Changed GLInject so framebuffer objects won't interfere with recording anymore. More... over 12 years ago
Redesigned the encoder and muxer back-end to fix a crash in libav/ffmpeg. Apparently you aren't allowed to delete the encoders before the trailer has been written. Also some minor other changes. More... over 12 years ago
Completed ALSA input, dropped AudioInput and BaseInput and removed libavdevice dependency. More... over 12 years ago
Fix the correction speed of the time correction system (synchronizer). More... over 12 years ago
Initial attempt to create an ALSA input (completely untested and not used yet). More... over 12 years ago
Added support for multiple audio sample formats (vorbis and aac now work on Arch). More... over 12 years ago
New, more accurate synchronizer. More... over 12 years ago
Show identification labels on all screens when the screen combobox is used. More... over 12 years ago
Use the experimental ffmpeg aac encoder if libvo_aacenc is missing. More... over 12 years ago
Fixed a few bugs that only showed up in ffmpeg 54.x, added support for avcodec_encode_video2, and fixed a memory leak in Muxer. More... over 12 years ago
Fixed some typos and added a screenshot. More... over 12 years ago
Fix crash when the target file can't be opened, and add about dialog. More... almost 13 years ago
Logger is now global (static) and the program has an option (--logfile) to save stdout+stderr to a file in the .ssr directory. More... almost 13 years ago
Added a more helpful error message explaining that you can't record an OpenGL application before the application has been started, *unless* you enable scaling. More... almost 13 years ago