]> git.sesse.net Git - nageru/history - player.cpp
Implement fades.
[nageru] / player.cpp
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.