]> git.sesse.net Git - nageru/shortlog
nageru
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.
2016-10-19 Steinar H.... Make the faders in the expanded audio view work.
2016-10-19 Steinar H.... Create buses in the expanded view. (Still inert.)
2016-10-19 Steinar H.... Hook up the controls on the second (full mode) page.
2016-10-19 Steinar H.... Add some pagination to the main window.
2016-10-19 Steinar H.... Add a UI file for the expanded audio interface.
2016-10-19 Steinar H.... Add support for ALSA devices that have no channel maps.
2016-10-19 Steinar H.... Make a non-linear fader for dB use. Not perfect yet...
2016-10-19 Steinar H.... Ask for the right number of channels when creating...
2016-10-19 Steinar H.... Hook up the per-bus VU meters.
2016-10-19 Steinar H.... Move the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H.... Fix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H.... Add support for ALSA inputs to the mixer.
2016-10-19 Steinar H.... Rename reset_device to reset_resampler.
2016-10-19 Steinar H.... Make the samples_card array capable of storing samples...
2016-10-19 Steinar H.... Consistently use “video card” instead of “card”.
2016-10-19 Steinar H.... Communicate number of channels to the input mapping...
2016-10-19 Steinar H.... Add a comment about hotswapping issues.
2016-10-19 Steinar H.... Prepare InputMappingDialog for arbitrary kinds of input...
2016-10-19 Steinar H.... Add some ALSA device enumeration code.
2016-10-19 Steinar H.... Add a class for ALSA audio input. (No enumeration yet.)
2016-10-19 Steinar H.... Small cleanup in AudioMixer::set_input_mapping().
2016-10-19 Steinar H.... Prepare for inputs of another frequency than the captur...
2016-10-19 Steinar H.... Add support for 16-bit audio.
2016-10-19 Steinar H.... Make AudioMixer ready for indexing on multiple types...
2016-10-19 Steinar H.... Make remove/up/down buttons work.
2016-10-19 Steinar H.... Refactor fill_audio_bus() into its own function.
2016-10-19 Steinar H.... Pick out the right channels when resampling.
2016-10-19 Steinar H.... Rename InputMapping::Input to InputMapping::Bus; it...
2016-10-19 Steinar H.... Make AudioMixer respect the input mapping.
2016-10-19 Steinar H.... Populate the audio miniview from the mapping.
2016-10-19 Steinar H.... Make most of the input mapping dialog actually work.
2016-10-19 Steinar H.... Tweak the look of the input mapping dialog box a bit.
2016-10-19 Steinar H.... Store an input mapping, and show it in the UI.
2016-10-19 Steinar H.... Add a beginning UI for mapping inputs. No logic connect...
2016-10-19 Steinar H.... Make the final makeup gain adjustment a little faster...
2016-10-19 Steinar H.... Fix a bug where the automatic makeup gain adjustment...
2016-10-19 Steinar H.... Actually activate the faders.
2016-10-19 Steinar H.... Make some common decibel macros.
2016-10-19 Steinar H.... Some minor IWYU work in mixer.h.
2016-10-19 Steinar H.... Move most of the audio processing logic from Mixer...
2016-10-19 Steinar H.... Mix all channels instead of just picking one (very...
2016-10-19 Steinar H.... Start adding some faders for the miniview (they don...
2016-10-19 Steinar H.... libbmusb-dev has been in testing for a while.
2016-09-28 Steinar H.... Make the UI show free disk space, and a rough estimatio...
2016-09-26 Steinar H.... Don't call avio_closep() unless we actually have an...
2016-09-26 Steinar H.... Remove an obsolete comment.
2016-09-23 Steinar H.... Fix a file descriptor leak.
2016-09-23 Steinar H.... Do not use the timing of dropped frames as part of...
2016-09-17 Steinar H.... Add the missing -I short option.
2016-09-10 Steinar H.... Use std::chrono for (almost) all time keeping.
2016-08-28 Steinar H.... More tweaks to the dB formatting.
2016-08-28 Steinar H.... Fix another bug in ResamplingQueue::get_output_samples...
2016-08-23 Steinar H.... Remove the last use of non-monotonic time.
2016-08-23 Steinar H.... Add unified functions for formatting dB values.
2016-08-13 Steinar H.... Make the VU meters less ugly at lower sizes, by antiali...
2016-08-13 Steinar H.... Simplify draw_vu_meter().
2016-08-13 Steinar H.... In ResamplingQueue::get_output_samples(), zero out...
2016-08-13 Steinar H.... Deal better with the HTTP port being busy.
2016-08-02 Steinar H.... ffmpeg #includes need to be in extern blocks.
2016-08-02 Steinar H.... Release Nageru 1.3.4. 1.3.4
2016-08-02 Steinar H.... Run IWYU on quicksync_encoder.{cpp,h}.
2016-08-01 Steinar H.... Fix an issue with changing video bitrate when x264...
2016-08-01 Steinar H.... Make the compressor constants single-precision; saves...
2016-08-01 Steinar H.... Fix an endianness issue.
2016-07-31 Steinar H.... Unbreak build.
2016-07-31 Steinar H.... Make ResamplingQueue work as expected for output freque...
2016-07-31 Steinar H.... Remove the -C flag from the getopt string.
2016-07-30 Steinar H.... Add a missing entry to .gitignore.
2016-07-30 Steinar H.... Update README with the current bmusb situation.
2016-07-30 Steinar H.... Correct an include guard.
2016-07-29 Steinar H.... Move peak finding to after makeup gain (it should reall...
2016-07-29 Steinar H.... Fix a 3 dB offset in audio conversion.
2016-07-29 Steinar H.... Support the new audio output from FakeCapture, with...
2016-07-29 Steinar H.... Unbreak the short option for --va-display.
2016-07-28 Steinar H.... Fix compilation for systems without SSE.
2016-07-27 Steinar H.... Release Nageru 1.3.3. 1.3.3
2016-07-27 Steinar H.... Remove unused field.
2016-07-27 Steinar H.... Update embedded bmusb to v0.5.
next