]> git.sesse.net Git - nageru/history - mixer.cpp
Release Nageru 1.7.2.
[nageru] / mixer.cpp
2018-04-28 Steinar H. GundersonExpose metrics about used GPU memory (and also print...
2018-04-26 Steinar H. GundersonFix a crash if somebody is trying to get metrics (or...
2018-04-26 Steinar H. GundersonMake the white balance picker more robust.
2018-04-23 Steinar H. GundersonAllow changing FFmpeg URL from the context menu.
2018-04-22 Steinar H. GundersonMake the right-click menu legal on signals connected...
2018-04-22 Steinar H. GundersonAdd support for using FFmpeg video sources as audio.
2018-04-22 Steinar H. GundersonWhen outputting debug messages for an audio device...
2018-04-21 Steinar H. GundersonFix a problem where the previews would flicker.
2018-03-24 Steinar H. GundersonFix some compiler warnings.
2018-03-23 Steinar H. GundersonFix compilation without CEF.
2018-03-18 Steinar H. GundersonFix an issue where we could discard a CEF frame in...
2018-02-26 Steinar H. GundersonMake compiling with CEF optional.
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2018-02-18 Steinar H. GundersonAdd a CORS policy to the channel endpoints, so that...
2018-02-15 Steinar H. GundersonAdd an HTTP endpoint for enumerating channels and one...
2017-11-10 Steinar H. GundersonFix an issue where we'd count jitter history from the...
2017-11-10 Steinar H. GundersonCut a few more allocations.
2017-11-09 Steinar H. GundersonRemove some random unneeded memory allocations.
2017-10-28 Steinar H. GundersonMake the HTTP port settable.
2017-10-25 Steinar H. GundersonAdd back support for input-only DeckLink cards.
2017-07-10 Steinar H. GundersonFactor the basic metrics (memory, uptime, etc.) into...
2017-07-04 Steinar H. GundersonFix a typo/thinko in the five-frames-ahead logic.
2017-06-29 Steinar H. GundersonDon't bother adding audio for silent cards.
2017-06-29 Steinar H. GundersonFix a thread race on the jitter history, potentially...
2017-06-28 Steinar H. GundersonFix a use-after-free when using video inputs. Found...
2017-06-25 Steinar H. GundersonRework the queue drop algorithm again.
2017-06-24 Steinar H. GundersonRemove old card metrics when reinitializing cards.
2017-06-22 Steinar H. GundersonFix a lock that was held too long in an edge case.
2017-06-17 Steinar H. GundersonAdd a metric for number of received frames per input...
2017-06-17 Steinar H. GundersonFix a metric name.
2017-06-17 Steinar H. GundersonCorrect the scale of the memory metrics.
2017-06-17 Steinar H. GundersonFix a Clang error.
2017-06-17 Steinar H. GundersonFix compilation error.
2017-06-15 Steinar H. GundersonUpdate the queue length metric after trimming, not...
2017-06-12 Steinar H. GundersonStart times should be gauges, not counters.
2017-06-12 Steinar H. GundersonExpose the start time point instead of the uptime,...
2017-06-09 Steinar H. GundersonAdd some memory metrics.
2017-06-09 Steinar H. GundersonRework metrics serialization.
2017-06-09 Steinar H. GundersonStreamline the metrics member function names a bit.
2017-06-09 Steinar H. GundersonAdd some input metrics.
2017-06-09 Steinar H. GundersonRename some mixer metrics.
2017-06-08 Steinar H. GundersonPrefix all metrics with nageru_ automatically.
2017-06-08 Steinar H. GundersonAdd the first beginnings of Prometheus metrics.
2017-06-04 Steinar H. GundersonFix an issue where video frames would not be properly...
2017-05-28 Steinar H. GundersonExpose choosing video pixel format to Lua.
2017-05-23 Steinar H. GundersonFix a crash with interlaced DeckLink inputs.
2017-05-21 Steinar H. GundersonAdd support for decoding video as Y'CbCr. Not activated...
2017-05-21 Steinar H. GundersonRemove some redundant bmusb::.
2017-05-15 Steinar H. GundersonMake it possible to set input Y'CbCr interpretation...
2017-05-13 Steinar H. GundersonMake it possible for the user to select Rec. 601/709...
2017-05-08 Steinar H. GundersonAdd a preview display to the frame analyzer window.
2017-04-21 Steinar H. GundersonFix an issue where RGBA videos would flicker.
2017-04-21 Steinar H. GundersonChange from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-12 Steinar H. GundersonAdd support for FFmpeg inputs.
2017-04-12 Steinar H. GundersonReplace the is_fake_capture parameter with a more descr...
2017-04-12 Steinar H. GundersonMake sure our uploaded RGBA textures can deal with...
2017-04-12 Steinar H. GundersonAdd support for RGBA frame types.
2017-04-12 Steinar H. GundersonGive frames a pixel format.
2017-04-05 Steinar H. GundersonMake the mixer much less noisy when dealing with frame...
2017-03-16 Steinar H. GundersonIf not using VA-API zerocopy, don't write extra copy...
2017-03-15 Steinar H. GundersonSupport 4:2:2 v210 (10-bit) output for DeckLink.
2017-03-13 Steinar H. GundersonSupport 10-bit x264 output.
2017-03-08 Steinar H. GundersonSupport switching Y'CbCr coefficients midway, which...
2017-03-08 Steinar H. GundersonDisplay a copy of the Y'CbCr images instead of an RGB56...
2017-03-01 Steinar H. GundersonRemove a dead code line.
2017-02-27 Steinar H. GundersonMake the API for begin_frame()/end_frame() in VideoEnco...
2017-02-26 Steinar H. GundersonFix an issue where our v210 texture would be too narrow...
2017-02-21 Steinar H. GundersonSupport 10-bit capture, both on bmusb and on DeckLink...
2017-02-19 Steinar H. GundersonRefactor upload_func by splitting out some helper funct...
2017-02-12 Steinar H. GundersonAdd a switch for writing a timecode to the stream;...
2017-02-11 Steinar H. GundersonFix an issue with the correction factor locking to...
2017-02-10 Steinar H. GundersonFix a compiler warning.
2017-02-10 Steinar H. GundersonAllow adjusting the maximum input queue length by a...
2017-02-10 Steinar H. GundersonRefactor QueueLengthPolicy.
2017-02-08 Steinar H. GundersonMake it possible to choose the DeckLink output video...
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2017-01-29 Steinar H. GundersonDo not try to adjust the audio timer during HDMI/SDI...
2017-01-26 Steinar H. GundersonFix so setting of output cards from the command line...
2017-01-25 Steinar H. GundersonWhen switching output cards, do it from the mixer thread.
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2017-01-24 Steinar H. GundersonFix transitioning into having no HDMI/SDI output (outpu...
2017-01-24 Steinar H. GundersonWork around some deadlock issues when changing output...
2017-01-24 Steinar H. GundersonMake the last pointers in CaptureCard into unique_ptr...
2017-01-24 Steinar H. GundersonFix an issue where parked capture cards would be delete...
2017-01-22 Steinar H. GundersonMake for clean shutdown of the output cards.
2017-01-18 Steinar H. GundersonAdd support for DeckLink HDMI/SDI output.
2017-01-15 Steinar H. GundersonAdd a tiny explanatory comment.
2017-01-15 Steinar H. GundersonRename bmusb_mutex to card_mutex; it is not really...
2017-01-15 Steinar H. GundersonSupport interlaced inputs with the official DeckLink...
2017-01-15 Steinar H. GundersonMake scan speed much more aggressive; seemingly there...
2017-01-09 Steinar H. GundersonMove chroma subsampling into its own class.
2016-12-26 Steinar H. GundersonIf running with unlimited amounts of lockable memory...
2016-12-24 Steinar H. GundersonPrepare get_one_frame_from_each_card() interface for...
2016-12-23 Steinar H. GundersonStart capturing only when the mixer is ready.
2016-12-23 Steinar H. GundersonMake the resampling audio queue length adjustable with...
2016-12-16 Steinar H. GundersonCorrect/improve output chroma subsampling; it turned...
2016-12-16 Steinar H. GundersonSet the right texture sampler for the subsampling shade...
2016-12-10 Steinar H. GundersonAdd a switch to print video latency.
2016-12-04 Steinar H. GundersonMake it possible to set width/height on the command...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
next