]> git.sesse.net Git - nageru/history - mixer.cpp
Add a compressor (kindly relicensed by Rune Holm). Fixed for now, and only to get...
[nageru] / mixer.cpp
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...
2015-10-05 Steinar H. GundersonMove some render targets to 16-bit RGB to save texture...
2015-10-05 Steinar H. GundersonUse the new Movit functionality to save a texture uploa...
2015-10-05 Steinar H. GundersonHook up the preview window to a different chain.
2015-10-04 Steinar H. GundersonPrepare for multiple output channels from the mixer.
2015-10-04 Steinar H. GundersonMake the Mixer own the resource pool, as we will be...
2015-10-04 Steinar H. GundersonClean up the surface stuff in Mixer, now that we have...
2015-10-04 Steinar H. GundersonMove chroma subsampling into its own function.
2015-10-04 Steinar H. GundersonGet rid of the ugly allocate-a-dummy-frame trick.
2015-10-04 Steinar H. GundersonMove the allocators into CaptureCard.
2015-10-04 Steinar H. GundersonCleanup in Mixer.
2015-10-04 Steinar H. GundersonMove all mixer stuff into a class.
2015-10-04 Steinar H. GundersonRun IWYU (plus lots of manual fiddling).
2015-10-04 Steinar H. GundersonHook up the cut button to something that is not really...
2015-10-04 Steinar H. GundersonHook up display (via a separate RGBA texture) to the UI.
2015-10-04 Steinar H. GundersonAdd a wrapper to make fences refcounted, as we will...
2015-10-04 Steinar H. GundersonTake the Movit shader directory from pkg-config.
2015-10-03 Steinar H. GundersonRemove some unused variables.
2015-10-03 Steinar H. GundersonDo not release input frames until we are (definitely...
2015-10-03 Steinar H. GundersonRemove unused stuff from the mixer.
2015-10-03 Steinar H. GundersonDrop the version dependent reading; always use 130.
2015-10-03 Steinar H. GundersonClean mixer thread shutdown.
2015-10-03 Steinar H. GundersonInitial checkin.