aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-01Add sample scrtipts to both display+send webcam feed.HEADmasterJonas Smedegaard
2017-03-01Add variable AUDIOCHANNELS.Jonas Smedegaard
2017-03-01Use host voctobox.local (not voctobox) to ease use with avahi.Jonas Smedegaard
2017-02-28Declare versions for GI modules.Jonas Smedegaard
2017-02-28Add composition Matrix Two-by-two.Jonas Smedegaard
2017-02-27Use voctobox (not localhost) as voctocore host.Jonas Smedegaard
2017-02-27Smaller frames. More cams. Xvideo (not OpenGL).Jonas Smedegaard
2017-02-07Only define ShortcutsWindow if Gtk.ShortcutsWindow exists. Fixes #124Florian Zeitz
2017-01-31Add a ShortcutsWindow and tooltips to display acceleratorsFlorian Zeitz
The GtkShortcutsWindow is shown upon pressing `?`. This is only available in Gtk+ >= 3.20. For earlier versions nothing happens.
2017-01-31Minor PEP8 fixesFlorian Zeitz
2017-01-06Fix incorrect check for `self.log`Florian Zeitz
2016-12-20Fix documentationDaniel Molkentin
- numbers as arguments in the protocol have been phased out - documentation moved relative to commands file, link fixed
2016-12-18fixed x-bit for example scripts0.5.1MaZderMind
2016-12-18add example script showing multi-variant-streaming used on 33c3MaZderMind
2016-12-10Merge pull request #118 from FOSDEM/fosdemPeter
fix for #117 (voctomix leaking file descriptors)
2016-12-10fix for #117 (voctomix leaking file descriptors)Vasil Kolev
On connection close voctocore doesn't close the sockets, leading to a leak.
2016-11-17example-call0.5MaZderMind
2016-11-07Merge commit '197e6d8244af1132441f7bba4a904c205a8d4d63'MaZderMind
repair missing merge from force-push to github
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