]> git.sesse.net Git - nageru/shortlog
nageru
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.
2017-11-10 Steinar H.... Fix an issue where we'd count jitter history from the...
2017-11-10 Steinar H.... Cut a few more allocations.
2017-11-10 Steinar H.... Switch to LuaJIT; faster, less allocation-heavy and...
2017-11-09 Steinar H.... Fix a crash if exiting while we are still trying to...
2017-11-09 Steinar H.... Remove some random unneeded memory allocations.
2017-11-09 Steinar H.... Cut some unneccessary allocations.
2017-11-09 Steinar H.... Fix a leak when streaming. Requires FFmpeg 3.3, though...
2017-11-08 Steinar H.... Give a warning before quitting if there are clients...
2017-11-08 Steinar H.... Fix so that you can't right-click on non-signal channel...
2017-11-08 Steinar H.... Release Nageru 1.6.3. 1.6.3
2017-10-29 Steinar H.... Put the quick-cut keys behind a command-line flag;...
2017-10-28 Steinar H.... Make the HTTP port settable.
2017-10-28 Steinar H.... Fix compilation with older FFmpeg.
2017-10-28 Steinar H.... Add a missing #include.
2017-10-25 Steinar H.... Deal with FFmpeg returning unknown audio channel layouts.
2017-10-25 Steinar H.... Add back support for input-only DeckLink cards.
2017-10-20 Steinar H.... Fix an issue with Quick Sync in newer VA-API.
2017-10-20 Steinar H.... Add quick-cut keys (Q, W, E, etc.) below the preview...
2017-08-20 Steinar H.... Specify sRGB transfer characteristics in the x264 outpu...
2017-08-08 Steinar H.... setChecked() takes a bool, not an enum.
2017-08-08 Steinar H.... Save a glGetIntegerv() call every time we draw.
2017-08-07 Steinar H.... Specify sRGB transfer characteristics in the H.264...
2017-08-07 Steinar H.... Convert some NULL instances to nullptr.
2017-07-21 Steinar H.... Rework the x264 speedcontrol presets.
2017-07-16 Steinar H.... Release Nageru 1.6.2. 1.6.2
2017-07-16 Steinar H.... Set the correct sample rate in the returned audio forma...
2017-07-12 Steinar H.... Properly flush the codecs when rewinding.
2017-07-11 Steinar H.... Correct the signal name in a Kaeru message.
2017-07-10 Steinar H.... Unbreak --no-audio-transcode.
2017-07-10 Steinar H.... Fix some potential memory leaks in FFmpegCapture.
2017-07-10 Steinar H.... Give Kaeru slightly cleaner shutdown on Ctrl-C.
2017-07-10 Steinar H.... Update the x264 speedcontrol buffer size metric when...
2017-07-10 Steinar H.... Factor the basic metrics (memory, uptime, etc.) into...
2017-07-10 Steinar H.... Fix frame duration calculation in Kaeru; could throw...
2017-07-09 Steinar H.... Add latency metrics to Kaeru.
2017-07-09 Steinar H.... Add mux metrics to Kaeru.
2017-07-09 Steinar H.... Add support for adjusting the x264 bitrate in Kaeru...
2017-07-09 Steinar H.... Fix the kanji in Kaeru.
2017-07-09 Steinar H.... Update the feature list, a bit overdue.
2017-07-08 Steinar H.... Release Nageru 1.6.1. 1.6.1
2017-07-08 Steinar H.... Include an example Grafana dashboard.
2017-07-08 Steinar H.... Install kaeru on make install.
2017-07-08 Steinar H.... Build Kaeru by default.
2017-07-08 Steinar H.... Add support for transcoding the audio in Kaeru (on...
2017-07-08 Steinar H.... Add support to FFmpegCapture to decode the audio.
2017-07-07 Steinar H.... Initial check-in of Kaeru, a simple transcoder based...
2017-07-06 Steinar H.... Fix a problem where we could wait for a very long time...
2017-07-05 Steinar H.... Un-name the main thread again, since it makes killall...
2017-07-05 Steinar H.... Updated the Debian status.
2017-07-04 Steinar H.... Use the new Movit VAO functionality.
2017-07-04 Steinar H.... Fix a typo/thinko in the five-frames-ahead logic.
2017-07-02 Steinar H.... Optimize away some glGetUniformLocation calls.
2017-06-30 Steinar H.... Hard-code CQP mode instead of keeping VBR at the top...
2017-06-29 Steinar H.... Move audio encoding over to its own mutex, again reduci...
2017-06-29 Steinar H.... Don't bother adding audio for silent cards.
next