1. 26 Oct, 2023 - 1 commit
  2. 06 Jul, 2023 - 1 commit
  3. 25 Oct, 2022 - 1 commit
  4. 03 Jun, 2021 - 1 commit
  5. 09 Sep, 2020 - 1 commit
  6. 06 Feb, 2020 - 1 commit
    • Simon Morlat's avatar
      Add RTP bundle mode support. · 22e9270a
      Simon Morlat authored
      This work required a major internal refactoring of how streams (audio, video, text, maybe others in the future) are handled by liblinphone.
      This refactoring introduces a new design, where a streams are managed through a common base class named 'Stream', by a new class StreamsGroup that has the responsability of coordinating streams together.
      In addition, these classes are provided with an OfferAnswerContext, that contains a representation of SDP local parameters, remote parameters, and agreed parameters.
      
      The IceAgent has been redesigned too, renamed as IceService. It is now invoked by the StreamsGroup, and given the same OfferAnswerContext.
      The IceService now supports handling of several IP addresses, using getifaddrs() (linux, android, iOS, Mac), windows to be done. The new code is more compact.
      
      The internal function sal_stream_description_active() has been removed as its name was confusing.
      Instead sal_stream_description_active() can be used to know if a stream is active (ie port number not zero and no a=bundle-only).
      22e9270a
  7. 11 Dec, 2019 - 1 commit
  8. 07 Nov, 2019 - 1 commit
  9. 15 Oct, 2019 - 1 commit
  10. 31 Aug, 2019 - 1 commit
  11. 20 Aug, 2019 - 1 commit
  12. 08 Feb, 2019 - 1 commit
  13. 07 Dec, 2018 - 1 commit
  14. 27 Nov, 2018 - 1 commit
  15. 13 Sep, 2018 - 1 commit
  16. 09 Jul, 2018 - 1 commit
  17. 18 Jun, 2018 - 3 commits
  18. 13 Jun, 2018 - 1 commit
  19. 23 Apr, 2018 - 1 commit
  20. 20 Apr, 2018 - 2 commits
  21. 19 Apr, 2018 - 1 commit
  22. 12 Mar, 2018 - 1 commit
  23. 28 Feb, 2018 - 1 commit
  24. 05 Feb, 2018 - 1 commit
  25. 29 Jan, 2018 - 1 commit
  26. 26 Jan, 2018 - 3 commits
  27. 23 Jan, 2018 - 2 commits
  28. 11 Dec, 2017 - 4 commits
  29. 17 Nov, 2017 - 1 commit
  30. 15 Nov, 2017 - 1 commit
  31. 14 Nov, 2017 - 1 commit