Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Jun 15, 2020
  3. Jun 04, 2020
  4. 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
  5. May 20, 2020
  6. Apr 10, 2020
  7. 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
  8. Mar 19, 2020
  9. Feb 27, 2020
  10. 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
  11. Jan 27, 2020
  12. Jan 16, 2020
  13. 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
  14. Jan 07, 2020
  15. 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
  16. Dec 22, 2019
  17. Dec 19, 2019
  18. Dec 11, 2019
  19. Nov 05, 2019
    • Guillaume Desmottes's avatar
      omxvideoenc: pass padding requirements to ALLOCATION query · 2939a46d
      Guillaume Desmottes authored
      By passing the expected video buffer layout, the upstream producer
      may be able to produce buffers fitting those requierements allowing
      gst-omx to use dynamic buffer mode rather than having to copy each input
      buffer.
      
      This is particularly useful with v4l2src as it can request the capture
      driver to produce buffers with the required paddings.
      2939a46d
    • Guillaume Desmottes's avatar
      omxbufferpool: use gst_video_meta_set_alignment() · 800cc4bd
      Guillaume Desmottes authored
      Tell buffer consumer about our paddings.
      
      v4l2src can now uses these paddings information when trying to import
      buffers to configure the v4l2 driver accordingly.
      800cc4bd
  20. Nov 02, 2019
  21. Oct 13, 2019
  22. Oct 07, 2019
Loading