]> git.sesse.net Git - nageru/history - main.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / main.cpp
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-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.