]> git.sesse.net Git - nageru/shortlog
nageru
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.