]> git.sesse.net Git - nageru/history - futatabi/main.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / futatabi / main.cpp
2023-10-01 Steinar H. GundersonStop using av_init_packet().
2020-06-08 Steinar H. GundersonMake Futatabi look for multicam.mp4, not multiangle...
2019-03-28 Steinar H. GundersonMake Futatabi accept and record the audio, although...
2019-03-28 Steinar H. GundersonFix handling of truncated frame files.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-27 Steinar H. GundersonIn Futatabi, ignore non-video streams for now.
2019-03-11 Steinar H. GundersonVarious fixes for 32-bit platforms.
2019-03-10 Steinar H. GundersonMove to one JPEG decoder thread per view.
2019-03-10 Steinar H. GundersonGet rid of an unneeded sleep and message on Futatabi...
2019-03-09 Steinar H. GundersonAdd some asserts to guard against nonsensical start...
2019-03-09 Steinar H. GundersonMake the number of files into a #define.
2018-12-28 Steinar H. GundersonSome clang-formatting of Futatabi.
2018-12-24 Steinar H. GundersonRemove a metric that's irrelevant for Futatabi.
2018-12-24 Steinar H. GundersonAdd a summary for received frame sizes.
2018-12-23 Steinar H. GundersonPrefix all the Futatabi Prometheus metrics by futatabi_...
2018-12-23 Steinar H. GundersonAdd a Futatabi metric for number of received frames.
2018-12-23 Steinar H. GundersonIf the Futatabi source URL is empty or /dev/null, don...
2018-12-21 Steinar H. GundersonFix a follow-up error introduced when fixing a Coverity...
2018-12-21 Steinar H. GundersonAvoid a time-to-check-versus-time-of-use error on mkdir().
2018-12-21 Steinar H. GundersonFix some more very unlikely Coverity Scan issues.
2018-12-21 Steinar H. GundersonRemove an unneeded check.
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-16 Steinar H. GundersonMake the UI programmatically dependent on NUM_CAMERAS.
2018-12-13 Steinar H. GundersonFix an issue where pts would get clamped to zero if...
2018-12-09 Steinar H. GundersonIf the input stream ends or errors out, restart it.
2018-12-09 Steinar H. GundersonFix a hang when storing frame files.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
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-01 Steinar H. GundersonCombine ref_counted_gl_sync.h from 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...