]> git.sesse.net Git - nageru/history - mixer.cpp
Do value massaging for interlaced signals right at the start of the theme.
[nageru] / mixer.cpp
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...
2015-11-08 Steinar H. GundersonImplement oversampled peak detection.
2015-11-08 Steinar H. GundersonRename Resampler to ResamplingQueue, to avoid conflicts...
2015-11-08 Steinar H. GundersonTweak the limiter a bit.
2015-11-08 Steinar H. GundersonCorrect a dB comment.
2015-11-08 Steinar H. GundersonHook up the reset meters button.
2015-11-08 Steinar H. GundersonInclude the limiter and the main compressor. Still...
2015-11-08 Steinar H. GundersonHook up the lo-cut knob. A bit crude for now, though.
2015-11-08 Steinar H. GundersonMake the level compressor much slower.
2015-11-08 Steinar H. GundersonRemove a sort-of obsolete TODO.
2015-11-08 Steinar H. GundersonDisplay auto-gain-staging in the UI.
2015-11-07 Steinar H. GundersonAdd a 150 Hz lo-cut filter in front of the compressor.
2015-11-06 Steinar H. GundersonFinally add defines for sample rate and fps (although...
2015-11-06 Steinar H. GundersonRename compressor to level_compressor.
2015-11-06 Steinar H. GundersonAdd a compressor (kindly relicensed by Rune Holm)....
2015-11-05 Steinar H. GundersonSome small restructuring in the audio code.
2015-11-05 Steinar H. GundersonRemove an unused member.
2015-11-05 Steinar H. GundersonSome the audio handling into its own function.
2015-11-05 Steinar H. GundersonSet pixel format on contexts we create; fixes issues...
2015-11-02 Steinar H. GundersonGeneralize NUM_OUTPUTS a bit.
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonAdd some primitive emergency card mapping. Useful for...
2015-11-01 Steinar H. GundersonMake NUM_CARDS into a command-line flag.
2015-11-01 Steinar H. GundersonMove the audio conversion to a slightly more logical...
2015-11-01 Steinar H. GundersonUse the new texture bounce override instead of relying...
2015-10-31 Steinar H. GundersonReplace libebur128 with the R128 code from ebumeter.
2015-10-31 Steinar H. GundersonAdd some more check_error() calls, for debugging Mesa...
2015-10-31 Steinar H. GundersonUse true peak, not sample peak (EBU R128 compliance).
2015-10-31 Steinar H. GundersonAdd the beginnings of a loudness range meter.
2015-10-29 Steinar H. GundersonAdd missing audio level callback code.
2015-10-29 Steinar H. GundersonAdd the beginnings of a very simple VU meter, based...
2015-10-25 Steinar H. GundersonUnify muxing between the local file and networking.
2015-10-25 Steinar H. GundersonRemove a debug output.
2015-10-25 Steinar H. GundersonBetter multi-card support; index them by number instead...
2015-10-24 Steinar H. GundersonAdd a HTTP server for stream output.
2015-10-18 Steinar H. GundersonAdd an EXTRAHEIGHT define instead of hardcoding 30.
2015-10-18 Steinar H. GundersonUse WIDTH and HEIGHT a few places instead of hard-coded...
2015-10-14 Steinar H. GundersonRework dts selection.
2015-10-13 Steinar H. GundersonRework entire pts handling.
2015-10-12 Steinar H. GundersonRemove some unneeded std::.
2015-10-12 Steinar H. GundersonSwitch to getting bmusb from a submodule.
2015-10-11 Steinar H. GundersonDrop frames if there are clearly too many samples ...
2015-10-11 Steinar H. GundersonMake quitting a tad bit more robust.
2015-10-11 Steinar H. GundersonDecide pts in the mixer instead of in the encoder.
2015-10-11 Steinar H. GundersonMove back to mp4, now that everything seems to work...
2015-10-11 Steinar H. GundersonSwitch to mkv for the time being.
2015-10-11 Steinar H. GundersonSend audio all the way through to the encoder and muxer.
2015-10-10 Steinar H. GundersonAdd a resampler module, as start of sound support.
2015-10-10 Steinar H. GundersonFix a warning.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-08 Steinar H. GundersonYet more quitting fixes. Still not quite there.
2015-10-08 Steinar H. GundersonFix a crash on exit.
2015-10-08 Steinar H. GundersonHook up some timers for the Lua theme, and make a more...
2015-10-07 Steinar H. GundersonMove the side-by-side logic into Lua.
2015-10-07 Steinar H. GundersonAsk the Lua script for number of channels.
2015-10-07 Steinar H. GundersonHook up the cut button to Lua, so that it actually...
2015-10-07 Steinar H. GundersonHook up the rest of the chains from Lua, too.
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...
2015-10-06 Steinar H. GundersonHook up the last previews.
2015-10-06 Steinar H. GundersonRemove the now unused preview size setting.
2015-10-06 Steinar H. GundersonUse Movit also for the display logic; a bit more setup...
2015-10-06 Steinar H. GundersonRefcount the input frames directly instead of trying...
next