Discussion:
[Bug 784667] New: [metabug] Add Flexible Encoding Infrastructure (FEI) Support
"GStreamer" (GNOME Bugzilla)
2017-07-07 19:15:49 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

Bug ID: 784667
Summary: [metabug] Add Flexible Encoding Infrastructure (FEI)
Support
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: enhancement
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@gmail.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---

FEI(Flexible Encoding Infrastructure) is an extension to VA API which allows
applications to have more control over different phases of encoding and trade
off quality for speed with their on IPs.

The main highlight of FEI is the possibility to split the encoding process into
two phases, first is ENC and the second is PAK.
ENC is the operation which performs all motion vector calculation and
prediction.PAK is doing all transformations and entropy coding.
Without having FEI, the whole ENC+PAK is a black box to middleware, but with
FEI user can extract the output of ENC and feed PAK with a custom enhanced
motion vectors and macroblock prediction modes.


VA-API(libva):
*************************
Patches are already landed in mailing list:
https://github.com/01org/libva/pull/83
For now, we only have APIs for AVC encode

intel-vaapi-driver:
*************************
Skylake is the only platform which is supporting FEI now.
Patches are on the way.


GStreaemr-VA API
*************************
Integrating the whole FEI to GStreamer is not trivial. FEI is more useful for
customers who have their own encoder but want to offload some parts
of encoding to GPU/fixed-function hardware block for better performance.
I believe, it is better to not mess up the existing vaapih264enc which is our
primary encoder and should be good enough for normal use cases.

What changes FEI brings into gstreamer-vaapi:

There will be(minimum of) two new GStreamer elements and a bunch of test
applications needs to be implemented.

1: vaapih264feienc: (An advanced h264 encoder which can provide low-level
per macroblock tuning parameters)

2: vaapih264feipreenc: (A preprocessing element which can extract MVs and
statistics before calling encode function)

I will create two separate bugs to track the development of each.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2017-07-12 02:07:37 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

Hyunjun Ko <***@igalia.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@igalia.com
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2017-08-02 00:44:12 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

sreerenj <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Depends on| |785712
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2017-09-01 11:32:22 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667
Bug 784667 depends on bug 785712, which changed state.

Bug 785712 Summary: FEI: Implement VAEntryPointFEI based h264 encoder
https://bugzilla.gnome.org/show_bug.cgi?id=785712

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2017-09-01 11:41:17 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

Víctor Manuel Jáquez Leal <***@igalia.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Depends on| |787118
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2017-09-02 19:38:04 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

Strangiato <***@gmx.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmx.com
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-11-03 15:50:19 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667

GStreamer system administrator <***@gstreamer.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE

--- Comment #2 from GStreamer system administrator <***@gstreamer.net> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/58.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-11-03 15:51:24 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=784667
Bug 784667 depends on bug 787118, which changed state.

Bug 787118 Summary: Refactor VAEntryPointFEI based h264 encoder
https://bugzilla.gnome.org/show_bug.cgi?id=787118

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
Loading...