]> git.sesse.net Git - nageru/history - shared
Fix some leftovers in warning messages.
[nageru] / shared /
2020-03-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2020-03-06 Steinar H. GundersonMove RefCountedTexture to shared.
2020-02-29 Steinar H. GundersonFix a deadlock in Futatabi when using MIDI devices.
2020-02-25 Steinar H. GundersonFix an issue where a Kaeru connected to a nonfunctional...
2020-02-25 Steinar H. GundersonLog a warning when we kill a client that is not keeping up.
2020-02-15 Steinar H. GundersonMake it possible to siphon out a single MJPEG stream.
2019-07-24 Steinar H. GundersonMake it possible for the theme to override the status...
2019-06-21 Steinar H. GundersonFix cross-compilation.
2019-06-10 Steinar H. GundersonWork around a Mesa shader cache issue.
2019-05-14 Steinar H. GundersonRemove unused code.
2019-03-28 Steinar H. GundersonMake multitrack export include audio.
2019-03-28 Steinar H. GundersonRemove a legacy FFmpeg test which is no longer needed...
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-22 Steinar H. GundersonIf a HTTP server backlog becomes very large (>1 GB...
2019-03-09 Steinar H. GundersonFix a MIDI-related deadlock in the GUI code.
2019-03-04 Steinar H. GundersonFix a one-past-the-end access on Futatabi startup.
2019-03-01 Steinar H. GundersonMake TIMEBASE signed again; unsigned caused pts bugs...
2019-02-19 Steinar H. GundersonMore tweaks to the memcpy_interleaved multiversioning.
2019-02-17 Steinar H. GundersonClang seemingly does not have working function multiver...
2019-02-15 Steinar H. GundersonEnable function multiversioning for memcpy_interleaved().
2019-02-13 Steinar H. GundersonFix an overflow issue with long (>= 10 min) clips.
2019-01-19 Steinar H. GundersonAdd a MIDI mapping editor for Futatabi.
2019-01-19 Steinar H. GundersonMove controller_spin_box.h to shared, so that the upcom...
2019-01-18 Steinar H. GundersonMake MIDIMappingDialog reuse some of the code from...
2019-01-17 Steinar H. GundersonAdd infrastructure for MIDI lights that are controllers...
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.