[Bug 783803] encoder: h264(AVC): Add multi reference support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 2 07:32:46 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783803

Hyunjun Ko <zzoon at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #356501|reviewed                    |none
             status|                            |
 Attachment #356501|0                           |1
        is obsolete|                            |

--- Comment #22 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 356764
  --> https://bugzilla.gnome.org/attachment.cgi?id=356764&action=edit
libs: encoder: h264: add multi reference support

Using num_ref_frames provided and the result of the Query
VAConfigAttribEncMaxRefFrames, it determines the size of reference list
and perform encoding with multi reference frames as the following:

1\ The num_ref_frames is being considered as the number of
reference picture list0
2\ Encoder adds 1 reference frame more to the reference picture list1
internally if b-frame encoding.
3\ If num_ref_frames is bigger than the number of refrence frames
supported in the driver, it will be lowered.

-- 
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