aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/avpreviewoutput.py
AgeCommit message (Expand)Author
2017-01-31Minor PEP8 fixesFlorian Zeitz
2016-10-01fix non-vaapi-pipelineMaZderMind
2016-10-01figure out correct combination of caps to get vaapi-postproc working under gs...MaZderMind
2016-10-01split pipeline to allow use of vaapipostproc for scaling and deinterlacingMaZderMind
2016-09-28tune h264 vaapi encodersMaZderMind
2016-09-28fix broken pipeline stringsMaZderMind
2016-09-27select old encoder-names for gstreamer <1.8Peter Körner
2016-09-27adapt to pep8 stylePeter Körner
2016-09-27add configurable decoders into the guiMaZderMind
2016-09-27tune preview encodersMaZderMind
2016-09-27select vaapi-encoder for preview-output depending on configMaZderMind
2016-09-15voctocore: pep8ifyFlorian Zeitz
2016-08-17make deinterlacer configurableMaZderMind
2016-08-17fix deinterlacingMaZderMind
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