Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Mar 15, 2021
  3. Jan 14, 2021
  4. Jan 13, 2021
  5. Dec 06, 2020
  6. Oct 27, 2020
  7. Oct 26, 2020
  8. Oct 10, 2020
    • Guillaume Desmottes's avatar
      omxvideodec: support interlace-mode=interleaved input · fcd12e89
      Guillaume Desmottes authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      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 gstreamer/gst-plugins-base#825
      
      Part-of: <gstreamer/gst-omx!73>
      fcd12e89
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. 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
  12. Aug 20, 2020
  13. Jul 08, 2020
  14. Jul 03, 2020
  15. Jul 02, 2020
  16. Jun 19, 2020
  17. Jun 15, 2020
  18. Jun 04, 2020
  19. 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
  20. May 20, 2020
  21. Apr 10, 2020
  22. 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
  23. Mar 19, 2020
  24. Feb 27, 2020
  25. 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
  26. Jan 27, 2020
  27. Jan 16, 2020
  28. Jan 09, 2020
Loading