]> git.sesse.net Git - nageru/shortlog
nageru
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.
2017-06-29 Steinar H.... Only report disk space anew every second. Saves 20...
2017-06-29 Steinar H.... Fix a thread race on the jitter history, potentially...
2017-06-29 Steinar H.... Add a summary for the amount of margin we have in reach...
2017-06-29 Steinar H.... Write video to disk on a background thread; reduces...
2017-06-29 Steinar H.... Fix a small memory leak.
2017-06-28 Steinar H.... Do some hotfixes to reduce mutex contention (but this...
2017-06-28 Steinar H.... Yield instead of busy-waiting on fences for NVIDIA...
2017-06-28 Steinar H.... Give the UI thread a name.
2017-06-28 Steinar H.... Fix a use-after-free when using video inputs. Found...
2017-06-25 Steinar H.... Rework the queue drop algorithm again.
2017-06-24 Steinar H.... Set realtime priority for the DeckLink thread if possib...
2017-06-24 Steinar H.... Remove old card metrics when reinitializing cards.
2017-06-22 Steinar H.... Fix a lock that was held too long in an edge case.
2017-06-21 Steinar H.... Fix another Prometheus NaN problem.
2017-06-17 Steinar H.... Add a metric for number of received frames per input...
2017-06-17 Steinar H.... Fix a metric name.
2017-06-17 Steinar H.... Add a summary for aggregated b-frame or not, since...
2017-06-17 Steinar H.... Correct the scale of the memory metrics.
2017-06-17 Steinar H.... Fix compilation with Clang.
2017-06-17 Steinar H.... Switch to summaries instead of histograms for latency...
2017-06-17 Steinar H.... Fix a pessimizing move (Clang warning).
2017-06-17 Steinar H.... Silence a Clang warning.
next