]> git.sesse.net Git - nageru/shortlog
nageru
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.
2015-10-08 Steinar H.... Hook up all three transition buttons to the theme.
2015-10-08 Steinar H.... Hook up the channel click events.
2015-10-08 Steinar H.... Hook up a third input, the SBS mix. Required hooking...
2015-10-08 Steinar H.... Yet more quitting fixes. Still not quite there.
2015-10-08 Steinar H.... Fix a crash on exit.
2015-10-08 Steinar H.... De-semicolonify the theme.
2015-10-08 Steinar H.... Make an optimization to the zoombox in the theme.
2015-10-08 Steinar H.... Hook up some timers for the Lua theme, and make a more...
2015-10-07 Steinar H.... Even more Lua SBS cleanups/generalizations.
2015-10-07 Steinar H.... Some cleanups in the Lua SBS code.
2015-10-07 Steinar H.... Work around a crash caused by GC.
2015-10-07 Steinar H.... Move the side-by-side logic into Lua.
2015-10-07 Steinar H.... Print out errors in the setup chain callback.
2015-10-07 Steinar H.... Add set_vec4, and yet more fixes for add_effect in...
2015-10-07 Steinar H.... Hook over OverlayEffect, and make add_effect() take...
2015-10-07 Steinar H.... Hook up IntegralPaddingEffect.
2015-10-07 Steinar H.... Hook up PaddingEffect.
2015-10-07 Steinar H.... Hook up ResampleEffect, and generalize things a bit.
2015-10-07 Steinar H.... Improve the help in the theme a bit.
2015-10-07 Steinar H.... Ask the Lua script for number of channels.
2015-10-07 Steinar H.... Hook up the cut button to Lua, so that it actually...
2015-10-07 Steinar H.... Hook up the rest of the chains from Lua, too.
2015-10-07 Steinar H.... Initial implementation of moving the theming logic...
2015-10-06 Steinar H.... Twiddle some aspect ratios.
2015-10-06 Steinar H.... Hook up the last previews.
2015-10-06 Steinar H.... Remove the now unused preview size setting.
2015-10-06 Steinar H.... Use Movit also for the display logic; a bit more setup...
2015-10-06 Steinar H.... Refcount the input frames directly instead of trying...
next