]> git.sesse.net Git - nageru/shortlog
nageru
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).
2015-10-03 Steinar H.... Remove some TODO.
2015-10-03 Steinar H.... Do not release input frames until we are (definitely...
2015-10-03 Steinar H.... Remove unused stuff from the mixer.
2015-10-03 Steinar H.... Drop the version dependent reading; always use 130.
2015-10-03 Steinar H.... Clean mixer thread shutdown.
2015-10-03 Steinar H.... Initial checkin.