]> git.sesse.net Git - nageru/shortlog
nageru
2015-11-17 Steinar H.... Fix y_offset calculation if we should change the PBO...
2015-11-17 Steinar H.... Adapt to the new decode_video_format() prototype.
2015-11-17 Steinar H.... Some restructuring in the offsets to make it less cryptic.
2015-11-17 Steinar H.... Fix a hard-coded offset constant.
2015-11-17 Steinar H.... If we reset the resampling queue, do not try to add...
2015-11-17 Steinar H.... Add a paranoia assert.
2015-11-17 Steinar H.... Rework silence handling a bit; in particular, if num_sa...
2015-11-17 Steinar H.... Better diagnostics when the time code is changing.
2015-11-17 Steinar H.... Fix a crash bug when avcodec_fill_audio_frame() decided...
2015-11-16 Steinar H.... Use the new decode_video_format() function from bmusb.
2015-11-16 Steinar H.... Rename a local variable for clarity.
2015-11-16 Steinar H.... Make the implausible audio length check work with lower...
2015-11-16 Steinar H.... Add an extra byte of headroom to the buffer so that...
2015-11-16 Steinar H.... Support true variable input frame rate instead of hard...
2015-11-16 Steinar H.... Move WIDTH/HEIGHT #defines into defs.h.
2015-11-15 Steinar H.... Reduce the default cutoff a bit; we have no instruments...
2015-11-15 Steinar H.... Do some ALSA tweaks that will hopefully get rid of...
2015-11-15 Steinar H.... Move audio processing into a thread, since it seems...
2015-11-15 Steinar H.... Fix a leak in RefCountedFrame.
2015-11-14 Steinar H.... More consistent H.264 leak fixes.
2015-11-14 Steinar H.... Minor updates to the README.
2015-11-14 Steinar H.... Fix a leak in the H.264 encoder.
2015-11-14 Steinar H.... Fix a memory leak in the Lua code.
2015-11-14 Steinar H.... Fix some leaks in ImageInput.
2015-11-14 Steinar H.... Fix a memory leak in audio encoding.
2015-11-14 Steinar H.... Update bmusb.
2015-11-14 Steinar H.... Kill the H.264 encoder a bit earlier during shutdown...
2015-11-14 Steinar H.... Switch to uncompressed (32-bit) PCM. Saves a little...
2015-11-14 Steinar H.... Make the muxing buffer configurable, and 10 MB (since...
2015-11-14 Steinar H.... Add an option to defs.h to set ffmpeg mux options.
2015-11-14 Steinar H.... Move some muxing parameters out into defs.h.
2015-11-14 Steinar H.... Move audio codec choice into defs.h.
2015-11-11 Steinar H.... Precalculate the VU/LRA meter images as pixmaps, since...
2015-11-11 Steinar H.... Rate-limit VU and LRA meter updates.
2015-11-11 Steinar H.... Optimize the compressor a lot by making our own makeshi...
2015-11-10 Steinar H.... Add a soundcard output via ALSA.
2015-11-09 Steinar H.... Update README with the latest features.
2015-11-09 Steinar H.... Move the limiter after the compressor; since it is...
2015-11-09 Steinar H.... Tweak the limiter by ear; increase the headroom so...
2015-11-09 Steinar H.... Fetch default threshold displays from the mixer.
2015-11-09 Steinar H.... Add some GUI elements (hooked up) to help tuning the...
2015-11-08 Steinar H.... Implement oversampled peak detection.
2015-11-08 Steinar H.... Rename Resampler to ResamplingQueue, to avoid conflicts...
2015-11-08 Steinar H.... Tweak the limiter a bit.
2015-11-08 Steinar H.... Correct a dB comment.
2015-11-08 Steinar H.... Hook up the reset meters button.
2015-11-08 Steinar H.... Move some lambdas in MainWindow out into real functions.
2015-11-08 Steinar H.... Remove some std::.
2015-11-08 Steinar H.... Include the limiter and the main compressor. Still...
2015-11-08 Steinar H.... Hook up the lo-cut knob. A bit crude for now, though.
2015-11-08 Steinar H.... Make the level compressor much slower.
2015-11-08 Steinar H.... Remove a sort-of obsolete TODO.
2015-11-08 Steinar H.... Do the UI changes always in the main thread.
2015-11-08 Steinar H.... Display auto-gain-staging in the UI.
2015-11-08 Steinar H.... Name the parameters in audio_level_callback_t.
2015-11-08 Steinar H.... Update bmusb.
2015-11-07 Steinar H.... Some tweaks to the preview displays.
2015-11-07 Steinar H.... Start an audio strip, and rework some of the layout...
2015-11-07 Steinar H.... Add a 150 Hz lo-cut filter in front of the compressor.
2015-11-06 Steinar H.... Finally add defines for sample rate and fps (although...
2015-11-06 Steinar H.... Rename compressor to level_compressor.
2015-11-06 Steinar H.... Add a compressor (kindly relicensed by Rune Holm)....
2015-11-05 Steinar H.... Some small restructuring in the audio code.
2015-11-05 Steinar H.... Remove an unused member.
2015-11-05 Steinar H.... Some the audio handling into its own function.
2015-11-05 Steinar H.... Set pixel format on contexts we create; fixes issues...
2015-11-04 Steinar H.... Add a static image input (fixed to 1280x720 for now...
2015-11-04 Steinar H.... More theme cleanups, especially around fades.
2015-11-04 Steinar H.... Clean up the theme.lua signal numbers a bit by making...
2015-11-03 Steinar H.... Some typo fixes.
2015-11-03 Steinar H.... Fix repeated WB clicks.
2015-11-03 Steinar H.... Hook up white balance into the theme.
2015-11-02 Steinar H.... Use std::bind instead of the QSignalMapper, since evide...
2015-11-02 Steinar H.... Switch to typesafe signals and slots, even though the...
2015-11-02 Steinar H.... Make some labels and a white balance button per preview...
2015-11-02 Steinar H.... Generalize NUM_OUTPUTS a bit.
2015-11-02 Steinar H.... Remove some debugging.
2015-11-02 Steinar H.... Create the previews dynamically, in a number determined...
2015-11-01 Steinar H.... Reduce the warning storm a bit.
2015-11-01 Steinar H.... Re-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H.... Update to latest bmusb.
2015-11-01 Steinar H.... Add some primitive emergency card mapping. Useful for...
2015-11-01 Steinar H.... Make NUM_CARDS into a command-line flag.
2015-11-01 Steinar H.... Specify unspecified gamma instead of lying and saying...
2015-11-01 Steinar H.... Switch to BT.601 Y'CbCr coefficients and back to limite...
2015-11-01 Steinar H.... Switch default gamma input curve to Rec. 709.
2015-11-01 Steinar H.... Make output full-range, which seems to fix the issues...
2015-11-01 Steinar H.... Move the audio conversion to a slightly more logical...
2015-11-01 Steinar H.... Fix a bunch of colorspace issues, after practical testi...
2015-11-01 Steinar H.... Add some notes on GPU performance.
2015-11-01 Steinar H.... Fix some Lua stack imbalances.
2015-11-01 Steinar H.... Make Theme::register_class() private.
2015-11-01 Steinar H.... Add a README.
2015-11-01 Steinar H.... Add a simple .gitignore.
2015-11-01 Steinar H.... Use the new texture bounce override instead of relying...
2015-11-01 Steinar H.... Remove a debug printf.
2015-11-01 Steinar H.... Update the VU/LRA meters from the GUI thread; fixes...
2015-10-31 Steinar H.... Replace libebur128 with the R128 code from ebumeter.
2015-10-31 Steinar H.... Add some more check_error() calls, for debugging Mesa...
2015-10-31 Steinar H.... Use true peak, not sample peak (EBU R128 compliance).
next