]> git.sesse.net Git - nageru/shortlog
nageru
2019-03-09 Steinar H.... Fix an issue where Matroska HTTP FFmpeg streams would...
2019-03-09 Steinar H.... Add a failsafe for interrupted FFmpeg streams.
2019-03-09 Steinar H.... Fix a hang on exit when doing MJPEG encoding with VA...
2019-03-09 Steinar H.... Fix a MIDI-related deadlock in the GUI code.
2019-03-09 Steinar H.... Fix a broken database definition.
2019-03-09 Steinar H.... Add some asserts to guard against nonsensical start...
2019-03-09 Steinar H.... Fix a crash in Futatabi when two threads wanted to...
2019-03-09 Steinar H.... Make the number of files into a #define.
2019-03-09 Steinar H.... Update some error messages.
2019-03-09 Steinar H.... Use REPLACE instead of INSERT for changing state and...
2019-03-09 Steinar H.... Use REPLACE instead of INSERT + DELETE for frame files.
2019-03-08 Steinar H.... Allow controlling video mixing from MIDI events.
2019-03-08 Steinar H.... Adapt to newer CEF versions.
2019-03-06 Steinar H.... Fix some unneeded copying of encoded JPEGs around ...
2019-03-06 Steinar H.... Add Shift+Ctrl for super-fast scrubbing.
2019-03-06 Steinar H.... Give the ALSA threads names.
2019-03-06 Steinar H.... Use ALSA timestamps for marking input data.
2019-03-06 Steinar H.... Remove unused variable in ALSAInput.
2019-03-04 Steinar H.... Fix detection of non-system CEF, when no system CEF...
2019-03-04 Steinar H.... Fix a one-past-the-end access on Futatabi startup.
2019-03-01 Steinar H.... Make TIMEBASE signed again; unsigned caused pts bugs...
2019-02-28 Steinar H.... Fix a segfault that could happen with FFmpeg inputs...
2019-02-27 Steinar H.... Mark infinite clips as such in the machine-readable...
2019-02-26 Steinar H.... Make it possible to queue and play clips with no cue...
2019-02-26 Steinar H.... Be more lenient about the playlist focus; this was...
2019-02-23 Steinar H.... Fix compilation with non-system CEF.
2019-02-21 Steinar H.... Rescale the pts/dts properly in the MJPEG encoder ...
2019-02-19 Steinar H.... Mark a TODO.
2019-02-19 Steinar H.... Remove the unused frame_length parameter to AudioMixer...
2019-02-19 Steinar H.... More tweaks to the memcpy_interleaved multiversioning.
2019-02-17 Steinar H.... Make it possible to hide displays (and re-show them...
2019-02-17 Steinar H.... Clang seemingly does not have working function multiver...
2019-02-17 Steinar H.... Fix display of out padding points.
2019-02-15 Steinar H.... Enable function multiversioning for memcpy_interleaved().
2019-02-14 Steinar H.... Add MJPEG export metrics.
2019-02-14 Steinar H.... Increase the MJPEG encoding queue size by a lot.
2019-02-13 Steinar H.... Add support for aborting playing a clip early.
2019-02-13 Steinar H.... Fix an overflow issue with long (>= 10 min) clips.
2019-01-29 Steinar H.... Add basic Futatabi documentation to the README.
2019-01-29 Steinar H.... Split cue padding into separate in and out settings.
2019-01-22 Steinar H.... Fix overly aggressive snapping at very low speeds.
2019-01-19 Steinar H.... Release Nageru and Futatabi 1.8.2. 1.8.2
2019-01-19 Steinar H.... Add Yngve's copyright to the README.
2019-01-19 Steinar H.... Work around a crash on exit.
2019-01-19 Steinar H.... Add a MIDI mapping editor for Futatabi.
2019-01-19 Steinar H.... Make the master light speed maximum inclusive instead...
2019-01-19 Steinar H.... Move controller_spin_box.h to shared, so that the upcom...
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.
next