aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-08push to pulseaudio instead of going through the alsa emulation layer, fixes #56MaZderMind
2016-02-07up the blocksize on the fdsrc to reduce the number of read()-syscallsMaZderMind
2016-02-05honour the example-script config.sh in the py-source-filesMaZderMind
2016-02-05avoid reconnecting to the pipeline while the old connection isn ot yet fully ↵MaZderMind
closed
2016-02-05swap audio & video around, so that 0.0 in the output is video and 0.1 is audioMaZderMind
2016-02-04Merge branch 'nettime'MaZderMind
2016-02-04default to sync audio outMaZderMind
2016-02-03Add keyboard shortcut to Cut buttonJoel Addison
Use `t` to perform cut in video, as with dvswitch.
2016-02-02re-add removed shebangs for example-scriptsMaZderMind
2016-02-02add missing ffmpeg optionsMaZderMind
2016-02-02add an example streaming live-video-content from a remote-locationMaZderMind
2016-02-02rename source and make hostname a parameterMaZderMind
2016-02-02sync gui-clockMaZderMind
2016-02-02wait until clock-syncMaZderMind
2016-02-02fix example resolutionMaZderMind
2016-02-02remove unnecessary slashesMaZderMind
2016-02-02add source-example with network-time clientMaZderMind
2016-02-02base gui-time on gui-system-clockMaZderMind
2016-02-02use the server-net-clock in the guiMaZderMind
2016-02-02force all pipelines to the same clock and expose it to the network, #46MaZderMind
2016-02-02disable interaction on stdin for all ffmpeg callsMaZderMind
2016-02-01cleanup shebang linesMaZderMind
2016-01-30document audiolevel codeMaZderMind
2016-01-30x-bitMaZderMind
2016-01-30force preview-display-scaler to preview-size in x-mode, fixes #53MaZderMind
2016-01-29add some more niceness to the audiolevelMaZderMind
2016-01-29simplify formularMaZderMind
2016-01-29logarithmic audio display, fixes #28MaZderMind
2016-01-29add a global resolution-config for all example-scriptsMaZderMind
2016-01-29force caps on compositor-input, fixes #52MaZderMind
2016-01-28add more fidelity to test-sourcesMaZderMind
2016-01-24Merge branch 'CarlFK-cutlist-flush'MaZderMind
2016-01-24flush after print().Carl Karsten
so that |tee will display it.
2016-01-13port timestmap logging to guiMaZderMind
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-13oops this should not be comittedBjoern Riemer
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-13document keyboard shortcutsMaZderMind
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-10disable mainvideo audio playout in default settings, #37MaZderMind
2016-01-10always shedule on_loop/on_write on i/o to actively mitigate race-conditions, ↵MaZderMind
fixes #43
2016-01-10don't stop scheduling on_loop in case of an input error, #43MaZderMind