Skip to content
Snippets Groups Projects
  1. Aug 17, 2022
  2. Aug 16, 2022
  3. Aug 15, 2022
    • Aline Gondim Santos's avatar
      fix: audio jittering · a032cb1d
      Aline Gondim Santos authored and Sébastien Blin's avatar Sébastien Blin committed
      Use the bigger sample_rate to avoid loosing data in the audio
      processing.
      
      GitLab: #741
      
      Change-Id: I8f96923ee9f67767d4f2d4c73785a88925c5f031
      a032cb1d
    • Sébastien Blin's avatar
      contrib: bump opendht · c41e22f7
      Sébastien Blin authored
      + Fix timeout on OCSP requests
      + Fix addresses when switching between two interfaces (proxy_client)
      
      Change-Id: Id6b65e665bc8e150bdefa040fc49bd21f666d352
      c41e22f7
  4. Aug 12, 2022
  5. Aug 11, 2022
  6. Aug 10, 2022
    • Andreas Traczyk's avatar
      audioprocessing: fix cmake · 8105fa0d
      Andreas Traczyk authored
      + Adds some missing references to the recently added files.
      + Removes the include of 'speex_config_types.h' on native Windows.
      
      TODO: Refactor the cmake to be in one file. Way too complicated for
      nothing. Also, "source_group" is probably not used by most devs.
      
      Change-Id: I020caf40544d2a7502c70d96fec99b08278ac2ff
      8105fa0d
  7. Aug 09, 2022
  8. Aug 08, 2022
  9. Aug 06, 2022
    • Sébastien Blin's avatar
      ice_transport: revert last change · 06f2a0ae
      Sébastien Blin authored
      Change-Id: Ie810524fa960832154be0319d1c4e2383e87eb90
      06f2a0ae
    • Sébastien Blin's avatar
      connectionmanager: call callbacks when account is disabled · f68be61a
      Sébastien Blin authored
      If an account is disabled during the initialization of the ICE,
      the callacks must be called to correctly clean conversation_module.
      This was not correctly done as we only check the onShutdown() after
      that the TLSSocketEndpoint is initialized.
      It was a problem when the account was disabled, because in
      connectDeviceStartIce() isDestroying_ was true at this point, so
      we didn't erase the pending callback.
      
      Change-Id: I21cdd30057d9879b6d6fef189fc43bf916d4c310
      f68be61a
  10. Aug 05, 2022
  11. Aug 04, 2022
  12. Aug 03, 2022
  13. Aug 02, 2022
Loading