mesa/src/gallium/frontends
Henry Goffin c8f644ec44 frontends/va: ignore incoming frame_num from VA picture parameters
The Gallium pipe video "frame_num" variable is internally used as a
counter of elapsed reference frames since the last IDR. The incoming
frame_num field from VA picture parameters is not equivalent; the VA
value may wrap to zero prematurely, as it is a 16-bit struct field with
a documented max value of 2^(log2_max_frame_num_minus4 + 4)-1.

This change improves "infinite GOP" single-client live streaming, where
it is reasonable for the server to desire an endless series of P-frames
without IDR. Without this change, it is difficult/impossible for an
application to encode a P- or B-frame after the VA frame_num field wraps
around to zero, depending on the backend encoder implementation.

This change has no effect on existing applications that always signal an
IDR frame and reset the VA frame_num to zero before it wraps around. For
example, the FFmpeg vaapi encoder ignores the VA documentation and sends
an un-wrapped VA frame_num, which results in identical computation of
the internal frame_num (as long as each GOP is less than 65536 frames).

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5768

Reviewed-by: Thong Thai <thong.thai@amd.com>

patch revision 3: correctly avoid incrementing frame_num when the encoded
frame is not a reference, per h264 spec and ffmpeg behavior

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14332>
2022-03-04 14:17:20 +00:00
..
clover clover: Move min image support check 2022-01-04 16:56:25 +00:00
d3d10umd d3d10umd: Update for set_sampler_views take_ownership parameter. 2021-10-26 14:05:33 +00:00
dri drisw: fence drawing to the swap/copy buffers. 2022-02-21 03:52:02 +00:00
glx/xlib mesa: split struct gl_config into it's own header. 2022-01-20 00:20:06 +00:00
hgl gallium/st: add a back buffer fallback for front rendering 2021-05-26 00:05:33 +00:00
lavapipe lavapipe: always set read/write on ssbo/images. 2022-03-03 01:14:20 +00:00
nine mesa: Merge libmesa_gallium and libmesa_common 2021-12-03 23:53:06 +00:00
omx radeon/vcn: enable dynamic dpb Tier2 for hevc dec vaapi path 2022-01-12 20:16:50 +00:00
osmesa gallium/osmesa: fix buffer resizing 2021-09-03 20:30:04 +00:00
va frontends/va: ignore incoming frame_num from VA picture parameters 2022-03-04 14:17:20 +00:00
vdpau util/vl: move gallium vl_vlc.h and vl_rbsp.h to shared code. 2021-11-15 21:57:28 +00:00
wgl drirc: add mesa_extension_override option 2021-11-04 14:16:55 +00:00
xa replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
xvmc android: Drop the Android.mk build system 2021-07-08 14:44:02 -05:00