]> git.sesse.net Git - nageru/history - mixer.cpp
Let settings follow buses when editing the mapping.
[nageru] / mixer.cpp
2016-10-19 Steinar H. GundersonRename “name” to “display name”.
2016-10-19 Steinar H. GundersonUpdate the UI with state changes and new ALSA cards...
2016-10-19 Steinar H. GundersonMove the R128 and correlation measurements into AudioMixer.
2016-10-19 Steinar H. GundersonFix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H. GundersonRename reset_device to reset_resampler.
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-10-19 Steinar H. GundersonMake AudioMixer ready for indexing on multiple types...
2016-10-19 Steinar H. GundersonStore an input mapping, and show it in the UI.
2016-10-19 Steinar H. GundersonMake some common decibel macros.
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-10-19 Steinar H. GundersonMix all channels instead of just picking one (very...
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
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-08-01 Steinar H. GundersonFix an endianness issue.
2016-07-29 Steinar H. GundersonMove peak finding to after makeup gain (it should reall...
2016-07-29 Steinar H. GundersonFix a 3 dB offset in audio conversion.
2016-07-29 Steinar H. GundersonSupport the new audio output from FakeCapture, with...
2016-07-27 Steinar H. GundersonRework handling of fake cards.
2016-07-26 Steinar H. GundersonSupport searching for the theme in multiple directories.
2016-07-25 Steinar H. GundersonMove FakeCapture into bmusb, and make it a little more...
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. GundersonClean up the logging of memory usage, including if...
2016-07-22 Steinar H. GundersonAllow hotplugging of USB cards, instead of just exiting...
2016-07-21 Steinar H. GundersonLet the theme distinguish between fake and real inputs...
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-11 Steinar H. GundersonAdd an option to add fake capture cards, for easier...
2016-07-11 Steinar H. GundersonAdd some asserts that will trigger if a driver gives...
2016-07-01 Steinar H. GundersonFix --flat-audio; add the gain staging auto knob, and...
2016-06-06 Steinar H. GundersonFix a possible int32 overload with huge framerate denom...
2016-05-09 Steinar H. GundersonFix an embarrassing messup with the new ResamplingQueue...
2016-05-07 Steinar H. GundersonMake the audio resampler panic message slightly more...
2016-05-02 Steinar H. GundersonYet more fixes for clean shutdown.
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-30 Steinar H. GundersonAdd a flag to disable ALSA monitoring output.
2016-04-24 Steinar H. GundersonBe much slower about reducing queue length; this was...
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-18 Steinar H. GundersonPut a global lock around glFenceSync/glDeleteSync calls...
2016-04-18 Steinar H. GundersonSeparate muxing entirely out of the HTTPD class.
2016-04-17 Steinar H. GundersonPull the file muxing out of the HTTPD. (It was pretty...
2016-04-15 Steinar H. GundersonMore precise PBO flushing (flush only the data we actua...
2016-04-14 Steinar H. GundersonAlways flush after setting a fence, since we could...
2016-04-12 Steinar H. GundersonSet one fence less in the case of non-zerocopy H.264...
2016-04-10 Steinar H. GundersonAdd an option to not flush PBOs explicitly; causes...
2016-04-04 Steinar H. GundersonAdd an option --flat-audio to start with almost all...
2016-04-04 Steinar H. GundersonAdd a command-line option to change themes.
2016-04-02 Steinar H. GundersonTiny alias cleanup.
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. GundersonRevert back to glFlushMappedBufferRange; buggy on ATI...
2016-04-02 Steinar H. GundersonFix an integer wraparound issue.
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 a symbolic constant for master_card_index, instead...
2016-04-02 Steinar H. GundersonMake the internal frame queue multiframe.
2016-04-01 Steinar H. GundersonFix crashes when cards deliver empty audio frames ...
2016-03-04 Steinar H. GundersonAdd an option to scan through all possible modes for...
2016-02-27 Steinar H. GundersonAdd audio support for the DeckLink inputs.
2016-02-27 Steinar H. GundersonSend the audio format explicitly down, not just the ID.
2016-02-27 Steinar H. GundersonUse the new has_signal flag.
2016-02-27 Steinar H. GundersonAdd support for DeckLink PCI cards through the official...
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. GundersonThe card copy does not need to have a copy of the usb...
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-02-23 Steinar H. GundersonUnbind the FBO after we are done with it, since reusing...
2016-02-07 Steinar H. GundersonAdd support for opening VA-API via DRM instead of X11.
2016-02-03 Steinar H. GundersonProperly reset the PBO setting in Mixer::bm_frame(...
2016-02-03 Steinar H. GundersonMake the YCbCr shader stop using features that are...
2016-02-02 Steinar H. GundersonFix some compilation errors with Movit from packages.
2016-01-31 Steinar H. GundersonFix an issue where you needed to install a .vert file...
2016-01-25 Steinar H. GundersonMake audio input source selectable.
2016-01-18 Steinar H. GundersonWork around some false positives found by Coverity...
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. GundersonGive frel=1.0 to peak resampler; supposedly faster...
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-11 Steinar H. GundersonRemove redundant constant declaration.
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2016-01-06 Steinar H. GundersonRemove more std:: instances.
2015-12-30 Steinar H. GundersonAlso show the frame rate.
2015-12-30 Steinar H. GundersonEase debugging of new video modes a bit.
2015-12-23 Steinar H. GundersonTransparently send signals through a deinterlacer as...
2015-12-22 Steinar H. GundersonWhitespace fix.
2015-12-21 Steinar H. GundersonUpdate the commented-out phase timing code for some...
2015-12-15 Steinar H. GundersonSwitch to memory barriers, now that Mesa 11.1 has them...
2015-12-13 Steinar H. GundersonDeal with a Movit change.
next