]> git.sesse.net Git - nageru/history - futatabi/export.cpp
Make multitrack export include audio.
[nageru] / futatabi / export.cpp
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.