[Bug 783803] New: encoder: h264: Add multi reference support
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 14 23:42:17 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783803
Bug ID: 783803
Summary: encoder: h264: Add multi reference support
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: enhancement
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: bsreerenj at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: bsreerenj at gmail.com, vjaquez at igalia.com
GNOME version: ---
Currently we only support 1 ref frame in P frame encode and 2 ref frames in B
frame encode. With the recent changes in Intel-vaapi-driver(SKL, BXT and KBL
platforms), we should be able to use multi-referencing.
-- Query the driver with VAConfigAttribEncMaxRefFrames and find the number of
reference frames supported.
Need a fix in driver:Currently the value is hard-coded in driver query
implementation.
-- Implement a basic algorithm in vaapih264encoder to utilize the multi
referencing.
For eg: use the previous frames(n-1, n-2...n-x, where n=current frame,
x=user-input-number-of-ref-frames-to-be-used) for referencing.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list