2016-01-22 |
Steinar H. Gunderson | Make signal mapping changeable by right-clicking on... |
blob | commitdiff | raw |
2016-01-21 |
Steinar H. Gunderson | Mark API entry points in theme.lua clearly as such. |
blob | commitdiff | raw | diff to current |
2016-01-10 |
Steinar H. Gunderson | Fix a syntax error in the theme. |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Steinar H. Gunderson | Fix an issue where we could get remap warnings and... |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Steinar H. Gunderson | Do value massaging for interlaced signals right at... |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Steinar H. Gunderson | Make side-by-side handle other inputs than 1280x720. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Steinar H. Gunderson | Also show the frame rate. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Steinar H. Gunderson | Show the current resolution next to the inputs. |
blob | commitdiff | raw | diff to current |
2015-12-24 |
Steinar H. Gunderson | Do not compile the non-HQ fade chains, since we do... |
blob | commitdiff | raw | diff to current |
2015-12-24 |
Steinar H. Gunderson | Add rescaling variants to all the chains in the theme. |
blob | commitdiff | raw | diff to current |
2015-12-24 |
Steinar H. Gunderson | Make a Lua function for enumerating the cartesian produ... |
blob | commitdiff | raw | diff to current |
2015-12-24 |
Steinar H. Gunderson | Refactor the fade chain generation a bit. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Refactor the SBS chain generation a bit. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Transparently send signals through a deinterlacer as... |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Shorten white_balance_effect in the Lua code. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Unify video-to-video and video-to-picture fade chains. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Redo get_width/get_height to not work on a LiveInputWra... |
blob | commitdiff | raw | diff to current |
2015-11-21 |
Steinar H. Gunderson | Open up for inputs that are different from the native... |
blob | commitdiff | raw | diff to current |
2015-11-04 |
Steinar H. Gunderson | Add a static image input (fixed to 1280x720 for now... |
blob | commitdiff | raw | diff to current |
2015-11-04 |
Steinar H. Gunderson | More theme cleanups, especially around fades. |
blob | commitdiff | raw | diff to current |
2015-11-04 |
Steinar H. Gunderson | Clean up the theme.lua signal numbers a bit by making... |
blob | commitdiff | raw | diff to current |
2015-11-03 |
Steinar H. Gunderson | Hook up white balance into the theme. |
blob | commitdiff | raw | diff to current |
2015-11-02 |
Steinar H. Gunderson | Make some labels and a white balance button per preview... |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Steinar H. Gunderson | Use the new texture bounce override instead of relying... |
blob | commitdiff | raw | diff to current |
2015-10-25 |
Steinar H. Gunderson | Remove a debug output. |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Steinar H. Gunderson | Support arbitrary SBS zooming (ie., zooming in on the... |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Steinar H. Gunderson | Make the fade look maybe a tad more natural. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up MixEffect, and add fades to the theme. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Wire the transition names through to the UI. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Flesh out the zooming logic in the theme. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up the channel click events. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up a third input, the SBS mix. Required hooking... |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | De-semicolonify the theme. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Make an optimization to the zoombox in the theme. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up some timers for the Lua theme, and make a more... |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Even more Lua SBS cleanups/generalizations. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Some cleanups in the Lua SBS code. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Move the side-by-side logic into Lua. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook over OverlayEffect, and make add_effect() take... |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up IntegralPaddingEffect. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up PaddingEffect. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up ResampleEffect, and generalize things a bit. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Improve the help in the theme a bit. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Ask the Lua script for number of channels. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up the cut button to Lua, so that it actually... |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up the rest of the chains from Lua, too. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Initial implementation of moving the theming logic... |
blob | commitdiff | raw | diff to current |
|