]> git.sesse.net Git - nageru/history - shared
Make the MIDI play button blinking when something is ready to play, and solid when...
[nageru] / shared /
2019-01-16 Steinar H. GundersonSupport non-binary MIDI lights (ie., with an on-velocit...
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-10 Steinar H. GundersonSupport pitch bend as a virtual MIDI controller.
2019-01-08 Steinar H. GundersonSplit the MIDI mapping proto file in two; one that...
2019-01-08 Steinar H. GundersonMove another helper into midi_mapper_util.h.
2019-01-07 Steinar H. GundersonMove some MIDI mapper protobuf reflection code into...
2019-01-06 Steinar H. GundersonMove midi_device.cpp into shared, as Futatabi is gettin...
2019-01-06 Steinar H. GundersonMove protobuf text serialization into a shared file.
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-25 Steinar H. GundersonSimplify timebase handling in Mux a bit.
2018-12-24 Steinar H. GundersonRemove the redundant with_audio parameter from the...
2018-12-23 Steinar H. GundersonPrefix all the Futatabi Prometheus metrics by futatabi_...
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-18 Steinar H. GundersonFix a variable conflict in the Meson build files.
2018-12-17 Steinar H. GundersonMake the number of cameras dynamic as the frames come in.
2018-12-06 Steinar H. GundersonGive Futatabi an about/license dialog, and the same...
2018-12-06 Steinar H. GundersonOnly bother doing MJPEG encoding if there are any conne...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonMove most Nageru embedded shaders to the read_file...
2018-12-03 Steinar H. GundersonMove bin2h and read_file into shared/, so that Nageru...
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-02 Steinar H. GundersonUnify mux.cpp between 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.