Skip to content
Snippets Groups Projects
  1. Apr 04, 2024
    • Kateryna Kostiuk's avatar
      notifications: fix multiple conversation requests · 0a8e420d
      Kateryna Kostiuk authored
      We might receive multiple requests, but they are usually
      ignored if the conversation already exists. However,
      if we load only one conversation, we cannot verify whether
      the conversation has already been created. This patch adds
      all conversation IDs to the map so that they can be verified.
      It also loads convInfos, to verify requests that were accepted
      but not synchronized.
      
      Change-Id: Id691be171acc38b256181d58e3e1e41f11a241f9
      0a8e420d
  2. Apr 03, 2024
  3. Apr 02, 2024
  4. Mar 28, 2024
  5. Mar 26, 2024
  6. Mar 25, 2024
  7. Mar 22, 2024
    • Sébastien Blin's avatar
      misc: bump dhtnet · 32f39e65
      Sébastien Blin authored
      Change-Id: I4280e26fb1e17ce8a07790d77919a383d0c94df0
      32f39e65
    • François-Simon Fauteux-Chapleau's avatar
      video_input: fix build issue · df71b387
      François-Simon Fauteux-Chapleau authored
      Some of the Linux distributions that we currently support don't have the
      pidfd_getfd system call, so we need to check whether it's available
      before we try to use it.
      
      Change-Id: I5ce5c1774e33336e5c56e0cafabec6c145f6d2eb
      df71b387
    • François-Simon Fauteux-Chapleau's avatar
      ffmpeg: improve pipewiregrab window sharing · 7fb5b268
      François-Simon Fauteux-Chapleau authored
      This commit modifies pipewiregrab so that the size of the frames
      produced when sharing a window is based on the current size of that
      window. Previously, all frames had the same size (namely that of the
      screen), which resulted in a lot of screen space being wasted when
      sharing small windows.
      
      Change-Id: Icf460b28a24e7b884fe7d612fb518d5f1364fe63
      7fb5b268
  8. Mar 21, 2024
  9. Mar 15, 2024
  10. Mar 13, 2024
  11. Mar 08, 2024
  12. Mar 06, 2024
  13. Mar 05, 2024
  14. Mar 04, 2024
Loading