aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/avpreviewoutput.py
AgeCommit message (Expand)Author
2016-04-13raise quality on preview-output, fixes #10MaZderMind
2016-04-13enforce an deinterlacer on the preview-outoutMaZderMind
2016-02-08raise blocksize to 1M on the write-side, tooMaZderMind
2016-02-05swap audio & video around, so that 0.0 in the output is video and 0.1 is audioMaZderMind
2016-02-02force all pipelines to the same clock and expose it to the network, #46MaZderMind
2016-02-01cleanup shebang linesMaZderMind
2015-11-26[voctocore] 100 buffers was not enough in practiceMaZderMind
2015-11-14raise max-buffer-limit to 100 buffers, #16MaZderMind
2015-11-10limit the number of queued buffers to avoid OOM conditionsMaZderMind
2015-08-29fix on_accepted call in preview portsMaZderMind
2015-05-22better error-handling on all pipelinesMaZderMind
2015-05-22Cannot relyably determin the closed connections' addresst. so don't try to.MaZderMind
2015-05-19if scaled previews are desired, uses nearest-neighbour - it's just for previews!MaZderMind
2015-05-19remove costly textoverlaysMaZderMind
2015-05-15Use existing addr object where availableMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
2015-05-14Extract TCP Connection handling into separate classesMaZderMind
2015-05-14implement switchable preview source in mjpg coding for the GUIMaZderMind