Skip to content
Snippets Groups Projects
  1. Dec 13, 2018
    • Philipp Zabel's avatar
      glupload: dmabuf: use out_info to create allocation params for non-direct dmabuf uploads as well · 18c9babe
      Philipp Zabel authored and Philipp Zabel's avatar Philipp Zabel committed
      Non-direct dmabuf uploads, just as direct dmabuf uploads, create EGL
      images and thus GL textures of the same width as the imported image.
      The input dmabuf line stride is not relevant to the resulting texture
      in both cases.
      
      This fixes the case where non-direct uploads of input dmabufs with line
      stride larger than the width will for example cause glcolorconvert to
      sample only the left part (width * bytes per pixel / stride) of the
      image, causing a horizontally stretched and cropped output image.
      18c9babe
  2. Dec 12, 2018
  3. Dec 07, 2018
    • Sebastian Dröge's avatar
      video-overlay-composition: Optimize premultiplication/unpremultiplication loops · f441b521
      Sebastian Dröge authored
      Pull in video frame fields into local variables. Without this the
      compiler must assume that they could've changed on every use and read
      them from memory again.
      
      This reduces the inner loop from 6 memory reads per pixels to 4, and the
      number of writes stays at 3.
      f441b521
    • Per Forlin's avatar
      rtspconnection: Replace Auth header instead of append · 76aa92be
      Per Forlin authored and Sebastian Dröge's avatar Sebastian Dröge committed
      gst_rtsp_connection_send() adds the Authorization header to the request.
      If this function is being called multiple times with the same request
      it will add one more Authorization header every time.
      
      To fix to this issue do not append a new Authorization header on
      top of an existing ones. Remove any existing Authorization headers first
      and then add the new one.
      
      Fixes gst-plugins-good#425
      76aa92be
  4. Dec 05, 2018
  5. Dec 02, 2018
  6. Dec 01, 2018
    • Carlos Rafael Giani's avatar
      gl/gbm: Add GST_GL_GBM_DRM_CONNECTOR environment variable · 08ea7d67
      Carlos Rafael Giani authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
      If multiple DRM connectors are connected, currently the first one is
      picked. Improve this by adding an environment variable that allows for
      choosing a connector by name. The connector name has been made so they
      are compatible with modetest/modeprint DRM utilities.
      
      Related to #490
      08ea7d67
    • Carlos Rafael Giani's avatar
      gl/gbm: Improve logging output · 3663ad78
      Carlos Rafael Giani authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
      * List all connectors, modes, and encoders, even after picking one
      * Add missing DRM_MODE_CONNECTOR_DPI string for logging and improve
        existing strings
      * Make sure the names matches modetest/modeprint from DRM utilities
      
      Related to #490
      3663ad78
  7. Nov 30, 2018
  8. Nov 29, 2018
  9. Nov 28, 2018
  10. Nov 23, 2018
  11. Nov 22, 2018
  12. Nov 21, 2018
  13. Nov 15, 2018
  14. Nov 14, 2018
  15. Nov 13, 2018
Loading