aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib
AgeCommit message (Expand)Author
2016-01-10don't stop scheduling on_loop in case of an input error, #43MaZderMind
2016-01-06print incoming connection adress nicer and also fd-numberMaZderMind
2016-01-06remove comments and superfluous on_loop callMaZderMind
2016-01-06add debugging to de what's going on in the control-serverMaZderMind
2016-01-05voctocore: controlserver: skip on_loop/on_write when nothing to doDaniel Gnoutcheff
2015-11-26[voctocore] aggregate asource and vsource into avsource, fixes #23MaZderMind
2015-11-26[voctocore] 100 buffers was not enough in practiceMaZderMind
2015-11-26color warnings and errors differently, fixes #24MaZderMind
2015-11-26warn on imcompatible input formats, fixes #25MaZderMind
2015-11-16deny calling private methods, fixes #22MaZderMind
2015-11-15Add a Command to set video-sources and composition-mode at the same time, #11MaZderMind
2015-11-15Allow a Command to return multiple notificationsMaZderMind
2015-11-14issue a warning when a client is too slow and about to get disconnected, #16MaZderMind
2015-11-14raise max-buffer-limit to 100 buffers, #16MaZderMind
2015-11-14alow more -v's on the command-lineMaZderMind
2015-11-10limit the number of queued buffers to avoid OOM conditionsMaZderMind
2015-10-11support python32MaZderMind
2015-10-05hide useles log messagesMaZderMind
2015-09-05little more debuggingMaZderMind
2015-09-05change set_composite command back to set_composite_modeMaZderMind
2015-09-05lower case loggingMaZderMind
2015-09-05return a correct response from a get_config callMaZderMind
2015-09-02change reponse to snake-case, too; fix some commandsMaZderMind
2015-09-02declare CompositeModes to be uniqueMaZderMind
2015-09-02stylistic changesMaZderMind
2015-09-02fix command server when dealing with very short lived connections, likeMaZderMind
2015-09-02refactor commands and notify codeMaZderMind
2015-08-31make protocol work, some gui stuffMarkus Otto
2015-08-29remove capsfilter and videoscaler, use these features from compositor insteadMaZderMind
2015-08-29remove unused caps declarationMaZderMind
2015-08-29enforce pixel-aspect-ratio=1/1 inbetween videoscaler and compositor to fix co...MaZderMind
2015-08-29set initial caps, fixes segfaults with 1.5.90MaZderMind
2015-08-29fix on_accepted call in preview portsMaZderMind
2015-08-15add protocol features and minor fixesMarkus Otto
2015-06-16Close previous connection on 2nd Connect (for Video-Sources)MaZderMind
2015-06-16Implement Stream-BlankerMaZderMind
2015-06-16Fix Logging around the Videomixer creationMaZderMind
2015-06-16use compositor, the new videomixer!MaZderMind
2015-06-16Implement ASource and VSource as generic sourcesMaZderMind
2015-05-25fix side-by-side calculationMaZderMind
2015-05-25Implement Messages as Client-to-Client CommunicationMaZderMind
2015-05-24Make the y-pos in side-by-side composition configurableMaZderMind
2015-05-24Reconfigure the Video-Mixer in Sync with the mixer's streaming pipelineMaZderMind
2015-05-23mixer backgroundMaZderMind
2015-05-23Fix loggingMaZderMind
2015-05-23Picture-in-Picture composition modeMaZderMind
2015-05-23Side-by-Side Preview composition modeMaZderMind
2015-05-23Add a config option for the Side-by-Side gutterMaZderMind
2015-05-23Cleanup Side-by-Side Composition codeMaZderMind
2015-05-22remove class-level logging (unused)MaZderMind