]> git.sesse.net Git - nageru/history - theme.h
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / theme.h
2018-02-26 Steinar H. GundersonMake compiling with CEF optional.
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2017-06-28 Steinar H. GundersonFix a use-after-free when using video inputs. Found...
2017-06-15 Steinar H. GundersonMake separate latencies per card, instead of just min...
2017-05-28 Steinar H. GundersonExpose choosing video pixel format to Lua.
2017-05-13 Steinar H. GundersonMake it possible for the user to select Rec. 601/709...
2017-04-21 Steinar H. GundersonChange from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-12 Steinar H. GundersonAdd support for FFmpeg inputs.
2017-04-12 Steinar H. GundersonMove NonBouncingYCbCrInput into its own header file.
2017-04-12 Steinar H. GundersonAdd support for RGBA frame types.
2017-04-12 Steinar H. GundersonGive frames a pixel format.
2017-04-11 Steinar H. GundersonRemove the declaration of a nonexisting member function.
2017-04-08 Steinar H. GundersonComment LiveInputWrapper slightly better.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-07-26 Steinar H. GundersonSupport searching for the theme in multiple directories.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-01-31 Steinar H. GundersonFix Lua compilation issues under Arch Linux. Patch...
2016-01-22 Steinar H. GundersonMake signal mapping changeable by right-clicking on...
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-12-24 Steinar H. GundersonUse the shared resource pool everywhere.
2015-12-23 Steinar H. GundersonTransparently send signals through a deinterlacer as...
2015-12-23 Steinar H. GundersonRedo get_width/get_height to not work on a LiveInputWra...
2015-12-22 Steinar H. GundersonExpose width and height information to Lua during get_c...
2015-12-22 Steinar H. GundersonRemove unused member.
2015-11-23 Steinar H. GundersonRedo frame buffering again.
2015-11-22 Steinar H. GundersonRework signal connection in preparations for deinterlacing.
2015-11-21 Steinar H. GundersonOpen up for inputs that are different from the native...
2015-11-03 Steinar H. GundersonHook up white balance into the theme.
2015-11-02 Steinar H. GundersonMake some labels and a white balance button per preview...
2015-11-01 Steinar H. GundersonReduce the warning storm a bit.
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonAdd some primitive emergency card mapping. Useful for...
2015-11-01 Steinar H. GundersonMake Theme::register_class() private.
2015-11-01 Steinar H. GundersonUse the new texture bounce override instead of relying...
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-07 Steinar H. GundersonHook up PaddingEffect.
2015-10-07 Steinar H. GundersonAsk the Lua script for number of channels.
2015-10-07 Steinar H. GundersonHook up the cut button to Lua, so that it actually...
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...