Skip to content
Snippets Groups Projects
  1. Mar 03, 2018
  2. Mar 02, 2018
  3. Mar 01, 2018
  4. Feb 28, 2018
  5. Feb 27, 2018
  6. Feb 26, 2018
  7. Feb 24, 2018
  8. Feb 23, 2018
  9. Feb 22, 2018
  10. Feb 21, 2018
    • Guillaume Desmottes's avatar
      videometa: add support for downstream parameters to ROI meta · f5855d50
      Guillaume Desmottes authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
      The current GstVideoRegionOfInterestMeta API allows elements to detect
      and name ROI but doesn't tell anything about how this information is
      meant to be consumed by downstream elements.
      Typically, encoders may want to tweak their encoding settings for a
      given ROI to increase or decrease their quality.
      Each encoder has its own set of settings so that's not something that
      can be standardized.
      
      This patch adds encoder-specific parameters to the meta which can be
      used to configure the encoding of a specific ROI.
      
      A typical use case would be: source ! roi-detector ! encoder
      with a buffer probe on the encoder sink pad set by the application.
      Thanks to the probe the application will be able to tell to the encoder
      how this specific region should be encoded.
      
      Users could also develop their specific roi detectors meant to be used with a
      specific encoder and directly putting the encoder parameters when
      detecting the ROI.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=793338
      f5855d50
    • Mikhail Fludkov's avatar
      rtpbuffer.h: Add new RTPBuffer flags · d7397f02
      Mikhail Fludkov authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
      These flags will be used for Forward Error Correction purposes
      
      https://bugzilla.gnome.org/show_bug.cgi?id=792695
      d7397f02
  11. Feb 20, 2018
  12. Feb 19, 2018
  13. Feb 18, 2018
  14. Feb 17, 2018
  15. Feb 16, 2018
  16. Feb 15, 2018
Loading