]> git.sesse.net Git - nageru/shortlog
nageru
2018-04-28 Steinar H.... Add the GPU memory metrics to the Grafana dashboard.
2018-04-28 Steinar H.... Upgrade the Grafana dashboard to 5.1.0.
2018-04-28 Steinar H.... Fix the names for the GPU memory metrics.
2018-04-28 Steinar H.... Expose metrics about used GPU memory (and also print...
2018-04-28 Steinar H.... Try to autodetect a suitable DRM node for VA-API if...
2018-04-28 Steinar H.... Remove some stray debugging code in the theme.
2018-04-27 Steinar H.... Loosen up an assert that would sometimes trigger when...
2018-04-27 Steinar H.... Make channel labels ignore their horizontal size policy.
2018-04-27 Steinar H.... Fix a crash when there are zero audio buses in multicha...
2018-04-26 Steinar H.... Fix a crash if somebody is trying to get metrics (or...
2018-04-26 Steinar H.... When grabbing the white balance, grab a single pixel...
2018-04-26 Steinar H.... Make the white balance picker more robust.
2018-04-26 Steinar H.... In the example Lua scripts, package up the state in...
2018-04-26 Steinar H.... Make the included Lua themes use strict-compliant.
2018-04-24 Steinar H.... Make the FFmpegCapture disconnected frames proper black.
2018-04-24 Steinar H.... If the user inadvertedly calls connect_signal() on...
2018-04-24 Steinar H.... Add the busy/dead bus labels more consistently.
2018-04-24 Steinar H.... Fix an issue where an ALSA card that was dead on boot...
2018-04-23 Steinar H.... In measure-x264.pl, allow single-digit SSIM levels.
2018-04-23 Steinar H.... Unbreak the context menu for non-FFmpeg channels.
2018-04-23 Steinar H.... Allow changing FFmpeg URL from the context menu.
2018-04-22 Steinar H.... Make the right-click menu legal on signals connected...
2018-04-22 Steinar H.... Simple audio inputs are on cards, not signals.
2018-04-22 Steinar H.... Add support for using FFmpeg video sources as audio.
2018-04-22 Steinar H.... Unbreak benchmark_audio_mixer.
2018-04-22 Steinar H.... Make FFmpegCapture reset the origin if it falls too...
2018-04-22 Steinar H.... Correct FFmpeg capture audio timestamps for non-locked...
2018-04-22 Steinar H.... Correct FFmpeg audio PTS.
2018-04-22 Steinar H.... Deliver more precise timestamps from FFmpegCapture.
2018-04-22 Steinar H.... Reset audio resampler when FFmpeg inputs restart due...
2018-04-22 Steinar H.... When outputting debug messages for an audio device...
2018-04-22 Steinar H.... Fix a crash when trying to load/save files and CEF...
2018-04-21 Steinar H.... Fix an issue where video inputs could send invalid...
2018-04-21 Steinar H.... Fix a few Clang warnings.
2018-04-21 Steinar H.... Add a concurrency TODO on RefCountedFrame.
2018-04-21 Steinar H.... Make so that the 0 key maps to preview of the 10th...
2018-04-21 Steinar H.... Fix a problem where the previews would flicker.
2018-04-20 Steinar H.... Small refactoring in PBOFrameAllocator.
2018-04-14 Steinar H.... Add a feature on VideoInput to interrupt the playing...
2018-04-11 Steinar H.... Remove an erroneous assert in ResamplingQueue.
2018-04-11 Steinar H.... Ask for no buffering when opening FFmpeg streams; we...
2018-04-11 Steinar H.... Make FFmpegCapture send semi-reasonable timestamps...
2018-04-07 Steinar H.... Revert "Simplify the timebase conversion in mux.cpp."
2018-04-04 Steinar H.... In Metacube, mark each keyframe with a pts metadata...
2018-03-26 Steinar H.... Release Nageru 1.7.1. 1.7.1
2018-03-24 Steinar H.... Simplify the timebase conversion in mux.cpp.
2018-03-24 Steinar H.... Fix an FFmpeg deprecation warning.
2018-03-24 Steinar H.... Fix a buffer overrun when compiled without CEF.
2018-03-24 Steinar H.... Sync bmusb (got inadvertedly rewound earlier).
2018-03-24 Steinar H.... Fix a Clang warning.
2018-03-24 Steinar H.... Fix some compiler warnings.
2018-03-23 Steinar H.... Fix some Clang warnings.
2018-03-23 Steinar H.... Fix a thread race in X264Encoder. Found by GCC TSan.
2018-03-23 Steinar H.... Fix a thread race in QuickSyncEncoder. Found by GCC...
2018-03-23 Steinar H.... Fix compilation without CEF.
2018-03-21 Steinar H.... Yet another CEF-from-system tweak; assume libcef.so...
2018-03-21 Steinar H.... Fix a crash bug when trying to send disconnected frames...
2018-03-20 Steinar H.... Do not link kaeru against CEF.
2018-03-20 Steinar H.... When using CEF_BUILD_TYPE=system, do not take a private...
2018-03-20 Steinar H.... Clean kaeru on make clean.
2018-03-18 Steinar H.... Sync bmusb to 0.7.1 (no real changes).
2018-03-18 Steinar H.... Fix an issue where we could discard a CEF frame in...
2018-03-18 Steinar H.... When dropping CEF frames, ask for invalidation only...
2018-03-17 Steinar H.... Fix a bug when looping FFmpeg inputs that have no audio.
2018-03-13 Steinar H.... (Hopefully! :-) ) fix some deadlocks during CEF shutdown.
2018-03-13 Steinar H.... Do not wait for OnBrowserDestroyed.
2018-03-10 Steinar H.... Support building against system CEF, if one should...
2018-03-08 Steinar H.... Release Nageru 1.7.0. 1.7.0
2018-03-07 Steinar H.... Small hack; reject unknown /channels/foo instead of...
2018-03-01 Steinar H.... Expose the absolute path to the theme in Nageru.THEME_PATH.
2018-03-01 Steinar H.... Add resize(), so that HTML inputs do not need to be...
2018-03-01 Steinar H.... Properly take the Lua lock when processing menu callbacks.
2018-02-28 Steinar H.... Fix compilation with LuaJIT 2.0 (which Debian stretch...
2018-02-26 Steinar H.... Fix an issue where you could not give an absolute path...
2018-02-26 Steinar H.... Add a system where themes can present a simple menu...
2018-02-26 Steinar H.... Make execute_javascript_async() wait for any pending...
2018-02-26 Steinar H.... 2018 README updates.
2018-02-26 Steinar H.... Fix an issue where the mixer lagging too much behind... cef
2018-02-26 Steinar H.... When asked to execute JavaScript, defer until the curre...
2018-02-26 Steinar H.... Update the README for CEF.
2018-02-26 Steinar H.... Copy and install CEF pack dependencies together with...
2018-02-26 Steinar H.... Make compiling with CEF optional.
2018-02-26 Steinar H.... Implement HTMLInput::execute_javascript_async().
2018-02-26 Steinar H.... Implement HTMLInput::set_max_fps().
2018-02-26 Steinar H.... Implement HTMLInput::reload().
2018-02-26 Steinar H.... Implement HTMLInput::set_url().
2018-02-26 Steinar H.... Implement basic support for CEF.
2018-02-24 Steinar H.... Add ui_analyzer.h to .gitignore.
2018-02-24 Steinar H.... Add kaeru to .gitignore.
2018-02-19 Steinar H.... Fix a stray debugging printf.
2018-02-19 Steinar H.... Create QApplication after setting the OpenGL default...
2018-02-19 Steinar H.... Do not try to subscribe to our own MIDI port; causes...
2018-02-19 Steinar H.... Fix a dependency.
2018-02-18 Steinar H.... Add a CORS policy to the channel endpoints, so that...
2018-02-18 Steinar H.... Enable the video grid display for simple video mode...
2018-02-18 Steinar H.... Support a video grid view (ie., no audio controls at...
2018-02-18 Steinar H.... Stop trying to re-probe ALSA cards if they are not...
2018-02-15 Steinar H.... Add an HTTP endpoint for enumerating channels and one...
2018-01-25 Steinar H.... Release Nageru 1.6.4. 1.6.4
2018-01-24 Steinar H.... API fix for the upcoming FFmpeg 3.5 release.
next