Age | Commit message (Expand) | Author |
2015-11-15 | Add a Command to set video-sources and composition-mode at the same time, #11 | MaZderMind |
2015-11-15 | Allow a Command to return multiple notifications | MaZderMind |
2015-11-14 | issue a warning when a client is too slow and about to get disconnected, #16 | MaZderMind |
2015-11-14 | raise max-buffer-limit to 100 buffers, #16 | MaZderMind |
2015-11-14 | alow more -v's on the command-line | MaZderMind |
2015-11-10 | limit the number of queued buffers to avoid OOM conditions | MaZderMind |
2015-10-11 | support python32 | MaZderMind |
2015-10-05 | hide useles log messages | MaZderMind |
2015-09-05 | little more debugging | MaZderMind |
2015-09-05 | change set_composite command back to set_composite_mode | MaZderMind |
2015-09-05 | lower case logging | MaZderMind |
2015-09-05 | return a correct response from a get_config call | MaZderMind |
2015-09-02 | change reponse to snake-case, too; fix some commands | MaZderMind |
2015-09-02 | declare CompositeModes to be unique | MaZderMind |
2015-09-02 | stylistic changes | MaZderMind |
2015-09-02 | fix command server when dealing with very short lived connections, like | MaZderMind |
2015-09-02 | refactor commands and notify code | MaZderMind |
2015-08-31 | make protocol work, some gui stuff | Markus Otto |
2015-08-29 | remove capsfilter and videoscaler, use these features from compositor instead | MaZderMind |
2015-08-29 | remove unused caps declaration | MaZderMind |
2015-08-29 | enforce pixel-aspect-ratio=1/1 inbetween videoscaler and compositor to fix co... | MaZderMind |
2015-08-29 | set initial caps, fixes segfaults with 1.5.90 | MaZderMind |
2015-08-29 | fix on_accepted call in preview ports | MaZderMind |
2015-08-15 | add protocol features and minor fixes | Markus Otto |
2015-06-16 | Close previous connection on 2nd Connect (for Video-Sources) | MaZderMind |
2015-06-16 | Implement Stream-Blanker | MaZderMind |
2015-06-16 | Fix Logging around the Videomixer creation | MaZderMind |
2015-06-16 | use compositor, the new videomixer! | MaZderMind |
2015-06-16 | Implement ASource and VSource as generic sources | MaZderMind |
2015-05-25 | fix side-by-side calculation | MaZderMind |
2015-05-25 | Implement Messages as Client-to-Client Communication | MaZderMind |
2015-05-24 | Make the y-pos in side-by-side composition configurable | MaZderMind |
2015-05-24 | Reconfigure the Video-Mixer in Sync with the mixer's streaming pipeline | MaZderMind |
2015-05-23 | mixer background | MaZderMind |
2015-05-23 | Fix logging | MaZderMind |
2015-05-23 | Picture-in-Picture composition mode | MaZderMind |
2015-05-23 | Side-by-Side Preview composition mode | MaZderMind |
2015-05-23 | Add a config option for the Side-by-Side gutter | MaZderMind |
2015-05-23 | Cleanup Side-by-Side Composition code | MaZderMind |
2015-05-22 | remove class-level logging (unused) | MaZderMind |
2015-05-22 | allow for a local overriding config | MaZderMind |
2015-05-22 | better error-handling on all pipelines | MaZderMind |
2015-05-22 | Cannot relyably determin the closed connections' addresst. so don't try to. | MaZderMind |
2015-05-20 | locate default config-file in source directory | MaZderMind |
2015-05-19 | if scaled previews are desired, uses nearest-neighbour - it's just for previews! | MaZderMind |
2015-05-19 | remove costly textoverlays | MaZderMind |
2015-05-16 | Add shebang header | MaZderMind |
2015-05-15 | Use existing addr object where available | MaZderMind |
2015-05-15 | Move Class-Level variables to the Instances | MaZderMind |
2015-05-14 | Signal other Control-Connections when a function was executed | MaZderMind |