]> git.sesse.net Git - nageru/history - main.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / main.cpp
2018-02-26 Steinar H. GundersonMake compiling with CEF optional.
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2018-02-19 Steinar H. GundersonCreate QApplication after setting the OpenGL default...
2017-07-10 Steinar H. GundersonFactor the basic metrics (memory, uptime, etc.) into...
2017-07-07 Steinar H. GundersonInitial check-in of Kaeru, a simple transcoder based...
2017-07-05 Steinar H. GundersonUn-name the main thread again, since it makes killall...
2017-06-28 Steinar H. GundersonGive the UI thread a name.
2017-04-01 Steinar H. GundersonMake a friendlier error message if OpenGL initializatio...
2016-10-31 Steinar H. GundersonIf EGL initialization fails, print a friendlier error...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonStart adding some faders for the miniview (they don...
2016-07-16 Steinar H. GundersonAdd a printout of mlockall() memory used, from bitter...
2016-07-01 Steinar H. GundersonForce vsync off; fixes jittery display on the NVIDIA...
2016-05-16 Steinar H. GundersonLock everything in system memory for better realtime...
2016-05-02 Steinar H. GundersonYet more fixes for clean shutdown.
2016-02-07 Steinar H. GundersonSupport VA-API readback through glGetTexImage() instead...
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-11-07 Steinar H. GundersonSome tweaks to the preview displays.
2015-11-07 Steinar H. GundersonStart an audio strip, and rework some of the layout...
2015-11-03 Steinar H. GundersonHook up white balance into the theme.
2015-11-02 Steinar H. GundersonMake some labels and a white balance button per preview...
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonMake NUM_CARDS into a command-line flag.
2015-10-27 Steinar H. GundersonVarious tweaks to the UI layout.
2015-10-24 Steinar H. GundersonAdd a HTTP server for stream output.
2015-10-13 Steinar H. GundersonEase logging a tiny bit.
2015-10-08 Steinar H. GundersonFix a crash on exit.
2015-10-06 Steinar H. GundersonTwiddle some aspect ratios.
2015-10-04 Steinar H. GundersonMove all mixer stuff into a class.
2015-10-04 Steinar H. GundersonRun IWYU (plus lots of manual fiddling).
2015-10-04 Steinar H. GundersonBetter aspect ratio to begin with -- hotfix until we...
2015-10-04 Steinar H. GundersonUse QGLWidget instead of QOpenGLWidget, as the latter...
2015-10-04 Steinar H. GundersonFix a compile error related to gl.h choices.
2015-10-03 Steinar H. GundersonChange some sizes.
2015-10-03 Steinar H. GundersonClean mixer thread shutdown.
2015-10-03 Steinar H. GundersonInitial checkin.