]> git.sesse.net Git - nageru/history - mainwindow.h
Allow symlinked frame files. Useful for testing.
[nageru] / mainwindow.h
2018-10-28 Steinar H. GundersonFix displaying of progress bars and time remaining...
2018-10-14 Steinar H. GundersonExpose the queue status over HTTP.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-14 Steinar H. GundersonWhen choosing a camera in the clip list, highlight...
2018-10-07 Steinar H. GundersonMove transitioning to the next clip away from the done...
2018-10-01 Steinar H. GundersonHook up the exit menu.
2018-10-01 Steinar H. GundersonAdd a disk space estimator. Code largely borrowed from...
2018-09-30 Steinar H. GundersonSerialize state to disk between runs, using SQLite.
2018-09-22 Steinar H. GundersonShow time remaining when playing clips live.
2018-06-19 Steinar H. GundersonMake it possible to change the camera angle in the...
2018-06-18 Steinar H. GundersonAdd some playlist manipulation controls.
2018-06-17 Steinar H. GundersonMake it possible to switch camera angles for previews...
2018-06-17 Steinar H. GundersonMove some lambdas out into functions.
2018-06-17 Steinar H. GundersonImplement scrubbing for the playlist.
2018-06-17 Steinar H. GundersonAdd functionality for scrubbing in/out points in the...
2018-06-16 Steinar H. GundersonConvert Y'CbCr using Movit instead of in software with...
2018-06-13 Steinar H. GundersonMake it possible to play an entire playlist of clips.
2018-06-13 Steinar H. GundersonAllow playing from the playlist.
2018-06-12 Steinar H. GundersonSome refactoring of the player code, and begin working...
2018-06-10 Steinar H. GundersonHook up some more clip modifications.
2018-06-05 Steinar H. GundersonActually start showing JPEGs on the screen.
2018-06-05 Steinar H. GundersonThrow up some widgets.