| Age | Commit message (Collapse) | Author |
|
ServerDescription -> EncodeServerDescription.
|
|
|
|
* _video_frames_enqueued -> _position
* some int -> Frame replacements
* Call Writer::ref_write when there is nothing to encode / write
for one frame.
* Assume Encoder::encode is called once per output video frame.
* Possibly correct some off-by-1 overlap bugs.
* Don't reset _last_written on FAKE write as I believe there is no need.
|
|
_terminate was being shared between enqueue() and the encoding
threads so that when terminating and recreating the encoding
threads any pending enqueue() was dropped (#683).
|
|
|
|
|
|
the GUI thread (via ServersChanged) or from the job thread
(via end ()).
|
|
|
|
|
|
|
|
|
|
separate-eye 3D when R comes before L in the playlist.
|
|
|
|
|
|
|
|
|
|
|
|
signals are disconnected in the right places.
|
|
|
|
|
|
|
|
|
|
|
|
and encoder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frame is going to be used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test.
|
|
|
|
|
|
|