Skip to content
Snippets Groups Projects
  1. Oct 04, 2022
    • Amin Bandali's avatar
      build: Tweak CMakeLists.txt pkg-config usage for finding avutil. · 7fb102ed
      Amin Bandali authored
      * CMakeLists.txt: Prepend CMAKE_PREFIX_PATH with the location of
      libavutil.pc from daemon's contrib before trying to find libavutil
      using pkg-config, and remove it afterwards.  Further, there is no need
      to link the application executable against libavutil; the application
      only needs its headers (libclient, however, does already link against
      libavutil).
      
      Change-Id: Iffa5af43bfd1bb62bc24cc94dce292f87e9ecb2a
      7fb102ed
    • Amin Bandali's avatar
      build: Fix find_library for contrib avutil on GNU/Linux. · fb94c385
      Amin Bandali authored
      * src/libclient/CMakeLists.txt: Set the right 'hint' path for the call
      to find_library for ffmpeg avutil from daemon's contrib, to match the
      directory name used by daemon's 'contrib/bootstrap' script: the name
      of the directory is the value returned by the C++ compiler (either GNU
      or Clang) when invoked with the '-dumpmachine' option.
      
      Change-Id: I03de150aa941a1e32471e5b4cbe507e5d09787f5
      fb94c385
  2. Sep 30, 2022
  3. Sep 29, 2022
    • Andreas Traczyk's avatar
      avmodel: use synchronous callbacks for DecodingStarted/Stopped · 15e13330
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      This is an older issue that has resurfaced where mobile device rotation
      at the beginning of a call cause a frame-copy to a stale buffer because
      the DecodingStarted event is handled asynchronously.
      
      Noticed on Windows but I believe any non-dbus build should have it.
      
      So we make all the connections blocking and adjust some parameters.
      This commit also removes the DecodingStarted handler in CallModel which
      was causing the client's target video frame to be reallocated for each
      account present.
      
      Change-Id: I23ac4e0bd4b446e7a532f0d362f7ecd209d3c790
      GitLab: #536
      15e13330
  4. Sep 28, 2022
  5. Sep 27, 2022
  6. Sep 26, 2022
  7. Sep 23, 2022
  8. Sep 19, 2022
    • Sébastien Blin's avatar
      backupkeypage: transform into TipBox · fe3f8521
      Sébastien Blin authored and Nicolas Vengeon's avatar Nicolas Vengeon committed
      Split TipBox into dynamic components to avoid to load all the things.
      Show the Customize Tip Box only if necessary
      Replace backup key page by a tipbox
      
      Change-Id: Ie499fb16fe67648bbdd327eb24705a1881d9cea8
      fe3f8521
  9. Sep 16, 2022
  10. Sep 15, 2022
  11. Sep 14, 2022
  12. Sep 12, 2022
  13. Sep 10, 2022
  14. Sep 08, 2022
  15. Sep 05, 2022
  16. Sep 01, 2022
  17. Aug 31, 2022
  18. Aug 30, 2022
Loading