]> git.sesse.net Git - nageru/shortlog
nageru
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).
2015-10-31 Steinar H.... Rework the LRA and VU meters into something much more...
2015-10-31 Steinar H.... Some refactoring of common VU functions.
2015-10-31 Steinar H.... Fix meter display before we have any audio.
2015-10-31 Steinar H.... Add the beginnings of a loudness range meter.
2015-10-29 Steinar H.... Remove some now obsolete variables.
2015-10-29 Steinar H.... Add missing audio level callback code.
2015-10-29 Steinar H.... Set the peak meter to red when peaking.
2015-10-29 Steinar H.... Move the audio level logic into MainWindow, where it...
2015-10-29 Steinar H.... Set the right window title.
2015-10-29 Steinar H.... Remove obsolete class Window.
2015-10-29 Steinar H.... Various VU meter layout tweaks.
2015-10-29 Steinar H.... Add a peak display.
2015-10-29 Steinar H.... Show the +/-1 dB target range.
2015-10-29 Steinar H.... Fix VU meter range.
2015-10-29 Steinar H.... Add the beginnings of a very simple VU meter, based...
2015-10-27 Steinar H.... Various tweaks to the UI layout.
2015-10-26 Steinar H.... Various tweaks/fixes for the 16:9 forcing.
2015-10-26 Steinar H.... Better handling of the aspect ratio stuff. Still some...
2015-10-25 Steinar H.... Add a minimum size to all the buttons, so they jump...
2015-10-25 Steinar H.... Add some keyboard shortcuts for selecting preview.
2015-10-25 Steinar H.... Update bmusb submodule.
2015-10-25 Steinar H.... Unify muxing between the local file and networking.
2015-10-25 Steinar H.... Remove a debug output.
2015-10-25 Steinar H.... Remove a debug output.
2015-10-25 Steinar H.... Better multi-card support; index them by number instead...
2015-10-24 Steinar H.... Add a HTTP server for stream output.
2015-10-18 Steinar H.... Add an EXTRAHEIGHT define instead of hardcoding 30.
2015-10-18 Steinar H.... Use WIDTH and HEIGHT a few places instead of hard-coded...
2015-10-14 Steinar H.... Rework dts selection.
2015-10-13 Steinar H.... Rework entire pts handling.
2015-10-13 Steinar H.... Make the resampler zero out samples on underrun instead...
2015-10-13 Steinar H.... Ease logging a tiny bit.
2015-10-12 Steinar H.... Remove some unneeded std::.
2015-10-12 Steinar H.... Fix issues with the queue locking up when there is...
2015-10-12 Steinar H.... Be less verbose on overflow.
2015-10-12 Steinar H.... Yet more Makefile tweaks.
2015-10-12 Steinar H.... Add missing file timebase.h.
2015-10-12 Steinar H.... Various fixes to the Makefile.
2015-10-12 Steinar H.... Switch to getting bmusb from a submodule.
2015-10-11 Steinar H.... Support arbitrary SBS zooming (ie., zooming in on the...
2015-10-11 Steinar H.... Make the fade look maybe a tad more natural.
2015-10-11 Steinar H.... Drop frames if there are clearly too many samples ...
2015-10-11 Steinar H.... Make quitting a tad bit more robust.
2015-10-11 Steinar H.... Decide pts in the mixer instead of in the encoder.
2015-10-11 Steinar H.... Activate B-frames.
2015-10-11 Steinar H.... Move back to mp4, now that everything seems to work...
2015-10-11 Steinar H.... Set dts for audio; evidently needed to unconfuse players.
2015-10-11 Steinar H.... Various fixes for out-of-order encoding (ie., B-frames...
2015-10-11 Steinar H.... Compile with -Werror.
2015-10-11 Steinar H.... Slightly more robust Lua error handling.
2015-10-11 Steinar H.... Switch to mkv for the time being.
2015-10-11 Steinar H.... Send audio all the way through to the encoder and muxer.
2015-10-11 Steinar H.... Update loop filter to take into account ratio; based...
2015-10-11 Steinar H.... Clean up some interfaces internal to H264Encoder.
2015-10-10 Steinar H.... Add a resampler module, as start of sound support.
2015-10-10 Steinar H.... Fix a warning.
2015-10-08 Steinar H.... Hook up MixEffect, and add fades to the theme.
2015-10-08 Steinar H.... Fix a warning.
2015-10-08 Steinar H.... Set output YCbCr to 709; input might be 601 (which...
2015-10-08 Steinar H.... Wire the transition names through to the UI.
2015-10-08 Steinar H.... Flesh out the zooming logic in the theme.
next