Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | Only define ShortcutsWindow if Gtk.ShortcutsWindow exists. Fixes #124 | Florian Zeitz | |
2017-01-31 | Add a ShortcutsWindow and tooltips to display accelerators | Florian Zeitz | |
The GtkShortcutsWindow is shown upon pressing `?`. This is only available in Gtk+ >= 3.20. For earlier versions nothing happens. | |||
2017-01-31 | Minor PEP8 fixes | Florian Zeitz | |
2017-01-06 | Fix incorrect check for `self.log` | Florian Zeitz | |
2016-12-20 | Fix documentation | Daniel Molkentin | |
- numbers as arguments in the protocol have been phased out - documentation moved relative to commands file, link fixed | |||
2016-12-18 | fixed x-bit for example scripts0.5.1 | MaZderMind | |
2016-12-18 | add example script showing multi-variant-streaming used on 33c3 | MaZderMind | |
2016-12-10 | Merge pull request #118 from FOSDEM/fosdem | Peter | |
fix for #117 (voctomix leaking file descriptors) | |||
2016-12-10 | fix for #117 (voctomix leaking file descriptors) | Vasil Kolev | |
On connection close voctocore doesn't close the sockets, leading to a leak. | |||
2016-11-17 | example-call0.5 | MaZderMind | |
2016-11-07 | Merge commit '197e6d8244af1132441f7bba4a904c205a8d4d63' | MaZderMind | |
repair missing merge from force-push to github | |||
2016-11-06 | added configuration option to specify initial audio source | Martin 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-01 | fixed undefined variable when no previews are used | Martin Keßler | |
2016-11-01 | fixed log message when reading "side-by-side-preview" config | Martin Keßler | |
2016-11-01 | ignore vim temp files | Martin Keßler | |
2016-10-27 | Fix fallback from previews.videocaps to mix.videocaps | Florian Zeitz | |
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 | |