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