2018-02-26 |
Steinar H. Gunderson | When asked to execute JavaScript, defer until the current...
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Update the README for CEF.
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Copy and install CEF pack dependencies together with...
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Make compiling with CEF optional.
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Implement HTMLInput::execute_javascript_async().
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Implement HTMLInput::set_max_fps().
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Implement HTMLInput::reload().
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Implement HTMLInput::set_url().
|
commit | commitdiff | tree |
2018-02-26 |
Steinar H. Gunderson | Implement basic support for CEF.
|
commit | commitdiff | tree |
2018-02-24 |
Steinar H. Gunderson | Add ui_analyzer.h to .gitignore.
|
commit | commitdiff | tree |
2018-02-24 |
Steinar H. Gunderson | Add kaeru to .gitignore.
|
commit | commitdiff | tree |
2018-02-19 |
Steinar H. Gunderson | Fix a stray debugging printf.
|
commit | commitdiff | tree |
2018-02-19 |
Steinar H. Gunderson | Create QApplication after setting the OpenGL default...
|
commit | commitdiff | tree |
2018-02-19 |
Steinar H. Gunderson | Do not try to subscribe to our own MIDI port; causes...
|
commit | commitdiff | tree |
2018-02-19 |
Steinar H. Gunderson | Fix a dependency.
|
commit | commitdiff | tree |
2018-02-18 |
Steinar H. Gunderson | Add a CORS policy to the channel endpoints, so that...
|
commit | commitdiff | tree |
2018-02-18 |
Steinar H. Gunderson | Enable the video grid display for simple video mode...
|
commit | commitdiff | tree |
2018-02-18 |
Steinar H. Gunderson | Support a video grid view (ie., no audio controls at...
|
commit | commitdiff | tree |
2018-02-18 |
Steinar H. Gunderson | Stop trying to re-probe ALSA cards if they are not...
|
commit | commitdiff | tree |
2018-02-15 |
Steinar H. Gunderson | Add an HTTP endpoint for enumerating channels and one...
|
commit | commitdiff | tree |
2018-01-25 |
Steinar H. Gunderson | Release Nageru 1.6.4.
|
commit | commitdiff | tree |
2018-01-24 |
Steinar H. Gunderson | API fix for the upcoming FFmpeg 3.5 release.
|
commit | commitdiff | tree |
2017-11-10 |
Steinar H. Gunderson | Fix an issue where we'd count jitter history from the...
|
commit | commitdiff | tree |
2017-11-10 |
Steinar H. Gunderson | Cut a few more allocations.
|
commit | commitdiff | tree |
2017-11-10 |
Steinar H. Gunderson | Switch to LuaJIT; faster, less allocation-heavy and...
|
commit | commitdiff | tree |
2017-11-09 |
Steinar H. Gunderson | Fix a crash if exiting while we are still trying to...
|
commit | commitdiff | tree |
2017-11-09 |
Steinar H. Gunderson | Remove some random unneeded memory allocations.
|
commit | commitdiff | tree |
2017-11-09 |
Steinar H. Gunderson | Cut some unneccessary allocations.
|
commit | commitdiff | tree |
2017-11-09 |
Steinar H. Gunderson | Fix a leak when streaming. Requires FFmpeg 3.3, though...
|
commit | commitdiff | tree |
2017-11-08 |
Steinar H. Gunderson | Give a warning before quitting if there are clients...
|
commit | commitdiff | tree |
2017-11-08 |
Steinar H. Gunderson | Fix so that you can't right-click on non-signal channels...
|
commit | commitdiff | tree |
2017-11-08 |
Steinar H. Gunderson | Release Nageru 1.6.3.
|
commit | commitdiff | tree |
2017-10-29 |
Steinar H. Gunderson | Put the quick-cut keys behind a command-line flag;...
|
commit | commitdiff | tree |
2017-10-28 |
Steinar H. Gunderson | Make the HTTP port settable.
|
commit | commitdiff | tree |
2017-10-28 |
Steinar H. Gunderson | Fix compilation with older FFmpeg.
|
commit | commitdiff | tree |
2017-10-28 |
Steinar H. Gunderson | Add a missing #include.
|
commit | commitdiff | tree |
2017-10-25 |
Steinar H. Gunderson | Deal with FFmpeg returning unknown audio channel layouts.
|
commit | commitdiff | tree |
2017-10-25 |
Steinar H. Gunderson | Add back support for input-only DeckLink cards.
|
commit | commitdiff | tree |
2017-10-20 |
Steinar H. Gunderson | Fix an issue with Quick Sync in newer VA-API.
|
commit | commitdiff | tree |
2017-10-20 |
Steinar H. Gunderson | Add quick-cut keys (Q, W, E, etc.) below the preview...
|
commit | commitdiff | tree |
2017-08-20 |
Steinar H. Gunderson | Specify sRGB transfer characteristics in the x264 output...
|
commit | commitdiff | tree |
2017-08-08 |
Steinar H. Gunderson | setChecked() takes a bool, not an enum.
|
commit | commitdiff | tree |
2017-08-08 |
Steinar H. Gunderson | Save a glGetIntegerv() call every time we draw.
|
commit | commitdiff | tree |
2017-08-07 |
Steinar H. Gunderson | Specify sRGB transfer characteristics in the H.264...
|
commit | commitdiff | tree |
2017-08-07 |
Steinar H. Gunderson | Convert some NULL instances to nullptr.
|
commit | commitdiff | tree |
2017-07-21 |
Steinar H. Gunderson | Rework the x264 speedcontrol presets.
|
commit | commitdiff | tree |
2017-07-16 |
Steinar H. Gunderson | Release Nageru 1.6.2.
|
commit | commitdiff | tree |
2017-07-16 |
Steinar H. Gunderson | Set the correct sample rate in the returned audio format...
|
commit | commitdiff | tree |
2017-07-12 |
Steinar H. Gunderson | Properly flush the codecs when rewinding.
|
commit | commitdiff | tree |
2017-07-11 |
Steinar H. Gunderson | Correct the signal name in a Kaeru message.
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Unbreak --no-audio-transcode.
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Fix some potential memory leaks in FFmpegCapture.
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Give Kaeru slightly cleaner shutdown on Ctrl-C.
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Update the x264 speedcontrol buffer size metric when...
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Factor the basic metrics (memory, uptime, etc.) into...
|
commit | commitdiff | tree |
2017-07-10 |
Steinar H. Gunderson | Fix frame duration calculation in Kaeru; could throw...
|
commit | commitdiff | tree |
2017-07-09 |
Steinar H. Gunderson | Add latency metrics to Kaeru.
|
commit | commitdiff | tree |
2017-07-09 |
Steinar H. Gunderson | Add mux metrics to Kaeru.
|
commit | commitdiff | tree |
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 |
next |