Skip to content
Snippets Groups Projects
  1. Mar 22, 2022
  2. Mar 02, 2022
  3. Jan 06, 2022
  4. Nov 17, 2021
  5. Nov 16, 2021
  6. Oct 06, 2021
  7. Jan 25, 2021
  8. Sep 25, 2020
  9. Jan 21, 2020
  10. Nov 06, 2019
  11. Jul 10, 2019
  12. May 01, 2019
  13. Feb 04, 2019
  14. Jan 03, 2019
  15. Dec 07, 2018
  16. Sep 18, 2018
  17. Jan 31, 2018
  18. Jul 19, 2017
  19. Jun 14, 2017
  20. Jan 29, 2016
  21. Jan 08, 2016
  22. Oct 14, 2015
    • Alexandre Lision's avatar
      video: fix deadlock · 0cbecf88
      Alexandre Lision authored
      stopDecoding was blocking when making a conference because no semaphore were
      available. Semaphore shouldn't have been placed here in the first place
      
      Issue: #81116
      Change-Id: Ia686601f40c430ba716c91b2667268e4fb108446
      0cbecf88
    • Alexandre Lision's avatar
      direct renderer: adapt to daemon API · 595c1469
      Alexandre Lision authored and Guillaume Roguez's avatar Guillaume Roguez committed
      
      Daemon exposes a new API to fix the concurrent access problem.
      This patch uses this new sink API to arbitrate and transport
      video frame to client direct renderer.
      
      *Warnings*: API changed by this patchset. Update clients.
      
      Issue: #81542
      Change-Id: Iadd38019a6fa1eb17c38c62cadb8596b2765be4f
      Signed-off-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
      595c1469
  23. Sep 25, 2015
    • Eloi Bail's avatar
      directrenderer: remove shared ptr · 6ccd9726
      Eloi Bail authored
      remove sharedptr for direct rendering. Instead provide a buffer
      to the daemon in which it will write the frame and thus unsure
      that it will not be destroyed by the daemon while being used
      
      Issue: #80643
      Change-Id: Id92768fd098ea93d9fcca8c5570a192633eba432
      6ccd9726
  24. Sep 24, 2015
  25. Jul 13, 2015
    • Edric Milaret's avatar
      directrenderer: Use smart ptr for frame · aee03b95
      Edric Milaret authored
      -Also set the size for every frame
      -This patch also fix the API break of IncomingTrustRequest
      
      Refs #75280
      
      -Warning : This break frame retrieval for OS X
      
      Change-Id: I6f488b7f11d884ab21a2edf10a4f211d541fb9ef
      aee03b95
  26. Jul 08, 2015
  27. May 07, 2015
  28. Apr 14, 2015
  29. Mar 18, 2015
  30. Feb 27, 2015
  31. Jan 28, 2015
  32. Jan 20, 2015
  33. Jan 19, 2015
    • Alexandre Lision's avatar
      Remove dbus from qtwrapper · c8a9ab09
      Alexandre Lision authored
      When compiling for OSX (or any system other than Linux) we won't use dbus.
      This commit removes the need to include QtDBus module.
      c8a9ab09
  34. Jan 15, 2015
  35. Jan 12, 2015
Loading