aboutsummaryrefslogtreecommitdiff
path: root/voctocore/lib
AgeCommit message (Expand)Author
2016-09-27Add queue elements to streamblanker pipeline, fixes #86Florian Zeitz
2016-09-15voctocore: pep8ifyFlorian Zeitz
2016-08-28accept exit as an alias to quit on the contro-server, fixes #95MaZderMind
2016-08-17make deinterlacer configurableMaZderMind
2016-08-17fix deinterlacingMaZderMind
2016-08-16remove remaining unconditional print-statementsMaZderMind
2016-08-16document control-server commandsMaZderMind
2016-08-16add an introspection based help-command to the control-server, fixes #59MaZderMind
2016-08-16loggs list of considered config-files and those actually read, fixes #85MaZderMind
2016-08-12makes y-positions in side-by-side-equal mode separate configurable, fixes #71MaZderMind
2016-08-07raise the buffer-limit for mix_out to 10000 buffers and make this configurableMaZderMind
2016-08-04allows separate defaults for each of the composition modesMaZderMind
2016-08-04make core send a update on the buttons when switching composite modesderpeter
2016-08-03added abiltiy to set a default A for composite modesderpeter
2016-04-27also allow config files in a folder under /etcMaZderMind
2016-04-27deprecate /etc/voctomix.ini, replaced with /etc/voctocore.iniMaZderMind
2016-04-13raise quality on preview-output, fixes #10MaZderMind
2016-04-13enforce an deinterlacer on the preview-outoutMaZderMind
2016-02-16provide clock on IPv4 & v6MaZderMind
2016-02-08raise blocksize to 1M on the write-side, tooMaZderMind
2016-02-07up the blocksize on the fdsrc to reduce the number of read()-syscallsMaZderMind
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
2016-01-29force caps on compositor-input, fixes #52MaZderMind
2016-01-13reduce number of if/else casesMaZderMind
2016-01-13use action='store_true' in argparserMaZderMind
2016-01-13add --timestamp & -t args to argparserBjoern Riemer
2016-01-13add timestamps agrument to LogHandler constructorBjoern Riemer
2016-01-13added timestamp support to logFormatterBjoern Riemer
2016-01-13add queue after fdsrc to guard against small kernel buffersMaZderMind
2016-01-12fix RuntimeException->RuntimeErrorMaZderMind
2016-01-11fix logging in _schedule_writeMaZderMind
2016-01-10always shedule on_loop/on_write on i/o to actively mitigate race-conditions, ...MaZderMind
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