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
/
avpreviewoutput.py
Age
Commit message (
Expand
)
Author
2016-09-15
voctocore: pep8ify
Florian Zeitz
2016-08-17
make deinterlacer configurable
MaZderMind
2016-08-17
fix deinterlacing
MaZderMind
2016-04-13
raise quality on preview-output, fixes #10
MaZderMind
2016-04-13
enforce an deinterlacer on the preview-outout
MaZderMind
2016-02-08
raise blocksize to 1M on the write-side, too
MaZderMind
2016-02-05
swap audio & video around, so that 0.0 in the output is video and 0.1 is audio
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
2015-11-26
[voctocore] 100 buffers was not enough in practice
MaZderMind
2015-11-14
raise max-buffer-limit to 100 buffers, #16
MaZderMind
2015-11-10
limit the number of queued buffers to avoid OOM conditions
MaZderMind
2015-08-29
fix on_accepted call in preview ports
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-19
if scaled previews are desired, uses nearest-neighbour - it's just for previews!
MaZderMind
2015-05-19
remove costly textoverlays
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
Extract TCP Connection handling into separate classes
MaZderMind
2015-05-14
implement switchable preview source in mjpg coding for the GUI
MaZderMind