Commit Graph

32 Commits

Author SHA1 Message Date
Martin Pulec
e1920cb738 VRG: print debug message if dropping frame 2021-05-18 11:13:44 +02:00
Martin Pulec
da13458b08 VRG: print vrgStreamRenderFrame duration 2021-05-18 10:22:21 +02:00
Martin Pulec
377c9f0a1b VRG: print RTT 2021-05-18 09:28:06 +02:00
Martin Pulec
538bf03054 VRG: do not count dismissed frames 2021-05-10 12:45:47 +02:00
Martin Pulec
a4fdcc4292 VRG disp.: allocate +2k for every line
Seems like the runtime hugely overcommits the pitches (eg. 4736 and 2432
for 3686 px line).
2021-05-05 17:00:11 +02:00
Martin Pulec
39983a9dac VRG disp.: do not send spurious RenderPacket 2021-05-05 17:00:11 +02:00
Martin Pulec
49122016ac VRG: Some more debug output 2021-05-05 17:00:10 +02:00
Martin Pulec
b34d30e47e VRG disp.: option for cpu allocator 2021-05-05 17:00:10 +02:00
Martin Pulec
15d521566d VRG: SubmitFrame only on non-zero widht and height 2021-04-30 15:54:15 +02:00
Martin Pulec
e24ff500ca VRG: small fix 2021-04-30 15:28:05 +02:00
Martin Pulec
448894f5db VRG: allocate larger buffer
To accomodate pitched frame
2021-04-23 13:19:53 +02:00
Martin Pulec
b0cdb4140e VRG: debug dump RenderPacket 2021-04-23 13:19:42 +02:00
Martin Pulec
303b0390c7 VRG: fixed compilation without CUDA 2021-04-08 11:16:06 +02:00
Martin Pulec
9cbcc3ed6d VRG: fixed CUDA_I420 translation for VRG 2021-03-22 13:55:52 +01:00
Martin Pulec
f52bfbe2a4 VRG: use cudaMallocHost by default
Use cudaMallocHost instead of cudaMallocManaged. The later is left as an
option with ":managed" option.
2021-03-22 11:37:49 +01:00
Martin Pulec
f1e6143411 VRG: allocate UM for all codecs 2021-03-16 16:17:54 +01:00
Martin Pulec
42028dce61 VRG: support for CUDA_I420 2021-03-16 15:53:53 +01:00
Martin Pulec
cbeb3ce3ff VRG: pass RenderPacket from video_frame 2021-03-08 09:06:47 +01:00
Martin Pulec
92c0be9528 GL: send dummy viewport 2021-02-09 10:44:44 +01:00
Martin Pulec
593716167c VRG: pass dimensions from video prop 2021-02-09 09:29:50 +01:00
Martin Pulec
a81e452554 Updated VRG to use current API 2021-01-26 11:11:38 +01:00
Martin Pulec
c37460ba1f VRG: submit actual frame ID received from net 2021-01-12 15:52:44 +01:00
Martin Pulec
7566a03b43 VRG: option to decode to CUDA UM pointer 2021-01-08 16:43:26 +01:00
Martin Pulec
ebef042591 VRG: use frame pool 2021-01-08 16:43:26 +01:00
Martin Pulec
5b99a89f60 VRG: reversed time points 2020-11-30 11:45:43 +01:00
Martin Pulec
84cf88cb64 VRG: debug print RenderPacket frame ID for VRG 2020-09-14 17:07:59 +02:00
Martin Pulec
9c09600594 VRG: send position data 2020-03-20 10:21:38 +01:00
Martin Pulec
4ae2dd44e6 Revert "VRG: disable I420 by default if not requested"
This reverts commit b69662fb01.

I420 should be now supported. Moreover, '--param decoder-use-codec' can
now be used to select the decoded codec.
2020-03-05 15:48:30 +01:00
Martin Pulec
b69662fb01 VRG: disable I420 by default if not requested
I420 is currently crashing with the plugin.
2020-02-14 14:28:14 +01:00
Martin Pulec
634bca17ac VRG: run in main thread 2020-02-14 14:28:13 +01:00
Martin Pulec
f3997fddd7 VRG: added I420 as an input format 2020-02-14 14:28:13 +01:00
Martin Pulec
227bda8d1d Added VRG 2020-02-14 14:28:13 +01:00