]> git.sesse.net Git - nageru/history - futatabi/export.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / futatabi / export.cpp
2023-10-01 Steinar H. GundersonStop using av_init_packet().
2023-10-01 Steinar H. GundersonUpdate most code to the new FFmpeg channel layout API.
2022-01-31 Steinar H. GundersonFix compilation with FFmpeg 5.0.
2019-03-30 Steinar H. GundersonAdd audio output when playing at 100% speed.
2019-03-28 Steinar H. GundersonMake multitrack export include audio.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-02-26 Steinar H. GundersonMake it possible to queue and play clips with no cue...
2019-01-18 Steinar H. GundersonFix some Clang 7 warnings.
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-27 Steinar H. GundersonMove the to-play playlist into Player.
2018-12-14 Steinar H. GundersonSupport exporting multiple clips of a playlist, with...
2018-12-13 Steinar H. GundersonThere's no point in having Player in export_interpolate...
2018-12-13 Steinar H. GundersonSupport exporting interpolated singletrack video. Proba...
2018-12-12 Steinar H. GundersonAdd a multitrack export action.