2017-07-09 |
Steinar H. Gunderson | Add support for adjusting the x264 bitrate in Kaeru...
|
commit | commitdiff | tree |
2017-07-09 |
Steinar H. Gunderson | Fix the kanji in Kaeru.
|
commit | commitdiff | tree |
2017-07-09 |
Steinar H. Gunderson | Update the feature list, a bit overdue.
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Release Nageru 1.6.1.
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Include an example Grafana dashboard.
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Install kaeru on make install.
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Build Kaeru by default.
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Add support for transcoding the audio in Kaeru (on...
|
commit | commitdiff | tree |
2017-07-08 |
Steinar H. Gunderson | Add support to FFmpegCapture to decode the audio.
|
commit | commitdiff | tree |
2017-07-07 |
Steinar H. Gunderson | Initial check-in of Kaeru, a simple transcoder based...
|
commit | commitdiff | tree |
2017-07-06 |
Steinar H. Gunderson | Fix a problem where we could wait for a very long time...
|
commit | commitdiff | tree |
2017-07-05 |
Steinar H. Gunderson | Un-name the main thread again, since it makes killall...
|
commit | commitdiff | tree |
2017-07-05 |
Steinar H. Gunderson | Updated the Debian status.
|
commit | commitdiff | tree |
2017-07-04 |
Steinar H. Gunderson | Use the new Movit VAO functionality.
|
commit | commitdiff | tree |
2017-07-04 |
Steinar H. Gunderson | Fix a typo/thinko in the five-frames-ahead logic.
|
commit | commitdiff | tree |
2017-07-02 |
Steinar H. Gunderson | Optimize away some glGetUniformLocation calls.
|
commit | commitdiff | tree |
2017-06-30 |
Steinar H. Gunderson | Hard-code CQP mode instead of keeping VBR at the top...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Move audio encoding over to its own mutex, again reducing...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Don't bother adding audio for silent cards.
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Only report disk space anew every second. Saves 20...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Fix a thread race on the jitter history, potentially...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Add a summary for the amount of margin we have in reaching...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Write video to disk on a background thread; reduces...
|
commit | commitdiff | tree |
2017-06-29 |
Steinar H. Gunderson | Fix a small memory leak.
|
commit | commitdiff | tree |
2017-06-28 |
Steinar H. Gunderson | Do some hotfixes to reduce mutex contention (but this...
|
commit | commitdiff | tree |
2017-06-28 |
Steinar H. Gunderson | Yield instead of busy-waiting on fences for NVIDIA...
|
commit | commitdiff | tree |
2017-06-28 |
Steinar H. Gunderson | Give the UI thread a name.
|
commit | commitdiff | tree |
2017-06-28 |
Steinar H. Gunderson | Fix a use-after-free when using video inputs. Found...
|
commit | commitdiff | tree |
2017-06-25 |
Steinar H. Gunderson | Rework the queue drop algorithm again.
|
commit | commitdiff | tree |
2017-06-24 |
Steinar H. Gunderson | Set realtime priority for the DeckLink thread if possible...
|
commit | commitdiff | tree |
2017-06-24 |
Steinar H. Gunderson | Remove old card metrics when reinitializing cards.
|
commit | commitdiff | tree |
2017-06-22 |
Steinar H. Gunderson | Fix a lock that was held too long in an edge case.
|
commit | commitdiff | tree |
2017-06-21 |
Steinar H. Gunderson | Fix another Prometheus NaN problem.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Add a metric for number of received frames per input...
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix a metric name.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Add a summary for aggregated b-frame or not, since...
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Correct the scale of the memory metrics.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix compilation with Clang.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Switch to summaries instead of histograms for latency...
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix a pessimizing move (Clang warning).
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Silence a Clang warning.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix a Clang error.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Consistently use call_once to initialize static metrics.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix a crash with --record-x264-video when getting metrics.
|
commit | commitdiff | tree |
2017-06-17 |
Steinar H. Gunderson | Fix compilation error.
|
commit | commitdiff | tree |
2017-06-15 |
Steinar H. Gunderson | Update the queue length metric after trimming, not...
|
commit | commitdiff | tree |
2017-06-15 |
Steinar H. Gunderson | Unbreak the min/max latency stdout display; it did...
|
commit | commitdiff | tree |
2017-06-15 |
Steinar H. Gunderson | Make separate latencies per card, instead of just min...
|
commit | commitdiff | tree |
2017-06-15 |
Steinar H. Gunderson | Fix a problem where Prometheus cannot handle negative...
|
commit | commitdiff | tree |
2017-06-15 |
Steinar H. Gunderson | Tighten up the Movit #include paths a bit; fixes compilation...
|
commit | commitdiff | tree |
2017-06-13 |
Steinar H. Gunderson | Add support for bus audio level metrics, which includes...
|
commit | commitdiff | tree |
2017-06-13 |
Steinar H. Gunderson | Pre-serialize only the labels for metrics; the ordering...
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Store the metrics sorted.
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Expose a metric for the free disk space (already possible...
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Expose a metric for Nageru being stalled on the Quick...
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Expose when we started the current output file.
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Start times should be gauges, not counters.
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Fix a problem where not all Quick Sync metrics would...
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Expose the start time point instead of the uptime,...
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Added some mux metrics.
|
commit | commitdiff | tree |
2017-06-12 |
Steinar H. Gunderson | Fix a crash on getting metrics after switching file.
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Add some DeckLink output metrics, and also fix a potential...
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Add exported metrics for all the latency measurements.
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Make the histograms more flexible.
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Add a histogram of output crf values from x264.
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Add some base x264 metrics.
|
commit | commitdiff | tree |
2017-06-11 |
Steinar H. Gunderson | Export some metrics from x264 speed control.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Fix that metrics are being called nageru_nageru_*.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Add some memory metrics.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Rework metrics serialization.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Streamline the metrics member function names a bit.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Print out int metrics in full precision, not as doubles.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Add some input metrics.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Mark the appropriate metrics as gauges.
|
commit | commitdiff | tree |
2017-06-09 |
Steinar H. Gunderson | Rename some mixer metrics.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Add an exported metrics for number of connected clients.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Fix a leak when getting metrics.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Add some exported metrics for the EBU R128 measurements.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Prefix all metrics with nageru_ automatically.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Properly initialize metrics.
|
commit | commitdiff | tree |
2017-06-08 |
Steinar H. Gunderson | Add the first beginnings of Prometheus metrics.
|
commit | commitdiff | tree |
2017-06-04 |
Steinar H. Gunderson | Fix an issue where video frames would not be properly...
|
commit | commitdiff | tree |
2017-05-29 |
Steinar H. Gunderson | Release Nageru 1.6.0.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Fix some more issues in rate change.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Fix a problem where change_rate() would hang until...
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | More refactoring in FFmpegCapture.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | In FFmpegCapture, frame decoding into its own function.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Redo the FFmpeg RAII helpers to not store function...
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | In FFmpegCapture, refactor command queue processing...
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Fix an outdated comment.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Expose choosing video pixel format to Lua.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Fix a crash with interlaced DeckLink inputs.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Nitpick: Add a little const.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Be slightly clearer about what happens when we try...
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Add support for decoding video as Y'CbCr. Not activated...
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Remove some redundant bmusb::.
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Tiny comment pickiness.
|
commit | commitdiff | tree |
2017-05-20 |
Steinar H. Gunderson | Remove an obsolete comment, now that we have proper...
|
commit | commitdiff | tree |
2017-05-20 |
Steinar H. Gunderson | Correct some comments.
|
commit | commitdiff | tree |
2017-05-19 |
Steinar H. Gunderson | Reduce a little console spam.
|
commit | commitdiff | tree |
next |