]> git.sesse.net Git - nageru/history - main.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / main.cpp
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...
2018-11-29 Steinar H. GundersonRemove frame files that do not exist from the database.
2018-11-29 Steinar H. GundersonFix more issues with paths in the database.
2018-11-26 Steinar H. GundersonAllow symlinked frame files. Useful for testing.
2018-11-26 Steinar H. GundersonWhen storing frame files in the database, use the base...
2018-11-26 Steinar H. GundersonAdd a progress bar on startup.
2018-11-25 Steinar H. GundersonUse SQLite to store metadata about finished frame files.
2018-11-25 Steinar H. GundersonCache file descriptors when reading frames, for better...
2018-11-25 Steinar H. GundersonChange from file-per-frame to multiple files per frame.
2018-10-31 Steinar H. GundersonSupport changing the HTTP port.
2018-10-31 Steinar H. GundersonStop sending interpolated images through the cache.
2018-10-20 Steinar H. GundersonFix loading of existing frames with -d.
2018-10-19 Steinar H. GundersonCreate frames/ if it does not exist.
2018-10-19 Steinar H. GundersonMake it possible to change the working directory.
2018-10-14 Steinar H. GundersonExpose the queue status over HTTP.
2018-10-14 Steinar H. GundersonSupport other streams than the default file.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-01 Steinar H. GundersonAdd a disk space estimator. Code largely borrowed from...
2018-10-01 Steinar H. GundersonMake for somewhat cleaner shutdown.
2018-09-30 Steinar H. GundersonStart of persistence work: Keep existing frames that...
2018-09-29 Steinar H. GundersonDecode 4:2:2 JPEGs via VA-API if available.
2018-09-20 Steinar H. GundersonShow interpolated frames in the live window.
2018-09-15 Steinar H. GundersonRead timebase from the input video.
2018-09-15 Steinar H. GundersonStart hacking in support for interpolated frames in...
2018-09-01 Steinar H. GundersonFix a deprecation warning.
2018-09-01 Steinar H. GundersonUnbreak --record-x264-video.
2018-08-18 Steinar H. GundersonImport a bunch of http/mux code from Nageru.
2018-08-18 Steinar H. Gundersonav_register_all() is deprecated, so do not call it...
2018-06-16 Steinar H. GundersonConvert Y'CbCr using Movit instead of in software with...
2018-06-15 Steinar H. GundersonWrite some drop counters to stderr.
2018-06-13 Steinar H. GundersonHook up the fourth camera display.
2018-06-12 Steinar H. GundersonSome refactoring of the player code, and begin working...
2018-06-11 Steinar H. GundersonAdd some very basic playback.
2018-06-10 Steinar H. GundersonHook up some more clip modifications.
2018-06-09 Steinar H. GundersonAdd a script for grabbing some example multiangle data...
2018-06-05 Steinar H. GundersonActually start showing JPEGs on the screen.
2018-06-05 Steinar H. GundersonThrow up some widgets.
2018-06-04 Steinar H. GundersonInitial checkin.
2018-05-01 Steinar H. GundersonMake some more space for the new audio control.
2018-04-28 Steinar H. GundersonTry to autodetect a suitable DRM node for VA-API if...
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.