GStreamer multimedia framework
Find a file
Varunkumar Allagadapa bfd8306ef6 omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoder
Custom API that upstream elements can use to notify encoders about
marking longterm ref. pictures or using longterm ref. pictures in
encoding process.

This patch adds below properties:

long-term-ref: Enable/Disable dynamically marking long-term
reference pictures in encoding process

long-term-freq: Periodicity of long-term reference picture
marking in encoding process.

If a picture is marked as long-term reference picture then it remains
in the DPB list for ever unless it overrides with new long-term pitcure with
same index. Encoder can use this long-term picture as refence for
encoding.

This feature is mostly useful to avoid visual artifacts propagation in streaming use cases
when packet loss happens. Instead of requesting for IDR, client can request for use long-term
reference picture for encoding.
2020-01-09 11:44:55 +01:00
config Remove autotools build 2019-10-14 00:58:55 +01:00
docs doc: Build documentation of hotdoc 2019-05-13 19:06:28 -04:00
examples Remove autotools build 2019-10-14 00:58:55 +01:00
hooks build: add meson build definition 2017-01-18 15:23:42 +11:00
omx omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoder 2020-01-09 11:44:55 +01:00
tests Remove autotools build 2019-10-14 00:58:55 +01:00
tools Remove autotools build 2019-10-14 00:58:55 +01:00
.gitignore Remove autotools build 2019-10-14 00:58:55 +01:00
.gitlab-ci.yml Add Gitlab CI configuration 2019-04-06 16:23:51 +00:00
AUTHORS Release 1.0.0 2013-03-22 17:16:33 +01:00
ChangeLog Release 1.16.0 2019-04-19 00:38:44 +01:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.16.0 2019-04-19 00:38:44 +01:00
meson.build meson: display OMX target when configuring 2020-01-07 06:02:05 +00:00
meson_options.txt doc: Build documentation of hotdoc 2019-05-13 19:06:28 -04:00
NEWS Release 1.16.0 2019-04-19 00:38:44 +01:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Back to development 2019-04-19 11:00:07 +01:00

GStreamer OpenMAX IL wrapper plugin
--------------------------

 This plugin wraps available OpenMAX IL components and makes
 them available as standard GStreamer elements.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base