1. 29 Jul, 2024 - 1 commit
  2. 26 Jul, 2024 - 3 commits
  3. 25 Jul, 2024 - 4 commits
  4. 24 Jul, 2024 - 3 commits
  5. 23 Jul, 2024 - 4 commits
  6. 22 Jul, 2024 - 2 commits
  7. 20 Jul, 2024 - 1 commit
  8. 19 Jul, 2024 - 5 commits
  9. 18 Jul, 2024 - 2 commits
  10. 17 Jul, 2024 - 3 commits
  11. 16 Jul, 2024 - 4 commits
  12. 15 Jul, 2024 - 2 commits
  13. 12 Jul, 2024 - 3 commits
  14. 11 Jul, 2024 - 3 commits
    • Flore Harlé's avatar
      FEC: activate when the bandwidth is high and add statistics for analysis · 34ac9e27
      Flore Harlé authored
      When the bandwidth is high, set the minimal FEC level to 1, not 0. Update the tests.
      
      Fix upload stat for FEC stream.
      
      Add class FecStreamStats to print periodically more detailled statistics as local and global histograms, for the count of repair attemps of lost and repaired packets, the gap between two successive missing packets, and the amount of consecutive missing packets.
      
      Add stats for current fec stream in CallStats:
      - Cumulative lost packets: number of source packets that have not been repaired by the current fec stream.
      - Repaired packets: number of source packets that were missing but have been repaired by the current fec stream.
      Those statistics are reset to 0 when the fec stream is destroyed.
      34ac9e27
    • Andrea Gianarda's avatar
      Add API to allow apps to download all attachments of a chat message and to... · 3ec5139d
      Andrea Gianarda authored
       Add API to allow apps to download all attachments of a chat message and to notify the application of how many attachements are yet to be downloaded
      Start a service when downloadingi or uploading attachments on Android phone to complete the task even though the application is in background
      3ec5139d
    • Andrea Gianarda's avatar
      Liblinphone: · 89ba758d
      Andrea Gianarda authored
        - Fix implicit conversion from size_t to int error
      
      Mediastreamer2:
        - Fix typo in error message
      89ba758d