aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib/pipeline.py
AgeCommit message (Collapse)Author
2016-11-06added configuration option to specify initial audio sourceMartin Keßler
if such an initial source is specified, removed the GUI element to change it later. this is to avoid accidentally changing the source during production.
2016-09-15voctocore: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Reformat some argument lists * Two newlines before free functions * One newline before methods * Spaces around infix operators
2016-02-01cleanup shebang linesMaZderMind
2016-01-12fix RuntimeException->RuntimeErrorMaZderMind
2015-11-26[voctocore] aggregate asource and vsource into avsource, fixes #23MaZderMind
2015-06-16Implement Stream-BlankerMaZderMind
2015-06-16Fix Logging around the Videomixer creationMaZderMind
2015-06-16Implement ASource and VSource as generic sourcesMaZderMind
they are needed for the StreamBlanker-Feature as well
2015-05-23mixer backgroundMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
I should really learn python…
2015-05-14implement switchable preview source in mjpg coding for the GUIMaZderMind
2015-05-14Re-Enable Video-Mixing capabilities and implement dummy Audio-MixerMaZderMind
2015-05-13experiment with transporting uncompressed a/v together in a matroska streamMaZderMind
2015-05-11a rudimentary audio pipelineMaZderMind
2015-05-10Add controll-server and control mixerMaZderMind
2015-05-10implement mixer & test-outputMaZderMind
2015-05-10Move files & implement output countingMaZderMind
2015-05-10Implementing a Video-Switching-Server is easy … if you know what your're doingMaZderMind
2014-09-18enable audioswitch, use a payloader to transfer buffer timestamps through ↵MaZderMind
the shm-bridge and keep a/v sync intact
2014-09-14use an external failsrc for the failover shmsrcMaZderMind
2014-08-30link videomixer via requested ghostpadMaZderMind
2014-08-30docu & loggingMaZderMind
2014-08-30properly link quadmixer with a requested padMaZderMind
2014-08-25implement times-two distribution and main video mixerMaZderMind
2014-08-24move name-setting to pipelineMaZderMind
2014-08-24basic quadmix implMaZderMind