]> git.sesse.net Git - nageru/history
nageru
2019-01-19 Steinar H. GundersonRelease Nageru and Futatabi 1.8.2. 1.8.2
2019-01-19 Steinar H. GundersonAdd Yngve's copyright to the README.
2019-01-19 Steinar H. GundersonWork around a crash on exit.
2019-01-19 Steinar H. GundersonAdd a MIDI mapping editor for Futatabi.
2019-01-19 Steinar H. GundersonMake the master light speed maximum inclusive instead...
2019-01-19 Steinar H. GundersonMove controller_spin_box.h to shared, so that the upcom...
2019-01-18 Steinar H. GundersonFix some Clang 7 warnings.
2019-01-18 Steinar H. GundersonMake MIDIMappingDialog reuse some of the code from...
2019-01-17 Steinar H. GundersonAdd support for a master speed MIDI light.
2019-01-17 Steinar H. GundersonAdd infrastructure for MIDI lights that are controllers...
2019-01-17 Steinar H. GundersonUnbreak the cue in and out lights.
2019-01-17 Steinar H. GundersonMake the preview light blink and be solid like the...
2019-01-17 Steinar H. GundersonMake the MIDI play button blinking when something is...
2019-01-16 Steinar H. GundersonOnly enable play if something is actually selected.
2019-01-16 Steinar H. GundersonBlink the lock light if dragging the speed slider when...
2019-01-16 Steinar H. GundersonSupport non-binary MIDI lights (ie., with an on-velocit...
2019-01-16 Steinar H. GundersonRemove a non-defined member function from MIDIMapper.
2019-01-16 Steinar H. GundersonAdd some controls for locking the master speed to 100%.
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-15 Steinar H. GundersonWhen sending original frames, do the reading in the...
2019-01-12 Steinar H. GundersonRemove a debug message.
2019-01-12 Steinar H. GundersonTurn off guessing if the source bus contains the pitch...
2019-01-10 Steinar H. GundersonSupport pitch bend as a virtual MIDI controller.
2019-01-10 Steinar H. GundersonAdd an example Futatabi MIDI mapping for the Behringer...
2019-01-09 Steinar H. GundersonAdd basic MIDI input support (jog, cue in/out, play...
2019-01-09 Steinar H. GundersonOnly enable the queue button if we can actually queue...
2019-01-09 Steinar H. GundersonOnly enable the preview button if we can actually previ...
2019-01-08 Steinar H. GundersonSplit the MIDI mapping proto file in two; one that...
2019-01-08 Steinar H. GundersonUnbreak preview camera angle again.
2019-01-08 Steinar H. GundersonMake cue in/out highlight the right cell. More logical...
2019-01-08 Steinar H. GundersonFix a typo.
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. GundersonSmall refactoring in MIDIMapper.
2019-01-06 Steinar H. GundersonMove protobuf text serialization into a shared file.
2019-01-05 Steinar H. GundersonSplit out the ALSA-specific parts from MIDIMapper into...
2019-01-04 Steinar H. GundersonSend note velocity of 1 instead of 127 for lights.
2019-01-01 Steinar H. GundersonFix some memory leaks on export.
2018-12-30 Steinar H. GundersonRelease Nageru and Futatabi 1.8.1. 1.8.1
2018-12-30 Steinar H. GundersonAdd an assert to silence Coverity.
2018-12-30 Steinar H. GundersonMake the Futatabi PAUSED subtitle a bit more regular...
2018-12-30 Steinar H. GundersonDo a small hack in Futatabi to make sure that Nageru...
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-29 Steinar H. GundersonFix a crash on receiving dummy frames.
2018-12-29 Steinar H. GundersonSome Futatabi formatting fixes.
2018-12-28 Steinar H. GundersonBump version number to 1.8.1-pre.
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
2018-12-28 Steinar H. GundersonFix an issue where the stop button would get grayed...
2018-12-28 Steinar H. GundersonAllow editing a playing playlist.
2018-12-28 Steinar H. GundersonMake duplicated rows show up after the old ones, and...
2018-12-28 Steinar H. GundersonFix some issues with the “time remaining” display.
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. GundersonRemove obsolete member function.
2018-12-28 Steinar H. GundersonFix an issue where the stop button would be disabled...
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-28 Steinar H. GundersonIndentation fix.
2018-12-28 Steinar H. GundersonSimplify progress calculation.
2018-12-28 Steinar H. GundersonSimplify Player::thread_func() a little further.
2018-12-28 Steinar H. GundersonFactor out some common logic from Player::thread_func().
2018-12-28 Steinar H. GundersonRemove one level of indentation from Player::thread_func.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-27 Steinar H. GundersonFix a minor unneeded unlock/lock.
2018-12-27 Steinar H. GundersonFix some silly indentation.
2018-12-27 Steinar H. GundersonUpdate a comment after the previous commit.
2018-12-27 Steinar H. GundersonMove the to-play playlist into Player.
2018-12-26 Steinar H. GundersonFix an indentation issue.
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-24 Steinar H. GundersonCache computed flow between textures.
2018-12-24 Steinar H. GundersonRemove a metric that's irrelevant for Futatabi.
2018-12-24 Steinar H. GundersonAdd metrics for JPEG decoding.
2018-12-24 Steinar H. GundersonAdd a summary for received frame sizes.
2018-12-24 Steinar H. GundersonAdd metrics for reading frames from disk.
2018-12-24 Steinar H. GundersonAdd some metrics for HTTP output.
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. GundersonLocalize DeckLink warning suppression to only the DeckL...
2018-12-23 Steinar H. GundersonWhen exporting interpolated files, make sure they are...
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. GundersonMake Ebu_r128_proc::Ebu_r128_proc() not move uninitiali...
2018-12-21 Steinar H. GundersonIn Theme::get_chain(), send InputState by reference...
2018-12-21 Steinar H. GundersonCheck VAStatus of some destroyed objects.
2018-12-21 Steinar H. GundersonFix some more very unlikely Coverity Scan issues.
2018-12-21 Steinar H. GundersonFix a leak in test code.
2018-12-21 Steinar H. GundersonUnbreak embedded bmusb.
2018-12-21 Steinar H. GundersonRemove an unneeded check.
2018-12-21 Steinar H. GundersonRemove an unneeded nullptr check.
2018-12-21 Steinar H. GundersonSilence another Coverity Scan warning.
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-21 Steinar H. GundersonFix a Coverity Scan issue that is irrelevant in practice.
2018-12-21 Steinar H. GundersonAdd libjpeg-dev to the apt list.
2018-12-21 Steinar H. GundersonAdd cue point padding, where a clip is elongated (in...
2018-12-20 Steinar H. GundersonUse get_pkgconfig_variable() instead of calling pkg...
next