aboutsummaryrefslogtreecommitdiff
path: root/voctocore
AgeCommit message (Collapse)Author
2016-09-28Merge branch 'previews-vaapi'MaZderMind
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-27TcpSingleConnection: Fix logger nameFlorian Zeitz
2016-09-27Add queue elements to streamblanker pipeline, fixes #86Florian Zeitz
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-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-16modify imports so that config get's imported after configuring the logging ↵MaZderMind
subsystem
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-04default source can also be set for fullscreenMaZderMind
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-03-15minor spelling errortimohaas
2016-02-19Fix wrong command in READMEmraerino
The command for getting the settings was falsely called 'get_setting' though it has to be 'get_config'
2016-02-16force GstNet versionMaZderMind
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-13arg is a booleanMaZderMind
2016-01-13reduce number of if/else casesMaZderMind
2016-01-13use action='store_true' in argparserMaZderMind
2016-01-13add --timestamp arg to voctocoreBjoern Riemer
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
fixes #43