]> git.sesse.net Git - nageru/history - mixer.cpp
Document the mlockall() change in NEWS.
[nageru] / mixer.cpp
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.
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. GundersonFix another uninitialized sound data issue.
2015-11-22 Steinar H. GundersonA small #include fix.
2015-11-22 Steinar H. GundersonSend on the interlaced flag properly.
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-21 Steinar H. GundersonUnify the texture upload paths a bit.
2015-11-21 Steinar H. GundersonOpen up for inputs that are different from the native...
2015-11-18 Steinar H. GundersonReduce the verbosity somewhat.
2015-11-17 Steinar H. GundersonFix y_offset calculation if we should change the PBO...
2015-11-17 Steinar H. GundersonAdapt to the new decode_video_format() prototype.
2015-11-17 Steinar H. GundersonSome restructuring in the offsets to make it less cryptic.
2015-11-17 Steinar H. GundersonFix a hard-coded offset constant.
2015-11-17 Steinar H. GundersonIf we reset the resampling queue, do not try to add...
2015-11-17 Steinar H. GundersonAdd a paranoia assert.
2015-11-17 Steinar H. GundersonRework silence handling a bit; in particular, if num_sa...
2015-11-17 Steinar H. GundersonBetter diagnostics when the time code is changing.
2015-11-16 Steinar H. GundersonUse the new decode_video_format() function from bmusb.
2015-11-16 Steinar H. GundersonRename a local variable for clarity.
2015-11-16 Steinar H. GundersonMake the implausible audio length check work with lower...
2015-11-16 Steinar H. GundersonAdd an extra byte of headroom to the buffer so that...
2015-11-16 Steinar H. GundersonSupport true variable input frame rate instead of hard...
2015-11-16 Steinar H. GundersonMove WIDTH/HEIGHT #defines into defs.h.
2015-11-15 Steinar H. GundersonReduce the default cutoff a bit; we have no instruments...
2015-11-15 Steinar H. GundersonMove audio processing into a thread, since it seems...
2015-11-14 Steinar H. GundersonKill the H.264 encoder a bit earlier during shutdown...
2015-11-14 Steinar H. GundersonMove some muxing parameters out into defs.h.
2015-11-10 Steinar H. GundersonAdd a soundcard output via ALSA.
2015-11-09 Steinar H. GundersonMove the limiter after the compressor; since it is...
2015-11-09 Steinar H. GundersonTweak the limiter by ear; increase the headroom so...
2015-11-09 Steinar H. GundersonAdd some GUI elements (hooked up) to help tuning the...
next