1. 08 Oct, 2024 - 4 commits
  2. 07 Oct, 2024 - 2 commits
  3. 03 Oct, 2024 - 1 commit
  4. 02 Oct, 2024 - 1 commit
  5. 01 Oct, 2024 - 1 commit
  6. 30 Sep, 2024 - 1 commit
  7. 27 Sep, 2024 - 2 commits
  8. 26 Sep, 2024 - 2 commits
  9. 25 Sep, 2024 - 2 commits
  10. 24 Sep, 2024 - 1 commit
  11. 19 Sep, 2024 - 3 commits
  12. 18 Sep, 2024 - 3 commits
  13. 16 Sep, 2024 - 1 commit
  14. 14 Sep, 2024 - 1 commit
  15. 13 Sep, 2024 - 2 commits
    • Andrea Gianarda's avatar
      liblinphone: Implement CCMP conference scheduler that allows to create a conference · 6ec2a572
      Andrea Gianarda authored
      by sending an HTTP message to a CCMP server.
      The XML schema of RFC6503 has been slightly modified to overcome a
      limitation in the parsing of abstract types  of the xsdcxx library
      
      Do not report ConferenceCallEvent if the call is not linked to any conference or the conference doesn't support media
      Prevent registration of dependent account after its removal
      Add ENABLE_DEPRECATED_TESTS to avoid running deprecated tests in the CI
      6ec2a572
    • Flore Harlé's avatar
      FEC : fix stats for the histograms · d056df64
      Flore Harlé authored
      Add upper limit to the index of the histograms bins (fix crash).
      Correct the counter of definitely lost packets. When a packet n is read from jitter buffer, if the last one was m and n -m > 1, then the list of missing packets is updated. All missing packets older than m that where asked in FEC but has not been repaired are supposed to have been found in the jitter buffer. It could happen if the packets do not arrive in chronological order.
      If the gap between m and n is bigger than 100 there could be a reset in the sequence numbers. In that case the new sequence numbers are not considered, as it would lead to count a large number of lost packets that may not exist.
      d056df64
  16. 12 Sep, 2024 - 1 commit
  17. 11 Sep, 2024 - 5 commits
  18. 10 Sep, 2024 - 3 commits
  19. 09 Sep, 2024 - 4 commits