]> git.sesse.net Git - nageru/history - futatabi/player.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / futatabi / player.cpp
2020-03-16 Steinar H. GundersonStretch the ease length to get back into the right...
2020-03-15 Steinar H. GundersonOnly bother going into an ease if there is an actual...
2020-03-14 Steinar H. GundersonWhenever the speed changes, ease into it over the next...
2020-03-13 Steinar H. GundersonRefactor the handling of the various time origins in...
2020-03-04 Steinar H. GundersonAdd a metric for general Futatabi player health (how...
2019-10-30 Steinar H. GundersonFix an assertion failure when fading into a zero-length...
2019-10-30 Steinar H. GundersonFix the previous fix for the infinite display; it was...
2019-10-30 Steinar H. GundersonWhen starting a new clip, start at the correct master...
2019-10-21 Steinar H. GundersonFix some jerkiness when playing back with no interpolation.
2019-03-30 Steinar H. GundersonAdd audio output when playing at 100% speed.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-11 Steinar H. GundersonVarious fixes for 32-bit platforms.
2019-02-27 Steinar H. GundersonMark infinite clips as such in the machine-readable...
2019-02-26 Steinar H. GundersonMake it possible to queue and play clips with no cue...
2019-02-13 Steinar H. GundersonAdd support for aborting playing a clip early.
2019-02-13 Steinar H. GundersonFix an overflow issue with long (>= 10 min) clips.
2019-01-22 Steinar H. GundersonFix overly aggressive snapping at very low speeds.
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-12 Steinar H. GundersonRemove a debug message.
2019-01-01 Steinar H. GundersonFix some memory leaks on export.
2018-12-30 Steinar H. GundersonMake the Futatabi PAUSED subtitle a bit more regular...
2018-12-29 Steinar H. GundersonSome Futatabi formatting fixes.
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
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...