]> git.sesse.net Git - nageru/history - theme.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / theme.cpp
2018-05-05 Steinar H. GundersonFix an issue where 1080i inputs would be autodetected...
2018-04-24 Steinar H. GundersonIf the user inadvertedly calls connect_signal() on...
2018-04-21 Steinar H. GundersonFix a problem where the previews would flicker.
2018-04-14 Steinar H. GundersonAdd a feature on VideoInput to interrupt the playing...
2018-03-01 Steinar H. GundersonExpose the absolute path to the theme in Nageru.THEME_PATH.
2018-03-01 Steinar H. GundersonAdd resize(), so that HTML inputs do not need to be...
2018-03-01 Steinar H. GundersonProperly take the Lua lock when processing menu callbacks.
2018-02-28 Steinar H. GundersonFix compilation with LuaJIT 2.0 (which Debian stretch...
2018-02-26 Steinar H. GundersonFix an issue where you could not give an absolute path...
2018-02-26 Steinar H. GundersonAdd a system where themes can present a simple menu...
2018-02-26 Steinar H. GundersonMake compiling with CEF optional.
2018-02-26 Steinar H. GundersonImplement HTMLInput::execute_javascript_async().
2018-02-26 Steinar H. GundersonImplement HTMLInput::set_max_fps().
2018-02-26 Steinar H. GundersonImplement HTMLInput::reload().
2018-02-26 Steinar H. GundersonImplement HTMLInput::set_url().
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2017-11-09 Steinar H. GundersonRemove some random unneeded memory allocations.
2017-06-28 Steinar H. GundersonFix a use-after-free when using video inputs. Found...
2017-06-15 Steinar H. GundersonTighten up the Movit #include paths a bit; fixes compil...
2017-05-28 Steinar H. GundersonExpose choosing video pixel format to Lua.
2017-05-21 Steinar H. GundersonAdd support for decoding video as Y'CbCr. Not activated...
2017-05-13 Steinar H. GundersonMake it possible for the user to select Rec. 601/709...
2017-04-29 Steinar H. GundersonExpose the video input signals to the theme, so that...
2017-04-22 Steinar H. GundersonFix an assertion failure when moving an input from...
2017-04-21 Steinar H. GundersonChange from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-14 Steinar H. GundersonAdd support for changing the playback rate.
2017-04-13 Steinar H. GundersonAdd a Lua function to rewind the video.
2017-04-12 Steinar H. GundersonAdd support for FFmpeg inputs.
2017-04-12 Steinar H. GundersonMake sure our uploaded RGBA textures can deal with...
2017-04-12 Steinar H. GundersonAdd support for RGBA frame types.
2017-04-12 Steinar H. GundersonGive frames a pixel format.
2017-03-16 Steinar H. GundersonIf not using VA-API zerocopy, don't write extra copy...
2017-03-13 Steinar H. GundersonSupport 10-bit x264 output.
2017-03-08 Steinar H. GundersonSupport switching Y'CbCr coefficients midway, which...
2017-03-08 Steinar H. GundersonDisplay a copy of the Y'CbCr images instead of an RGB56...
2017-02-21 Steinar H. GundersonSupport 10-bit capture, both on bmusb and on DeckLink...
2017-02-19 Steinar H. GundersonSet num_levels correctly on the input format.
2017-01-23 Steinar H. GundersonMake the default input mapping ignore the output card.
2017-01-18 Steinar H. GundersonAdd support for DeckLink HDMI/SDI output.
2017-01-15 Steinar H. GundersonAdd a flag to output Y'CbCr using Rec. 709 coefficients.
2017-01-09 Steinar H. GundersonMove chroma subsampling into its own class.
2016-12-04 Steinar H. GundersonMake it possible to set width/height on the command...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-07-26 Steinar H. GundersonSupport searching for the theme in multiple directories.
2016-07-21 Steinar H. GundersonLet the theme distinguish between fake and real inputs...
2016-05-02 Steinar H. GundersonBetter error messages when channel_name/channel_color...
2016-05-01 Steinar H. GundersonAdd an option --map-signal= to override the default...
2016-04-09 Steinar H. GundersonSlightly better error message when get_chain() returns...
2016-04-09 Steinar H. GundersonExpose MultiplyEffect to themes.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-02-27 Steinar H. GundersonUse the new has_signal flag.
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-21 Steinar H. GundersonSmall refactoring.
2016-01-06 Steinar H. GundersonRemove more std:: instances.
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-12-30 Steinar H. GundersonAlso show the frame rate.
2015-12-30 Steinar H. GundersonFix a typo.
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. GundersonMake a metadata-only version of InputState to be sent...
2015-12-23 Steinar H. GundersonDo signal mapping in get_width/get_height.
2015-12-23 Steinar H. GundersonRedo get_width/get_height to not work on a LiveInputWra...
2015-12-23 Steinar H. GundersonAdd some maybe-helpful comments.
2015-12-22 Steinar H. GundersonExpose width and height information to Lua during get_c...
2015-12-22 Steinar H. GundersonSmall helpful comment.
2015-11-23 Steinar H. GundersonRedo frame buffering again.
2015-11-22 Steinar H. GundersonRemove an unused variable.
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-16 Steinar H. GundersonMove WIDTH/HEIGHT #defines into defs.h.
2015-11-14 Steinar H. GundersonFix a memory leak in the Lua code.
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...
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. GundersonSpecify unspecified gamma instead of lying and saying...
2015-11-01 Steinar H. GundersonSwitch to BT.601 Y'CbCr coefficients and back to limite...
2015-11-01 Steinar H. GundersonSwitch default gamma input curve to Rec. 709.
2015-11-01 Steinar H. GundersonMake output full-range, which seems to fix the issues...
2015-11-01 Steinar H. GundersonFix a bunch of colorspace issues, after practical testi...
2015-11-01 Steinar H. GundersonFix some Lua stack imbalances.
2015-11-01 Steinar H. GundersonUse the new texture bounce override instead of relying...
2015-11-01 Steinar H. GundersonRemove a debug printf.
2015-10-11 Steinar H. GundersonSlightly more robust Lua error handling.
2015-10-08 Steinar H. GundersonHook up MixEffect, and add fades to the theme.
2015-10-08 Steinar H. GundersonSet output YCbCr to 709; input might be 601 (which...
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-08 Steinar H. GundersonHook up a third input, the SBS mix. Required hooking...
2015-10-07 Steinar H. GundersonWork around a crash caused by GC.
2015-10-07 Steinar H. GundersonPrint out errors in the setup chain callback.
2015-10-07 Steinar H. GundersonAdd set_vec4, and yet more fixes for add_effect in...
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.
next