]> git.sesse.net Git - nageru/shortlog
nageru
2019-01-18 Steinar H.... Fix some Clang 7 warnings.
2019-01-18 Steinar H.... Make MIDIMappingDialog reuse some of the code from...
2019-01-17 Steinar H.... Add support for a master speed MIDI light.
2019-01-17 Steinar H.... Add infrastructure for MIDI lights that are controllers...
2019-01-17 Steinar H.... Unbreak the cue in and out lights.
2019-01-17 Steinar H.... Make the preview light blink and be solid like the...
2019-01-17 Steinar H.... Make the MIDI play button blinking when something is...
2019-01-16 Steinar H.... Only enable play if something is actually selected.
2019-01-16 Steinar H.... Blink the lock light if dragging the speed slider when...
2019-01-16 Steinar H.... Support non-binary MIDI lights (ie., with an on-velocit...
2019-01-16 Steinar H.... Remove a non-defined member function from MIDIMapper.
2019-01-16 Steinar H.... Add some controls for locking the master speed to 100%.
2019-01-15 Steinar H.... Support changing overall playing speed at runtime,...
2019-01-15 Steinar H.... When sending original frames, do the reading in the...
2019-01-12 Steinar H.... Remove a debug message.
2019-01-12 Steinar H.... Turn off guessing if the source bus contains the pitch...
2019-01-10 Steinar H.... Support pitch bend as a virtual MIDI controller.
2019-01-10 Steinar H.... Add an example Futatabi MIDI mapping for the Behringer...
2019-01-09 Steinar H.... Add basic MIDI input support (jog, cue in/out, play...
2019-01-09 Steinar H.... Only enable the queue button if we can actually queue...
2019-01-09 Steinar H.... Only enable the preview button if we can actually previ...
2019-01-08 Steinar H.... Split the MIDI mapping proto file in two; one that...
2019-01-08 Steinar H.... Unbreak preview camera angle again.
2019-01-08 Steinar H.... Make cue in/out highlight the right cell. More logical...
2019-01-08 Steinar H.... Fix a typo.
2019-01-08 Steinar H.... Move another helper into midi_mapper_util.h.
2019-01-07 Steinar H.... Move some MIDI mapper protobuf reflection code into...
2019-01-06 Steinar H.... Move midi_device.cpp into shared, as Futatabi is gettin...
2019-01-06 Steinar H.... Small refactoring in MIDIMapper.
2019-01-06 Steinar H.... Move protobuf text serialization into a shared file.
2019-01-05 Steinar H.... Split out the ALSA-specific parts from MIDIMapper into...
2019-01-04 Steinar H.... Send note velocity of 1 instead of 127 for lights.
2019-01-01 Steinar H.... Fix some memory leaks on export.
2018-12-30 Steinar H.... Release Nageru and Futatabi 1.8.1. 1.8.1
2018-12-30 Steinar H.... Add an assert to silence Coverity.
2018-12-30 Steinar H.... Make the Futatabi PAUSED subtitle a bit more regular...
2018-12-30 Steinar H.... Do a small hack in Futatabi to make sure that Nageru...
2018-12-30 Steinar H.... Add support to Nageru for reading the subtitles from...
2018-12-29 Steinar H.... Fix a crash on receiving dummy frames.
2018-12-29 Steinar H.... Some Futatabi formatting fixes.
2018-12-28 Steinar H.... Bump version number to 1.8.1-pre.
2018-12-28 Steinar H.... Make Futatabi output its status as subtitles, in a...
2018-12-28 Steinar H.... Fix an issue where the stop button would get grayed...
2018-12-28 Steinar H.... Allow editing a playing playlist.
2018-12-28 Steinar H.... Make duplicated rows show up after the old ones, and...
2018-12-28 Steinar H.... Fix some issues with the “time remaining” display.
2018-12-28 Steinar H.... Give each clip in the playlist a stable ID.
2018-12-28 Steinar H.... Call the done callback only when the entire playlist...
2018-12-28 Steinar H.... Remove obsolete member function.
2018-12-28 Steinar H.... Fix an issue where the stop button would be disabled...
2018-12-28 Steinar H.... Move estimation of time left into Player.
2018-12-28 Steinar H.... Move progress row information into Player; will be...
2018-12-28 Steinar H.... Some clang-formatting of Futatabi.
2018-12-28 Steinar H.... Indentation fix.
2018-12-28 Steinar H.... Simplify progress calculation.
2018-12-28 Steinar H.... Simplify Player::thread_func() a little further.
2018-12-28 Steinar H.... Factor out some common logic from Player::thread_func().
2018-12-28 Steinar H.... Remove one level of indentation from Player::thread_func.
2018-12-28 Steinar H.... Move from unique_lock to lock_guard everywhere we can...
2018-12-27 Steinar H.... Fix a minor unneeded unlock/lock.
2018-12-27 Steinar H.... Fix some silly indentation.
2018-12-27 Steinar H.... Update a comment after the previous commit.
2018-12-27 Steinar H.... Move the to-play playlist into Player.
2018-12-26 Steinar H.... Fix an indentation issue.
2018-12-25 Steinar H.... Simplify timebase handling in Mux a bit.
2018-12-24 Steinar H.... Remove the redundant with_audio parameter from the...
2018-12-24 Steinar H.... Cache computed flow between textures.
2018-12-24 Steinar H.... Remove a metric that's irrelevant for Futatabi.
2018-12-24 Steinar H.... Add metrics for JPEG decoding.
2018-12-24 Steinar H.... Add a summary for received frame sizes.
2018-12-24 Steinar H.... Add metrics for reading frames from disk.
2018-12-24 Steinar H.... Add some metrics for HTTP output.
2018-12-23 Steinar H.... Prefix all the Futatabi Prometheus metrics by futatabi_...
2018-12-23 Steinar H.... Add a Futatabi metric for number of received frames.
2018-12-23 Steinar H.... Localize DeckLink warning suppression to only the DeckL...
2018-12-23 Steinar H.... When exporting interpolated files, make sure they are...
2018-12-23 Steinar H.... If the Futatabi source URL is empty or /dev/null, don...
2018-12-21 Steinar H.... Fix a follow-up error introduced when fixing a Coverity...
2018-12-21 Steinar H.... Avoid a time-to-check-versus-time-of-use error on mkdir().
2018-12-21 Steinar H.... Make Ebu_r128_proc::Ebu_r128_proc() not move uninitiali...
2018-12-21 Steinar H.... In Theme::get_chain(), send InputState by reference...
2018-12-21 Steinar H.... Check VAStatus of some destroyed objects.
2018-12-21 Steinar H.... Fix some more very unlikely Coverity Scan issues.
2018-12-21 Steinar H.... Fix a leak in test code.
2018-12-21 Steinar H.... Unbreak embedded bmusb.
2018-12-21 Steinar H.... Remove an unneeded check.
2018-12-21 Steinar H.... Remove an unneeded nullptr check.
2018-12-21 Steinar H.... Silence another Coverity Scan warning.
2018-12-21 Steinar H.... Fix another Coverity Scan issue that really should...
2018-12-21 Steinar H.... Fix another Coverity Scan issue that really should...
2018-12-21 Steinar H.... Fix a Coverity Scan issue that is irrelevant in practice.
2018-12-21 Steinar H.... Add libjpeg-dev to the apt list.
2018-12-21 Steinar H.... Add cue point padding, where a clip is elongated (in...
2018-12-20 Steinar H.... Use get_pkgconfig_variable() instead of calling pkg...
2018-12-20 Steinar H.... Make the SDL dependencies optional.
2018-12-20 Steinar H.... Update the textual list of dependencies in the README.
2018-12-20 Steinar H.... Remove the LuaJIT 2.0 compatibility shims.
2018-12-20 Steinar H.... Move to FFmpeg 4.0 APIs, fixing the deprecation warnings.
2018-12-20 Steinar H.... Drop stretch compatibility, now that buster is nearing...
2018-12-20 Steinar H.... Add a missing #include.
next