]> git.sesse.net Git - nageru/shortlog
nageru
2016-11-24 Steinar H.... Release Nageru 1.4.2. 1.4.2
2016-11-22 Steinar H.... Don't bother making AVPackets if x264 has no data for us.
2016-11-22 Steinar H.... Fix a thread race that would sometimes cause x264 strea...
2016-11-09 Steinar H.... Fix a window title.
2016-11-06 Steinar H.... Release Nageru 1.4.1. 1.4.1
2016-11-06 Steinar H.... Recommend Movit 1.4.0 in the README (fixes some threadi...
2016-11-05 Steinar H.... Fix a race during startup.
2016-11-01 Steinar H.... Update on the libusb status; much better now.
2016-10-31 Steinar H.... If EGL initialization fails, print a friendlier error...
2016-10-31 Steinar H.... Fix an issue with streaming the NUT mux to HTTP.
2016-10-31 Steinar H.... Fix a segfault on bmusb hotplug in simple audio mode.
2016-10-26 Steinar H.... Release Nageru 1.4.0. 1.4.0
2016-10-25 Steinar H.... Fix a missing break in a switch.
2016-10-25 Steinar H.... Check the return value of writing to the eventfd.
2016-10-25 Steinar H.... Fix some missing targets in clean.
2016-10-25 Steinar H.... Add some missing non-implicit dependencies to the Makefile.
2016-10-25 Steinar H.... Various Makefile tweaks (mostly related to cleaning...
2016-10-25 Steinar H.... Clean .pb.{cc,h} files on make clean.
2016-10-25 Steinar H.... Final touch before release: Remove the MIDI controller...
2016-10-25 Steinar H.... Make the compression meter nonlinear.
2016-10-25 Steinar H.... Split out the piecewise linear interpolation code into...
2016-10-25 Steinar H.... Fix some UI work being done on the non-UI thread.
2016-10-25 Steinar H.... Allow using control 0.
2016-10-25 Steinar H.... Don't try to set up MIDI mapper highlights before the...
2016-10-25 Steinar H.... Change the auto-gain stopping criterion to be on correc...
2016-10-25 Steinar H.... Give the makeup gain control a bit more useful range...
2016-10-25 Steinar H.... Re-run include-what-you-use.
2016-10-25 Steinar H.... Update the README for the new sound features.
2016-10-25 Steinar H.... Add a sample MIDI mapping for Akai MIDImix.
2016-10-25 Steinar H.... Add mute buttons.
2016-10-25 Steinar H.... Fix an issue where silent buses were only partially...
2016-10-25 Steinar H.... Add scroll bars to the audio strips if needed.
2016-10-25 Steinar H.... Don't highlight any controllers if no MIDI controller...
2016-10-25 Steinar H.... Make the master peak display clickable, like all the...
2016-10-25 Steinar H.... Add support for feedback lights (LEDs) on MIDI controllers.
2016-10-25 Steinar H.... Add the two final missing MIDI mappings, namely buttons...
2016-10-25 Steinar H.... Highlight which controllers have currently active MIDI...
2016-10-25 Steinar H.... When having guessed a bus, focus on the next one.
2016-10-22 Steinar H.... Make sure MIDI mapping extrapolation doesn't give out...
2016-10-22 Steinar H.... Support group-local extrapolation in the MIDI mapping...
2016-10-22 Steinar H.... Make the guess button work.
2016-10-22 Steinar H.... Implement auto-training controllers in the MIDI input...
2016-10-22 Steinar H.... Make the save and load buttons in the MIDI mapping...
2016-10-22 Steinar H.... Add an editor for the MIDI mappings.
2016-10-22 Steinar H.... Listen on all MIDI ports (including hotplug).
2016-10-22 Steinar H.... Rewrite the ALSA sequencer input loop.
2016-10-19 Steinar H.... Add support for controlling the audio using a MIDI...
2016-10-19 Steinar H.... Shut down the ALSA inotify thread using an eventfd...
2016-10-19 Steinar H.... Make NonlinearFader work with fixed 0..1000 range,...
2016-10-19 Steinar H.... Interpolate gain changes smoothly, reusing the gain...
2016-10-19 Steinar H.... Reenable simple audio.
2016-10-19 Steinar H.... Make it possible to use PgUp/PgDown to switch audio...
2016-10-19 Steinar H.... Do not use the timing of dropped frames as part of...
2016-10-19 Steinar H.... Interpolate EQ changes smoothly, just like volume changes.
2016-10-19 Steinar H.... Shut down the ALSA probe retry threads cleanly on exit.
2016-10-19 Steinar H.... Shut down the ALSA inotify thread cleanly on exit.
2016-10-19 Steinar H.... Move ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H.... Let settings follow buses when editing the mapping.
2016-10-19 Steinar H.... Actually set the fader positions when making the views...
2016-10-19 Steinar H.... Make it possible to load an audio input mapping on...
2016-10-19 Steinar H.... Make it possible to load/save input mappings.
2016-10-19 Steinar H.... Move InputMapping and friends into its own header file.
2016-10-19 Steinar H.... Rename “name” to “display name”.
2016-10-19 Steinar H.... Make sure AudioDevice::name is set for ALSA cards,...
2016-10-19 Steinar H.... Update to a bmusb version where fake cards output 8...
2016-10-19 Steinar H.... Update the UI with state changes and new ALSA cards...
2016-10-19 Steinar H.... Unplug ALSA cards as soon as we get the inotify message.
2016-10-19 Steinar H.... If a dead device comes back, put it into the right...
2016-10-19 Steinar H.... When we stop capturing from an ALSA card, close the...
2016-10-19 Steinar H.... When an ALSA input goes away, replace it by silence.
2016-10-19 Steinar H.... Make ALSA initialization errors fail-soft.
2016-10-19 Steinar H.... Support limited ALSA hotplug.
2016-10-19 Steinar H.... Refactor ALSA code in preparation for hotplug.
2016-10-19 Steinar H.... Add a global variable for the audio mixer; it was getti...
2016-10-19 Steinar H.... Update the zita-reampler SSE2 patch.
2016-10-19 Steinar H.... Set a default locut cutoff, for the benchmark.
2016-10-19 Steinar H.... Fix an issue where cutoff would not be properly marked...
2016-10-19 Steinar H.... Hook up the EQ controls and labels.
2016-10-19 Steinar H.... Implement the EQ in AudioMixer. (No UI yet.)
2016-10-19 Steinar H.... Add support for EQ filters to the Filter class.
2016-10-19 Steinar H.... Make it possible to click the bus peak label to reset it.
2016-10-19 Steinar H.... When the fader is moved, interpolate its volume over...
2016-10-19 Steinar H.... Show historic peak of each bus under the peak meter.
2016-10-19 Steinar H.... Replace the R128 meters for each channel with a digital...
2016-10-19 Steinar H.... Split VUMeter into a left and right side, so one can...
2016-10-19 Steinar H.... Remove an (easily-predictable) branch from the StereoCo...
2016-10-19 Steinar H.... Add a correctness test to the audio benchmark.
2016-10-19 Steinar H.... Add some low-volume 24-bit data to the benchmark, for...
2016-10-19 Steinar H.... Fix a small theoretical inefficiency; does not actually...
2016-10-19 Steinar H.... Save another ~1% on the audio benchmark, by dealing...
2016-10-19 Steinar H.... Tiny audio optimization (~1%) by making an SSE version...
2016-10-19 Steinar H.... Add a benchmark for a simple audio chain; easier than...
2016-10-19 Steinar H.... Make the compression meters work.
2016-10-19 Steinar H.... Make reference level of VUMeter and LRAMeter adjustable.
2016-10-19 Steinar H.... Make min/max level of VUMeter and LRAMeter adjustable.
2016-10-19 Steinar H.... Remove obsolete comment.
2016-10-19 Steinar H.... Small refactoring in the audio level callback API.
2016-10-19 Steinar H.... Make it clearer that the cutoff knob affects the channe...
2016-10-19 Steinar H.... Move the gain staging and compressors into each bus...
2016-10-19 Steinar H.... Move the lo-cut into each bus.
next