]> git.sesse.net Git - nageru/history - player.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / player.cpp
2018-11-25 Steinar H. GundersonChange from file-per-frame to multiple files per frame.
2018-10-31 Steinar H. GundersonFix an issue where switching play clips during a fade...
2018-10-31 Steinar H. GundersonStop sending interpolated images through the cache.
2018-10-29 Steinar H. GundersonUnbreak preview.
2018-10-28 Steinar H. GundersonFix displaying of progress bars and time remaining...
2018-10-28 Steinar H. GundersonFix fades into overly short clips.
2018-10-28 Steinar H. GundersonMove to RAII queue counting, to fix some underflows.
2018-10-27 Steinar H. GundersonFix a deadlock in the new queueing logic.
2018-10-26 Steinar H. GundersonAdd a queue of frames going into VideoStream.
2018-10-25 Steinar H. GundersonDo not try to show a frame until we've computed it...
2018-10-21 Steinar H. GundersonFix some issues that happened if we tried to play while...
2018-10-21 Steinar H. GundersonFix various fading bugs.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-12 Steinar H. GundersonFix fades that are not between clips with the same...
2018-10-12 Steinar H. GundersonFix a crash bug on preview.
2018-10-12 Steinar H. GundersonSend refresh frames every 100 ms or so, so that the...
2018-10-11 Steinar H. GundersonRemove some debugging code.
2018-10-11 Steinar H. GundersonWhen fading, always interpolate the more visible half.
2018-10-10 Steinar H. GundersonImplement fades.
2018-10-07 Steinar H. GundersonMove transitioning to the next clip away from the done...
2018-10-05 Steinar H. GundersonRemove an unused variable.
2018-10-05 Steinar H. GundersonSmall cleanup in Player.
2018-10-05 Steinar H. GundersonAnother small refactoring, this time to snapping.
2018-10-05 Steinar H. GundersonSmall refactoring in Player.
2018-09-27 Steinar H. GundersonDrop frames if the player runs too far behind.
2018-09-22 Steinar H. GundersonShow time remaining when playing clips live.
2018-09-20 Steinar H. GundersonShow interpolated frames in the live window.
2018-09-16 Steinar H. GundersonName some threads.
2018-09-15 Steinar H. GundersonMake the output actually follow the input in an interpo...
2018-09-15 Steinar H. GundersonRead timebase from the input video.
2018-09-15 Steinar H. GundersonEncode JPEGs from the interpolated frames.
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-17 Steinar H. GundersonAdd functionality for scrubbing in/out points in the...
2018-06-15 Steinar H. GundersonFix a bug where we would try to decode a nonexistent...
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.