]> git.sesse.net Git - nageru/shortlog
nageru
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.
2017-06-17 Steinar H.... Fix a Clang error.
2017-06-17 Steinar H.... Consistently use call_once to initialize static metrics.
2017-06-17 Steinar H.... Fix a crash with --record-x264-video when getting metrics.
2017-06-17 Steinar H.... Fix compilation error.
2017-06-15 Steinar H.... Update the queue length metric after trimming, not...
2017-06-15 Steinar H.... Unbreak the min/max latency stdout display; it did...
2017-06-15 Steinar H.... Make separate latencies per card, instead of just min...
2017-06-15 Steinar H.... Fix a problem where Prometheus cannot handle negative...
2017-06-15 Steinar H.... Tighten up the Movit #include paths a bit; fixes compil...
2017-06-13 Steinar H.... Add support for bus audio level metrics, which includes...
2017-06-13 Steinar H.... Pre-serialize only the labels for metrics; the ordering...
2017-06-12 Steinar H.... Store the metrics sorted.
2017-06-12 Steinar H.... Expose a metric for the free disk space (already possib...
2017-06-12 Steinar H.... Expose a metric for Nageru being stalled on the Quick...
2017-06-12 Steinar H.... Expose when we started the current output file.
2017-06-12 Steinar H.... Start times should be gauges, not counters.
2017-06-12 Steinar H.... Fix a problem where not all Quick Sync metrics would...
2017-06-12 Steinar H.... Expose the start time point instead of the uptime,...
2017-06-12 Steinar H.... Added some mux metrics.
2017-06-12 Steinar H.... Fix a crash on getting metrics after switching file.
2017-06-11 Steinar H.... Add some DeckLink output metrics, and also fix a potent...
next