]> git.sesse.net Git - nageru/history - mixer.h
Release Nageru 1.7.2.
[nageru] / mixer.h
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-03-24 Steinar H. GundersonFix a buffer overrun when compiled without CEF.
2018-03-18 Steinar H. GundersonFix an issue where we could discard a CEF frame in...
2018-02-26 Steinar H. GundersonAdd a system where themes can present a simple menu...
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2018-02-15 Steinar H. GundersonAdd an HTTP endpoint for enumerating channels and one...
2017-11-10 Steinar H. GundersonCut a few more allocations.
2017-11-08 Steinar H. GundersonGive a warning before quitting if there are clients...
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-25 Steinar H. GundersonRework the queue drop algorithm again.
2017-06-24 Steinar H. GundersonRemove old card metrics when reinitializing cards.
2017-06-17 Steinar H. GundersonAdd a metric for number of received frames per input...
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. GundersonAdd some input metrics.
2017-06-09 Steinar H. GundersonRename some mixer metrics.
2017-06-08 Steinar H. GundersonProperly initialize metrics.
2017-06-08 Steinar H. GundersonAdd the first beginnings of Prometheus metrics.
2017-05-21 Steinar H. GundersonAdd support for decoding video as Y'CbCr. Not activated...
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-12 Steinar H. GundersonAdd support for FFmpeg inputs.
2017-04-12 Steinar H. GundersonReplace the is_fake_capture parameter with a more descr...
2017-03-08 Steinar H. GundersonDisplay a copy of the Y'CbCr images instead of an RGB56...
2017-02-21 Steinar H. GundersonSupport 10-bit capture, both on bmusb and on DeckLink...
2017-02-12 Steinar H. GundersonAdd a switch for writing a timecode to the stream;...
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-25 Steinar H. GundersonWhen switching output cards, do it from the mixer thread.
2017-01-24 Steinar H. GundersonMake the last pointers in CaptureCard into unique_ptr...
2017-01-18 Steinar H. GundersonAdd support for DeckLink HDMI/SDI output.
2017-01-15 Steinar H. GundersonRename bmusb_mutex to card_mutex; it is not really...
2017-01-09 Steinar H. GundersonMove chroma subsampling into its own class.
2016-12-24 Steinar H. GundersonPrepare get_one_frame_from_each_card() interface for...
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-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonReenable simple audio.
2016-10-19 Steinar H. GundersonAdd a global variable for the audio mixer; it was getti...
2016-10-19 Steinar H. GundersonMove the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-10-19 Steinar H. GundersonSome minor IWYU work in mixer.h.
2016-10-19 Steinar H. GundersonMove most of the audio processing logic from Mixer...
2016-09-23 Steinar H. GundersonDo not use the timing of dropped frames as part of...
2016-09-10 Steinar H. GundersonUse std::chrono for (almost) all time keeping.
2016-07-25 Steinar H. GundersonUpgrade to newer bmusb, with namespacing.
2016-07-22 Steinar H. GundersonAdd some more command-line flags for initial audio...
2016-07-22 Steinar H. GundersonAdd a menu option to change x264 video bitrate while...
2016-07-22 Steinar H. GundersonAllow hotplugging of USB cards, instead of just exiting...
2016-07-21 Steinar H. GundersonRemove unused struct member.
2016-07-16 Steinar H. GundersonAdd a printout of mlockall() memory used, from bitter...
2016-07-12 Steinar H. GundersonFix crash on exit when there are no USB cards.
2016-07-01 Steinar H. GundersonFix --flat-audio; add the gain staging auto knob, and...
2016-05-02 Steinar H. GundersonFilter Qt signals about updated names and colors.
2016-05-01 Steinar H. GundersonUpload the textures from the main thread.
2016-04-23 Steinar H. GundersonStart pulling video orchestration logic into VideoEncoder.
2016-04-23 Steinar H. GundersonMake more consistent filenames for QuickSyncEncoder...
2016-04-23 Steinar H. GundersonRename H264Encoder to QuickSyncEncoder, since we will...
2016-04-19 Steinar H. GundersonSet duration for all video frames.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-04-02 Steinar H. GundersonTweak queue length policy to avoid pointless safe point...
2016-04-02 Steinar H. GundersonCleanup: Remove the last case of non-refcounted fences.
2016-04-02 Steinar H. GundersonMake it possible to choose which card is the master...
2016-04-02 Steinar H. GundersonAnother split-out from thread_func; this time schedule_...
2016-04-02 Steinar H. GundersonMore splitting of functions out of thread_func().
2016-04-02 Steinar H. GundersonA little refactoring in render_one_frame().
2016-04-02 Steinar H. GundersonAdd a system for queue length policies, so that we...
2016-04-02 Steinar H. GundersonMake the internal frame queue multiframe.
2016-04-01 Steinar H. GundersonAllow setting the video and audio inputs runtime.
2016-03-04 Steinar H. GundersonAdd an option to scan through all possible modes for...
2016-03-04 Steinar H. GundersonAdd a menu option where the user can change the input...
2016-02-27 Steinar H. GundersonSend the audio format explicitly down, not just the ID.
2016-02-27 Steinar H. GundersonRefactor card setup into its own function.
2016-02-27 Steinar H. GundersonInteract with BMUSBCapture through CaptureInterface.
2016-02-27 Steinar H. GundersonSend the video format in directly to the video frame...
2016-02-24 Steinar H. GundersonMake CbCr subsampling VBO permanent, mostly to reduce...
2016-01-25 Steinar H. GundersonMake audio input source selectable.
2016-01-22 Steinar H. GundersonMake signal mapping changeable by right-clicking on...
2016-01-17 Steinar H. GundersonMake the locut filter possible to disable.
2016-01-15 Steinar H. GundersonAdd a stereo correlation meter.
2016-01-12 Steinar H. GundersonAdd a final makeup gain, trying to set the level straig...
2016-01-11 Steinar H. GundersonMake it possible to override the level compressor with...
2016-01-11 Steinar H. GundersonHook up the level compressor auto checkbox.
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2015-11-23 Steinar H. GundersonRedo frame buffering again.
2015-11-22 Steinar H. GundersonFix a race on the r128 object.
2015-11-22 Steinar H. GundersonRework signal connection in preparations for deinterlacing.
2015-11-21 Steinar H. GundersonSplit interlaced frames into two fields that are sent...
2015-11-16 Steinar H. GundersonSupport true variable input frame rate instead of hard...
2015-11-15 Steinar H. GundersonMove audio processing into a thread, since it seems...
2015-11-10 Steinar H. GundersonAdd a soundcard output via ALSA.
2015-11-09 Steinar H. GundersonTweak the limiter by ear; increase the headroom so...
next