Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
  2. 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
  3. Aug 20, 2020
  4. Jul 08, 2020
  5. Jul 03, 2020
  6. Jul 02, 2020
  7. Jun 19, 2020
  8. Jun 15, 2020
  9. Jun 04, 2020
  10. 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
  11. May 20, 2020
  12. Apr 10, 2020
  13. 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
  14. Mar 19, 2020
  15. Feb 27, 2020
  16. 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
  17. Jan 27, 2020
  18. Jan 16, 2020
  19. 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
  20. Jan 07, 2020
  21. 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
  22. Dec 22, 2019
  23. Dec 19, 2019
Loading