]> git.sesse.net Git - nageru/shortlog
nageru
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...
2015-10-05 Steinar H.... Fix edge clamping behavior with out self-allocated...
2015-10-05 Steinar H.... Drop writing the dump.h264 file; our muxing is okay...
2015-10-05 Steinar H.... Reinstate 16 audio frames (should match video).
2015-10-05 Steinar H.... Import latest bmusb.
2015-10-05 Steinar H.... Move some render targets to 16-bit RGB to save texture...
2015-10-05 Steinar H.... Use the new Movit functionality to save a texture uploa...
2015-10-05 Steinar H.... Fix USB buffer size.
2015-10-05 Steinar H.... Hook up the preview window to a different chain.
2015-10-04 Steinar H.... Prepare for multiple output channels from the mixer.
2015-10-04 Steinar H.... Make the Mixer own the resource pool, as we will be...
2015-10-04 Steinar H.... Clean up the surface stuff in Mixer, now that we have...
2015-10-04 Steinar H.... Move chroma subsampling into its own function.
2015-10-04 Steinar H.... Get rid of the ugly allocate-a-dummy-frame trick.
2015-10-04 Steinar H.... Move the allocators into CaptureCard.
2015-10-04 Steinar H.... Cleanup in Mixer.
2015-10-04 Steinar H.... Move all mixer stuff into a class.
2015-10-04 Steinar H.... Run IWYU (plus lots of manual fiddling).
2015-10-04 Steinar H.... Hook up the cut button to something that is not really...
2015-10-04 Steinar H.... Better aspect ratio to begin with -- hotfix until we...
2015-10-04 Steinar H.... Makefile cleanups.
2015-10-04 Steinar H.... Use QGLWidget instead of QOpenGLWidget, as the latter...
2015-10-04 Steinar H.... Fix a compile error related to gl.h choices.
2015-10-04 Steinar H.... Fix a warning.
2015-10-04 Steinar H.... Hook up display (via a separate RGBA texture) to the UI.
2015-10-04 Steinar H.... Fiddle a bit to get epoxy and Qt to work better together.
2015-10-04 Steinar H.... Add a wrapper to make fences refcounted, as we will...
2015-10-04 Steinar H.... Take the Movit shader directory from pkg-config.
2015-10-03 Steinar H.... Remove some unused variables.
2015-10-03 Steinar H.... Change some names in the .ui file.
2015-10-03 Steinar H.... Change some sizes.
2015-10-03 Steinar H.... Add a clean target.
2015-10-03 Steinar H.... Introduce a rudimentary main GUI (not wired up yet).
next