Skip to content
Snippets Groups Projects
  1. May 31, 2021
  2. Nov 04, 2020
  3. Oct 16, 2020
    • Stéphane Cerveau's avatar
      meson: update glib minimum version to 2.56 · 0ee03f2b
      Stéphane Cerveau authored
      In order to support the symbol g_enum_to_string in various
      project using GStreamer ( gst-validate etc.), the glib minimum
      version should be 2.56.0.
      
      Remove compat code as glib requirement
      is now > 2.56
      
      Version used by Ubuntu 18.04 LTS
      
      Part-of: <!74>
      0ee03f2b
  4. Oct 05, 2020
    • Guillaume Desmottes's avatar
      omxvideodec: support interlace-mode=interleaved input · 9192ad0e
      Guillaume Desmottes authored
      interlace-mode=alternate is a special case of interlace-mode=interleaved
      where the fields are split using two different buffers.
      
      The Zynq decoder always produces alternate content and we
      used to assume that upstream will set interlace-mode=alternate in its
      caps as well.
      This is no longer the case as h265parse is now setting
      alternate-mode=interleaved on alternate content to not break compat with
      elements not supporting alternate.
      As a result the decoder now accept both 'interleaved' and 'alternate' on
      its input and ensures that its ouput has interlace-mode=alternate.
      
      Needed to fix gst-plugins-base#825
      
      Part-of: <!72>
      9192ad0e
  5. Sep 08, 2020
  6. Sep 07, 2020
  7. Aug 27, 2020
    • Tim-Philipp Müller's avatar
      meson: fix Tizonia build · f3324e53
      Tim-Philipp Müller authored
      Was failing for release versions with
      
      meson.build:414:10: ERROR: Can not set values on configuration object that has been used.
      
      Caused by !69, but CI didn't notice at the time because it was set to a git version.
      f3324e53
  8. Aug 20, 2020
  9. Jul 08, 2020
  10. Jul 03, 2020
  11. Jul 02, 2020
  12. Jun 19, 2020
  13. Jun 15, 2020
  14. Jun 04, 2020
  15. May 21, 2020
    • Dylan Yip's avatar
      omx: Add latest OMX_ALG_Index's to omx_index_type_to_str · fbdcf190
      Dylan Yip authored
      Add following indexes to omx_index_type_to_str:
      OMX_ALG_IndexParamVideoAccessUnitDelimiter
      OMX_ALG_IndexParamVideoBufferingPeriodSEI
      OMX_ALG_IndexParamVideoPictureTimingSEI
      OMX_ALG_IndexParamVideoRecoveryPointSEI
      OMX_ALG_IndexParamVideoMasteringDisplayColourVolumeSEI
      OMX_ALG_IndexParamVideoContentLightLevelSEI
      OMX_ALG_IndexConfigVideoRegionOfInterestByValue
      OMX_ALG_IndexConfigVideoColorPrimaries
      fbdcf190
    • Stéphane Cerveau's avatar
      zynq: change API to use public 2020.01 from vcu-omx-il · cd5414db
      Stéphane Cerveau authored
      This new release 2020.01 fixes an API typo
      Change to OMX_ALG_IndexConfigVideoHighDynamicRangeSEI
      instead of OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs
      among others.
      cd5414db
  16. May 20, 2020
  17. Apr 10, 2020
  18. Apr 08, 2020
    • Stéphane Cerveau's avatar
      omxh26xenc: fix coverity with frame test · 84e99060
      Stéphane Cerveau authored
      Coverity was complaining with:
      Null pointer dereferences  (REVERSE_INULL) Null-checking "frame"
      suggests that it may be null, but it has already been
      dereferenced on all paths leading to the check.
      
      The frame == NULL has been removed as 'frame' is actively used
      in the code above without any change of dereferencing and setting
      its value to NULL before the test.
      
      CID: 1461287
      84e99060
  19. Mar 19, 2020
  20. Feb 27, 2020
  21. Feb 25, 2020
    • Guillaume Desmottes's avatar
      omx: don't log error when failing to load conf file with generic target · 27c1aa54
      Guillaume Desmottes authored
      The generic target is meant to only test building gst-omx. It doesn't
      provide any configuration file and so is not supposed to register any
      element.
      I'm not aware of any user building gst-omx with this target and
      providing their own conf file to actually register elements. But best to
      not break this use case anyway so let's just downgrade the log message.
      
      Fix GST_ERROR in the 'check fedora' CI job.
      27c1aa54
  22. Jan 27, 2020
  23. Jan 16, 2020
  24. Jan 09, 2020
    • Varunkumar Allagadapa's avatar
      omxvideoenc: Add look-ahead property to ZYNQ_USCALE_PLUS encoder · f35f3126
      Varunkumar Allagadapa authored
      This patch adds look-ahead property to encoder
      
      The value indicates look ahead size in frames,
      the number of frames processed ahead of second pass encoding.
      Dual pass encoding is disabled if look-ahead
      value is less than 2.
      f35f3126
    • Varunkumar Allagadapa's avatar
      omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoder · bfd8306e
      Varunkumar Allagadapa authored
      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.
      bfd8306e
  25. Jan 07, 2020
  26. Dec 23, 2019
    • Julien Isorce's avatar
      meson: fix tizonia build · 871625c9
      Julien Isorce authored
      meson.build was both using path to gst-omx/openmax/OMX*
      headers and path to OMX headers provided by tizilheaders.pc
      so this patch makes sure we only use the later.
      
      Also bump tizonia minimum version to 0.19.0 which
      is the latest release.
      871625c9
  27. Dec 22, 2019
Loading