2019-03-06 |
Steinar H. Gunderson | Fix some unneeded copying of encoded JPEGs around ...
|
commit | commitdiff | tree |
2019-03-06 |
Steinar H. Gunderson | Add Shift+Ctrl for super-fast scrubbing.
|
commit | commitdiff | tree |
2019-03-06 |
Steinar H. Gunderson | Give the ALSA threads names.
|
commit | commitdiff | tree |
2019-03-06 |
Steinar H. Gunderson | Use ALSA timestamps for marking input data.
|
commit | commitdiff | tree |
2019-03-06 |
Steinar H. Gunderson | Remove unused variable in ALSAInput.
|
commit | commitdiff | tree |
2019-03-04 |
Steinar H. Gunderson | Fix detection of non-system CEF, when no system CEF...
|
commit | commitdiff | tree |
2019-03-04 |
Steinar H. Gunderson | Fix a one-past-the-end access on Futatabi startup.
|
commit | commitdiff | tree |
2019-03-01 |
Steinar H. Gunderson | Make TIMEBASE signed again; unsigned caused pts bugs...
|
commit | commitdiff | tree |
2019-02-28 |
Steinar H. Gunderson | Fix a segfault that could happen with FFmpeg inputs...
|
commit | commitdiff | tree |
2019-02-27 |
Steinar H. Gunderson | Mark infinite clips as such in the machine-readable...
|
commit | commitdiff | tree |
2019-02-26 |
Steinar H. Gunderson | Make it possible to queue and play clips with no cue...
|
commit | commitdiff | tree |
2019-02-26 |
Steinar H. Gunderson | Be more lenient about the playlist focus; this was...
|
commit | commitdiff | tree |
2019-02-23 |
Steinar H. Gunderson | Fix compilation with non-system CEF.
|
commit | commitdiff | tree |
2019-02-21 |
Steinar H. Gunderson | Rescale the pts/dts properly in the MJPEG encoder ...
|
commit | commitdiff | tree |
2019-02-19 |
Steinar H. Gunderson | Mark a TODO.
|
commit | commitdiff | tree |
2019-02-19 |
Steinar H. Gunderson | Remove the unused frame_length parameter to AudioMixer...
|
commit | commitdiff | tree |
2019-02-19 |
Steinar H. Gunderson | More tweaks to the memcpy_interleaved multiversioning.
|
commit | commitdiff | tree |
2019-02-17 |
Steinar H. Gunderson | Make it possible to hide displays (and re-show them...
|
commit | commitdiff | tree |
2019-02-17 |
Steinar H. Gunderson | Clang seemingly does not have working function multiversioni...
|
commit | commitdiff | tree |
2019-02-17 |
Steinar H. Gunderson | Fix display of out padding points.
|
commit | commitdiff | tree |
2019-02-15 |
Steinar H. Gunderson | Enable function multiversioning for memcpy_interleaved().
|
commit | commitdiff | tree |
2019-02-14 |
Steinar H. Gunderson | Add MJPEG export metrics.
|
commit | commitdiff | tree |
2019-02-14 |
Steinar H. Gunderson | Increase the MJPEG encoding queue size by a lot.
|
commit | commitdiff | tree |
2019-02-13 |
Steinar H. Gunderson | Add support for aborting playing a clip early.
|
commit | commitdiff | tree |
2019-02-13 |
Steinar H. Gunderson | Fix an overflow issue with long (>= 10 min) clips.
|
commit | commitdiff | tree |
2019-01-29 |
Steinar H. Gunderson | Add basic Futatabi documentation to the README.
|
commit | commitdiff | tree |
2019-01-29 |
Steinar H. Gunderson | Split cue padding into separate in and out settings.
|
commit | commitdiff | tree |
2019-01-22 |
Steinar H. Gunderson | Fix overly aggressive snapping at very low speeds.
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Release Nageru and Futatabi 1.8.2.
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Add Yngve's copyright to the README.
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Work around a crash on exit.
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Add a MIDI mapping editor for Futatabi.
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Make the master light speed maximum inclusive instead...
|
commit | commitdiff | tree |
2019-01-19 |
Steinar H. Gunderson | Move controller_spin_box.h to shared, so that the upcoming...
|
commit | commitdiff | tree |
2019-01-18 |
Steinar H. Gunderson | Fix some Clang 7 warnings.
|
commit | commitdiff | tree |
2019-01-18 |
Steinar H. Gunderson | Make MIDIMappingDialog reuse some of the code from...
|
commit | commitdiff | tree |
2019-01-17 |
Steinar H. Gunderson | Add support for a master speed MIDI light.
|
commit | commitdiff | tree |
2019-01-17 |
Steinar H. Gunderson | Add infrastructure for MIDI lights that are controllers...
|
commit | commitdiff | tree |
2019-01-17 |
Steinar H. Gunderson | Unbreak the cue in and out lights.
|
commit | commitdiff | tree |
2019-01-17 |
Steinar H. Gunderson | Make the preview light blink and be solid like the...
|
commit | commitdiff | tree |
2019-01-17 |
Steinar H. Gunderson | Make the MIDI play button blinking when something is...
|
commit | commitdiff | tree |
2019-01-16 |
Steinar H. Gunderson | Only enable play if something is actually selected.
|
commit | commitdiff | tree |
2019-01-16 |
Steinar H. Gunderson | Blink the lock light if dragging the speed slider when...
|
commit | commitdiff | tree |
2019-01-16 |
Steinar H. Gunderson | Support non-binary MIDI lights (ie., with an on-velocity...
|
commit | commitdiff | tree |
2019-01-16 |
Steinar H. Gunderson | Remove a non-defined member function from MIDIMapper.
|
commit | commitdiff | tree |
2019-01-16 |
Steinar H. Gunderson | Add some controls for locking the master speed to 100%.
|
commit | commitdiff | tree |
2019-01-15 |
Steinar H. Gunderson | Support changing overall playing speed at runtime,...
|
commit | commitdiff | tree |
2019-01-15 |
Steinar H. Gunderson | When sending original frames, do the reading in the...
|
commit | commitdiff | tree |
2019-01-12 |
Steinar H. Gunderson | Remove a debug message.
|
commit | commitdiff | tree |
2019-01-12 |
Steinar H. Gunderson | Turn off guessing if the source bus contains the pitch...
|
commit | commitdiff | tree |
2019-01-10 |
Steinar H. Gunderson | Support pitch bend as a virtual MIDI controller.
|
commit | commitdiff | tree |
2019-01-10 |
Steinar H. Gunderson | Add an example Futatabi MIDI mapping for the Behringer...
|
commit | commitdiff | tree |
2019-01-09 |
Steinar H. Gunderson | Add basic MIDI input support (jog, cue in/out, play...
|
commit | commitdiff | tree |
2019-01-09 |
Steinar H. Gunderson | Only enable the queue button if we can actually queue...
|
commit | commitdiff | tree |
2019-01-09 |
Steinar H. Gunderson | Only enable the preview button if we can actually preview...
|
commit | commitdiff | tree |
2019-01-08 |
Steinar H. Gunderson | Split the MIDI mapping proto file in two; one that...
|
commit | commitdiff | tree |
2019-01-08 |
Steinar H. Gunderson | Unbreak preview camera angle again.
|
commit | commitdiff | tree |
2019-01-08 |
Steinar H. Gunderson | Make cue in/out highlight the right cell. More logical...
|
commit | commitdiff | tree |
2019-01-08 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2019-01-08 |
Steinar H. Gunderson | Move another helper into midi_mapper_util.h.
|
commit | commitdiff | tree |
2019-01-07 |
Steinar H. Gunderson | Move some MIDI mapper protobuf reflection code into...
|
commit | commitdiff | tree |
2019-01-06 |
Steinar H. Gunderson | Move midi_device.cpp into shared, as Futatabi is getting...
|
commit | commitdiff | tree |
2019-01-06 |
Steinar H. Gunderson | Small refactoring in MIDIMapper.
|
commit | commitdiff | tree |
2019-01-06 |
Steinar H. Gunderson | Move protobuf text serialization into a shared file.
|
commit | commitdiff | tree |
2019-01-05 |
Steinar H. Gunderson | Split out the ALSA-specific parts from MIDIMapper into...
|
commit | commitdiff | tree |
2019-01-04 |
Steinar H. Gunderson | Send note velocity of 1 instead of 127 for lights.
|
commit | commitdiff | tree |
2019-01-01 |
Steinar H. Gunderson | Fix some memory leaks on export.
|
commit | commitdiff | tree |
2018-12-30 |
Steinar H. Gunderson | Release Nageru and Futatabi 1.8.1.
|
commit | commitdiff | tree |
2018-12-30 |
Steinar H. Gunderson | Add an assert to silence Coverity.
|
commit | commitdiff | tree |
2018-12-30 |
Steinar H. Gunderson | Make the Futatabi PAUSED subtitle a bit more regular...
|
commit | commitdiff | tree |
2018-12-30 |
Steinar H. Gunderson | Do a small hack in Futatabi to make sure that Nageru...
|
commit | commitdiff | tree |
2018-12-30 |
Steinar H. Gunderson | Add support to Nageru for reading the subtitles from...
|
commit | commitdiff | tree |
2018-12-29 |
Steinar H. Gunderson | Fix a crash on receiving dummy frames.
|
commit | commitdiff | tree |
2018-12-29 |
Steinar H. Gunderson | Some Futatabi formatting fixes.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Bump version number to 1.8.1-pre.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Make Futatabi output its status as subtitles, in a...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Fix an issue where the stop button would get grayed...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Allow editing a playing playlist.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Make duplicated rows show up after the old ones, and...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Fix some issues with the “time remaining” display.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Give each clip in the playlist a stable ID.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Call the done callback only when the entire playlist...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Remove obsolete member function.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Fix an issue where the stop button would be disabled...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Move estimation of time left into Player.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Move progress row information into Player; will be...
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Some clang-formatting of Futatabi.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Indentation fix.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Simplify progress calculation.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Simplify Player::thread_func() a little further.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Factor out some common logic from Player::thread_func().
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Remove one level of indentation from Player::thread_func.
|
commit | commitdiff | tree |
2018-12-28 |
Steinar H. Gunderson | Move from unique_lock to lock_guard everywhere we can...
|
commit | commitdiff | tree |
2018-12-27 |
Steinar H. Gunderson | Fix a minor unneeded unlock/lock.
|
commit | commitdiff | tree |
2018-12-27 |
Steinar H. Gunderson | Fix some silly indentation.
|
commit | commitdiff | tree |
2018-12-27 |
Steinar H. Gunderson | Update a comment after the previous commit.
|
commit | commitdiff | tree |
2018-12-27 |
Steinar H. Gunderson | Move the to-play playlist into Player.
|
commit | commitdiff | tree |
2018-12-26 |
Steinar H. Gunderson | Fix an indentation issue.
|
commit | commitdiff | tree |
2018-12-25 |
Steinar H. Gunderson | Simplify timebase handling in Mux a bit.
|
commit | commitdiff | tree |
2018-12-24 |
Steinar H. Gunderson | Remove the redundant with_audio parameter from the...
|
commit | commitdiff | tree |
next |