aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib
AgeCommit message (Expand)Author
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
2015-05-22allow for a local overriding configMaZderMind
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-20locate default config-file in source directoryMaZderMind
2015-05-19if scaled previews are desired, uses nearest-neighbour - it's just for previews!MaZderMind
2015-05-19remove costly textoverlaysMaZderMind
2015-05-16Add shebang headerMaZderMind
2015-05-15Use existing addr object where availableMaZderMind
2015-05-15Move Class-Level variables to the InstancesMaZderMind
2015-05-14Signal other Control-Connections when a function was executedMaZderMind
2015-05-14Extract TCP Connection handling into separate classesMaZderMind
2015-05-14implement switchable preview source in mjpg coding for the GUIMaZderMind
2015-05-14Improve/Repair LoggingMaZderMind
2015-05-14Implement an Audio-MixerMaZderMind
2015-05-14Re-Enable Video-Mixing capabilities and implement dummy Audio-MixerMaZderMind