index
:
omni/voctomix
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
voctocore
/
lib
/
avpreviewoutput.py
Age
Commit message (
Expand
)
Author
2016-10-01
fix non-vaapi-pipeline
MaZderMind
2016-10-01
figure out correct combination of caps to get vaapi-postproc working under gs...
MaZderMind
2016-10-01
split pipeline to allow use of vaapipostproc for scaling and deinterlacing
MaZderMind
2016-09-28
tune h264 vaapi encoders
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-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