Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-01 | fix non-vaapi-pipeline | MaZderMind | |
2016-10-01 | figure out correct combination of caps to get vaapi-postproc working under ↵ | MaZderMind | |
gstreamer 1.6+ | |||
2016-10-01 | split pipeline to allow use of vaapipostproc for scaling and deinterlacing | MaZderMind | |
2016-09-29 | Merge branch 'h01ger-master' | MaZderMind | |
2016-09-29 | merge example-scripts/.gitignore into .gitignore | Holger Levsen | |
to avoid this lintian warning: https://lintian.debian.org/tags/package-contains-vcs-control-file.html | |||
2016-09-28 | Merge branch 'previews-vaapi' | MaZderMind | |
2016-09-28 | tune h264 vaapi encoders | MaZderMind | |
2016-09-28 | fix merge issues | MaZderMind | |
2016-09-28 | fix broken pipeline strings | MaZderMind | |
2016-09-27 | select old encoder-names for gstreamer <1.8 | Peter Körner | |
2016-09-27 | adapt to pep8 style | Peter Körner | |
2016-09-27 | add configurable decoders into the gui | MaZderMind | |
2016-09-27 | tune preview encoders | MaZderMind | |
2016-09-27 | select vaapi-encoder for preview-output depending on config | MaZderMind | |
2016-09-27 | TcpSingleConnection: Fix logger name | Florian Zeitz | |
2016-09-27 | Add queue elements to streamblanker pipeline, fixes #86 | Florian Zeitz | |
2016-09-26 | Merge branch 'pep8' | MaZderMind | |
2016-09-15 | check_pep8: Ignore E402: module level import not at top of file | Florian Zeitz | |
This rule clashes with gobject-introspection's practice of calling `gi.require_version()` before importing modules. | |||
2016-09-15 | voctocore: pep8ify | Florian Zeitz | |
* Indent by 4 spaces * Reformat some argument lists * Two newlines before free functions * One newline before methods * Spaces around infix operators | |||
2016-09-15 | voctogui: pep8ify | Florian 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-14 | source-*.py examples: pep8ify | Florian Zeitz | |
* One import per line * Indent by 4 spaces * Reformat multiline strings * Spaces around infix operators * Reformat argument lists * Reformat list literals | |||
2016-09-14 | gstreamer ingest example: pep8ify | Florian Zeitz | |
* Reformat multiline strings * Reformat argument lists * Reformat list literals * Two newlines before functions * Fix free functions taking `self` | |||
2016-09-14 | generate-cut-list example: Ident by 4 spaces (PEP 8) | Florian Zeitz | |
2016-09-14 | record-all-audio-streams example: pep8ify | Florian Zeitz | |
* Indent by 4 spaces * Remove semicolons * Use format() over percent formating | |||
2016-09-14 | voctomidi: Add newline after `class X:` (PEP 8) | Florian Zeitz | |
2016-09-13 | Add check_pep8.sh | Florian Zeitz | |
2016-09-13 | Merge branch 'Florob-ui_fix' | MaZderMind | |
2016-09-13 | Don't try to remove no longer existing 'stream_blank_separator' | Florian Zeitz | |
2016-09-01 | Allow setting Voctogui-Host per Commandline, fixes #88 | MaZderMind | |
2016-08-28 | Merge branch 'v0tti-master' | MaZderMind | |
2016-08-28 | Merge branch 'master' of git://github.com/v0tti/voctomix into v0tti-master | MaZderMind | |
2016-08-28 | accept exit as an alias to quit on the contro-server, fixes #95 | MaZderMind | |
2016-08-28 | Add Voctomix Talk | v0tti | |
Add @MaZderMind Talk about Voctomix from Froscon 2016 to the ReadMe | |||
2016-08-28 | add simple Shortcut-Cheat-Sheet to print on your conference, fixes #73 | MaZderMind | |
2016-08-27 | adds example script for recording all audio-tracks, fixes #64 | MaZderMind | |
2016-08-27 | Merge branch 'nueces-master' | MaZderMind | |
2016-08-24 | Fix syntax error on Exception message. | Juan A. Diaz | |
2016-08-21 | Merge branch 'Florob-voctomidi' | MaZderMind | |
2016-08-21 | Add voctomidi for controlling voctocore via MIDI | Florian Zeitz | |
2016-08-17 | make deinterlacer configurable | MaZderMind | |
2016-08-17 | fix deinterlacing | MaZderMind | |
2016-08-16 | remove remaining unconditional print-statements | MaZderMind | |
2016-08-16 | document control-server commands | MaZderMind | |
2016-08-16 | add an introspection based help-command to the control-server, fixes #59 | MaZderMind | |
2016-08-16 | modify imports so that config get's imported after configuring the logging ↵ | MaZderMind | |
subsystem | |||
2016-08-16 | loggs list of considered config-files and those actually read, fixes #85 | MaZderMind | |
2016-08-12 | adds example systemd units, fixes #48 | MaZderMind | |
2016-08-12 | adds example-scripts for framebuffer-playout, fixes #70 | MaZderMind | |
2016-08-12 | makes y-positions in side-by-side-equal mode separate configurable, fixes #71 | MaZderMind | |
2016-08-07 | raise the buffer-limit for mix_out to 10000 buffers and make this configurable | MaZderMind | |