]> git.sesse.net Git - nageru/history - player.h
Allow symlinked frame files. Useful for testing.
[nageru] / player.h
2018-11-25 Steinar H. GundersonChange from file-per-frame to multiple files per frame.
2018-10-28 Steinar H. GundersonFix displaying of progress bars and time remaining...
2018-10-28 Steinar H. GundersonMove to RAII queue counting, to fix some underflows.
2018-10-26 Steinar H. GundersonAdd a queue of frames going into VideoStream.
2018-10-07 Steinar H. GundersonMove transitioning to the next clip away from the done...
2018-10-05 Steinar H. GundersonSmall refactoring in Player.
2018-09-22 Steinar H. GundersonShow time remaining when playing clips live.
2018-09-15 Steinar H. GundersonStart hacking in support for interpolated frames in...
2018-09-15 Steinar H. GundersonMove stream generation into a new class VideoStream...
2018-09-15 Steinar H. GundersonActually send the MJPEG frames on to the HTTP stream.
2018-06-17 Steinar H. GundersonMake it possible to switch camera angles for previews...
2018-06-14 Steinar H. GundersonMake it possible to start a new clip before the previou...
2018-06-13 Steinar H. GundersonMake it possible to play an entire playlist of clips.
2018-06-12 Steinar H. GundersonSome refactoring of the player code, and begin working...
2018-06-11 Steinar H. GundersonAdd some very basic playback.