aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-06added configuration option to specify initial audio sourceMartin Keßler
if such an initial source is specified, removed the GUI element to change it later. this is to avoid accidentally changing the source during production.
2016-11-01fixed undefined variable when no previews are usedMartin Keßler
2016-11-01fixed log message when reading "side-by-side-preview" configMartin Keßler
2016-11-01ignore vim temp filesMartin Keßler
2016-10-27Fix fallback from previews.videocaps to mix.videocapsFlorian Zeitz
2016-10-01fix non-vaapi-pipelineMaZderMind
2016-10-01figure out correct combination of caps to get vaapi-postproc working under ↵MaZderMind
gstreamer 1.6+
2016-10-01split pipeline to allow use of vaapipostproc for scaling and deinterlacingMaZderMind
2016-09-29Merge branch 'h01ger-master'MaZderMind
2016-09-29merge example-scripts/.gitignore into .gitignoreHolger Levsen
to avoid this lintian warning: https://lintian.debian.org/tags/package-contains-vcs-control-file.html
2016-09-28Merge branch 'previews-vaapi'MaZderMind
2016-09-28tune h264 vaapi encodersMaZderMind
2016-09-28fix merge issuesMaZderMind
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-26Merge branch 'pep8'MaZderMind
2016-09-15check_pep8: Ignore E402: module level import not at top of fileFlorian Zeitz
This rule clashes with gobject-introspection's practice of calling `gi.require_version()` before importing modules.
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-09-15voctogui: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Use spaces around infix operators * Reformat some argument lists * One import per line * Start line comments with '# ' * Two newlines before free functions * One newline before methods
2016-09-14source-*.py examples: pep8ifyFlorian Zeitz
* One import per line * Indent by 4 spaces * Reformat multiline strings * Spaces around infix operators * Reformat argument lists * Reformat list literals
2016-09-14gstreamer ingest example: pep8ifyFlorian Zeitz
* Reformat multiline strings * Reformat argument lists * Reformat list literals * Two newlines before functions * Fix free functions taking `self`
2016-09-14generate-cut-list example: Ident by 4 spaces (PEP 8)Florian Zeitz
2016-09-14record-all-audio-streams example: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Remove semicolons * Use format() over percent formating
2016-09-14voctomidi: Add newline after `class X:` (PEP 8)Florian Zeitz
2016-09-13Add check_pep8.shFlorian Zeitz
2016-09-13Merge branch 'Florob-ui_fix'MaZderMind
2016-09-13Don't try to remove no longer existing 'stream_blank_separator'Florian Zeitz
2016-09-01Allow setting Voctogui-Host per Commandline, fixes #88MaZderMind
2016-08-28Merge branch 'v0tti-master'MaZderMind
2016-08-28Merge branch 'master' of git://github.com/v0tti/voctomix into v0tti-masterMaZderMind
2016-08-28accept exit as an alias to quit on the contro-server, fixes #95MaZderMind
2016-08-28Add Voctomix Talkv0tti
Add @MaZderMind Talk about Voctomix from Froscon 2016 to the ReadMe
2016-08-28add simple Shortcut-Cheat-Sheet to print on your conference, fixes #73MaZderMind
2016-08-27adds example script for recording all audio-tracks, fixes #64MaZderMind
2016-08-27Merge branch 'nueces-master'MaZderMind
2016-08-24Fix syntax error on Exception message.Juan A. Diaz
2016-08-21Merge branch 'Florob-voctomidi'MaZderMind
2016-08-21Add voctomidi for controlling voctocore via MIDIFlorian Zeitz
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