3
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small GUI improvements. More... about 12 years ago
Improved PulseAudio input. More... about 12 years ago
Working PulseAudio input. More... about 12 years ago
Merge branch 'master' into pulseaudio More... about 12 years ago
Fall back to av_free if avcodec_free_frame does not exist. More... about 12 years ago
Switch old encoding API to new packet/frame system. More... about 12 years ago
Replaced av_frame_alloc/av_frame_free with avcodec_alloc_frame/avcodec_free_frame. More... about 12 years ago
AVFrames are now allocated by ffmpeg rather than SSR (apparently this is the correct way to do it). Also, QMutex has been replaced with std::mutex everywhere. More... about 12 years ago
Don't try to get the OpenGL version before SwapBuffers is called. More... about 12 years ago
Incomplete PulseAudio input. More... about 12 years ago
Disable padding again because it doesn't work as expected. More... about 12 years ago
Merge branch 'master' of github.com:MaartenBaert/ssr More... about 12 years ago
Avoid some warnings. More... about 12 years ago
Merge branch 'master' of https://github.com/MaartenBaert/ssr More... about 12 years ago
Workaround for GCC 4.6. More... about 12 years ago
Removed old debug code. More... about 12 years ago
Disable 'override' for GCC < 4.7. More... about 12 years ago
Replaced c++11 with c++0x for compatibility with Ubuntu 12.04. More... about 12 years ago
Switched to POSIX and C functions instead of QFile for stats file, since Qt couldn't get the permissions right. More... about 12 years ago
Added optional statistics file. More... about 12 years ago
Fixed small graphical problem with VideoPreviewer during resize. More... about 12 years ago
Switched from Qt thread/mutex and volatile to C++11 thread/mutex/atomic. More... about 12 years ago
Added input FPS counter. More... about 12 years ago
Some small fixes, and switched from 'volatile' to memory fences for glinject. More... about 12 years ago
Merge branch 'master' of https://github.com/borancar/ssr.git More... about 12 years ago
Add a 100ms timer for polling glinject More... about 12 years ago
Inline GetHotkeyModifiers More... about 12 years ago
Updated comment. More... about 12 years ago
Changed some setting names and added 'allow frame skipping' option. More... about 12 years ago
Re-added complete frame rate throttling. More... about 12 years ago