]> git.sesse.net Git - nageru/history - theme.lua
Transparently send signals through a deinterlacer as needed.
[nageru] / theme.lua
2015-12-23 Steinar H. GundersonTransparently send signals through a deinterlacer as...
2015-12-23 Steinar H. GundersonShorten white_balance_effect in the Lua code.
2015-12-23 Steinar H. GundersonUnify video-to-video and video-to-picture fade chains.
2015-12-23 Steinar H. GundersonRedo get_width/get_height to not work on a LiveInputWra...
2015-11-21 Steinar H. GundersonOpen up for inputs that are different from the native...
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...
2015-11-04 Steinar H. GundersonMore theme cleanups, especially around fades.
2015-11-04 Steinar H. GundersonClean up the theme.lua signal numbers a bit by making...
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. GundersonUse the new texture bounce override instead of relying...
2015-10-25 Steinar H. GundersonRemove a debug output.
2015-10-11 Steinar H. GundersonSupport arbitrary SBS zooming (ie., zooming in on the...
2015-10-11 Steinar H. GundersonMake the fade look maybe a tad more natural.
2015-10-08 Steinar H. GundersonHook up MixEffect, and add fades to the theme.
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonFlesh out the zooming logic in the theme.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-08 Steinar H. GundersonHook up a third input, the SBS mix. Required hooking...
2015-10-08 Steinar H. GundersonDe-semicolonify the theme.
2015-10-08 Steinar H. GundersonMake an optimization to the zoombox in the theme.
2015-10-08 Steinar H. GundersonHook up some timers for the Lua theme, and make a more...
2015-10-07 Steinar H. GundersonEven more Lua SBS cleanups/generalizations.
2015-10-07 Steinar H. GundersonSome cleanups in the Lua SBS code.
2015-10-07 Steinar H. GundersonMove the side-by-side logic into Lua.
2015-10-07 Steinar H. GundersonHook over OverlayEffect, and make add_effect() take...
2015-10-07 Steinar H. GundersonHook up IntegralPaddingEffect.
2015-10-07 Steinar H. GundersonHook up PaddingEffect.
2015-10-07 Steinar H. GundersonHook up ResampleEffect, and generalize things a bit.
2015-10-07 Steinar H. GundersonImprove the help in the theme a bit.
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. GundersonHook up the rest of the chains from Lua, too.
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...