]> git.sesse.net Git - nageru/history - futatabi/player.cpp
Fix an issue where the stop button would get grayed out if restarting playing.
[nageru] / futatabi / player.cpp
2018-12-28 Steinar H. GundersonFix an issue where the stop button would get grayed...
2018-12-28 Steinar H. GundersonAllow editing a playing playlist.
2018-12-28 Steinar H. GundersonGive each clip in the playlist a stable ID.
2018-12-28 Steinar H. GundersonCall the done callback only when the entire playlist...
2018-12-28 Steinar H. GundersonMove estimation of time left into Player.
2018-12-28 Steinar H. GundersonMove progress row information into Player; will be...
2018-12-28 Steinar H. GundersonSome clang-formatting of Futatabi.
2018-12-28 Steinar H. GundersonIndentation fix.
2018-12-28 Steinar H. GundersonSimplify progress calculation.
2018-12-28 Steinar H. GundersonSimplify Player::thread_func() a little further.
2018-12-28 Steinar H. GundersonFactor out some common logic from Player::thread_func().
2018-12-28 Steinar H. GundersonRemove one level of indentation from Player::thread_func.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-27 Steinar H. GundersonFix a minor unneeded unlock/lock.
2018-12-27 Steinar H. GundersonFix some silly indentation.
2018-12-27 Steinar H. GundersonMove the to-play playlist into Player.
2018-12-26 Steinar H. GundersonFix an indentation issue.
2018-12-24 Steinar H. GundersonAdd some metrics for HTTP output.
2018-12-19 Steinar H. GundersonImprove frame snapping in difficult cases.
2018-12-18 Steinar H. GundersonSupport per-clip variable speed.
2018-12-14 Steinar H. GundersonFix an issue where fade times would be zero seconds...
2018-12-14 Steinar H. GundersonFactor out estimated time left calculation into its...
2018-12-14 Steinar H. GundersonMake Futatabi output frame rate adjustable.
2018-12-13 Steinar H. GundersonSupport exporting interpolated singletrack video. Proba...
2018-12-12 Steinar H. GundersonAdd some binary search helpers.
2018-12-12 Steinar H. GundersonFix some Futatabi shutdown problems.
2018-12-12 Steinar H. GundersonSupport turning off interpolation.
2018-12-10 Steinar H. GundersonFix a bad snapping bug that was introduced with the...
2018-12-10 Steinar H. GundersonFix an issue where we would lose track of the time...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H. GundersonUnify context.cpp from Nageru and Futatabi.
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...