]> git.sesse.net Git - nageru/history - futatabi/jpeg_frame_view.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / futatabi / jpeg_frame_view.cpp
2023-10-01 Steinar H. GundersonWork around a bogus compilation warning (it claimed...
2021-10-14 Steinar H. GundersonFix an issue where scrubbing in Futatabi could lock...
2021-10-08 Plastkast userFix white balance with non-VAAPI decoding.
2020-05-20 Steinar H. GundersonUnbreak Futatabi software (non-VA-API) MJPEG decoding.
2020-03-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2020-03-08 Steinar H. GundersonAdd metrics for how many frames we are decoding, but...
2020-02-29 Steinar H. GundersonAdd a Futatabi metric for JPEG decode times.
2020-02-17 Steinar H. GundersonIn Futatabi, make it possible to set custom source...
2020-02-17 Steinar H. GundersonStop refreshing the Futatabi channel overlay every...
2020-02-11 Steinar H. GundersonMake Futatabi copy Exif data for interpolated frames.
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-03-10 Steinar H. GundersonMove to one JPEG decoder thread per view.
2018-12-28 Steinar H. GundersonSome clang-formatting of Futatabi.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-24 Steinar H. GundersonAdd metrics for JPEG decoding.
2018-12-10 Steinar H. GundersonMake width/height configurable in Futatabi.
2018-12-08 Steinar H. GundersonDon't die on libjpeg errors.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonFix software decoding of JPEGs in 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...