index
:
omni/voctomix
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
voctocore
/
lib
/
avsource.py
Age
Commit message (
Collapse
)
Author
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-02-07
up the blocksize on the fdsrc to reduce the number of read()-syscalls
MaZderMind
2016-02-02
force all pipelines to the same clock and expose it to the network, #46
MaZderMind
2016-02-01
cleanup shebang lines
MaZderMind
2016-01-13
add queue after fdsrc to guard against small kernel buffers
MaZderMind
2015-11-26
[voctocore] aggregate asource and vsource into avsource, fixes #23
MaZderMind
2015-11-26
warn on imcompatible input formats, fixes #25
MaZderMind
2015-05-19
remove costly textoverlays
MaZderMind
2015-05-15
Move Class-Level variables to the Instances
MaZderMind
I should really learn python…
2015-05-14
Extract TCP Connection handling into separate classes
MaZderMind
2015-05-14
implement switchable preview source in mjpg coding for the GUI
MaZderMind
2015-05-14
Improve/Repair Logging
MaZderMind
2015-05-13
experiment with transporting uncompressed a/v together in a matroska stream
MaZderMind