- 25 Nov, 2021 - 3 commits
-
-
Simon Morlat authored
-
Peio Rigaux authored
-
Support for difference conference layouts (Legacy, active speaker and grid): - create video stream to send and receive participant minatures - add support for multiple video stream in SDP - add label to stream to allow unique link between it and each participant in a conference Correctly set stream direction in NOTIFY based on information gathered from SDP only Deny subscription if conference event package is disabled Clean up of main-db.cpp ms2: Rewrite MsVideoConference as a C++ class Add VideoConferenceAllToAll and VideEndpoint classes add video-router filter for conference and msvideoconference created with this filter update video stream to handle thumbnail set thumbnail size to QQVGA Improve logging of stream's statistics. ortp: RTP bundle fix - incoming packets distibution to secondary session was involuntarily rate limited because we break out from the recv while loop as soon as a packet to a secondary session was received. A bit of re-design fixes the issue. Remove msgb_allocator for recv buffers, it is inefficient. Replace by a simple cache mechanism.
-
- 24 Nov, 2021 - 6 commits
-
-
johan authored
-
johan authored
-
Sylvain Berfini authored
-
Anthony Gauchy authored
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
- 22 Nov, 2021 - 1 commit
-
-
Peio Rigaux authored
Added debug output to see why doc of some modules are not generated even if the base code between them seems the same
-
- 19 Nov, 2021 - 2 commits
-
-
Peio Rigaux authored
Do not attempt anymore to run Allure test report upload script on same directory of previous launch. It was useless (since Allure retries are evaluated within a tester execution) and confusing as the test job ids don't match - Use find -path option as we search for a path and not a file/directory. Keeping -name would fait silently in case of a retry/amend - Fixed several syntax errors (escape sequences)
-
Andrea Gianarda authored
Add test to verify behaviour if one participant conference is allowed and local is not in. Call setTerminated before calling call state changed callback
-
- 18 Nov, 2021 - 1 commit
-
-
Peio Rigaux authored
-
- 17 Nov, 2021 - 1 commit
-
-
johan authored
-
- 16 Nov, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 12 Nov, 2021 - 1 commit
-
-
Peio Rigaux authored
Updated Allure to 2.16.1 Created new variable to set server for allure test reports, modified global vars
-
- 08 Nov, 2021 - 2 commits
-
-
Julien Wadel authored
-
Anthony Gauchy authored
-
- 05 Nov, 2021 - 2 commits
-
-
Julien Wadel authored
Add a way to change volume on ALSA with MSFilterAudioPlaybackInterface and MSFilterAudioCaptureInterface
-
Simon Morlat authored
-
- 04 Nov, 2021 - 2 commits
-
-
Julien Wadel authored
-
Sylvain Berfini authored
-
- 03 Nov, 2021 - 5 commits
-
-
QuentinArguillere authored
-
Julien Wadel authored
-
Peio Rigaux authored
-
Peio Rigaux authored
-
Peio Rigaux authored
- Launch jobs only when in MR and when MR isn't in state Draft or nightly - Now launches 30 parallel suites for linux tests per test job Re-declares rules when there is a rule:never in a child job because rules are not transmitted via extends... 2 ways to workaround it, either use yaml anchors, or wait Gitlab 14.3 for reference keyword Added SKIP_LINUX to build jobs to be able to skip linux builds in scheduled pipeline Added workflow rules to see if the right pipelines are launched on merge request and schedules
-
- 02 Nov, 2021 - 4 commits
-
-
Peio Rigaux authored
-
Sylvain Berfini authored
Updated liblinphone with fix to prevent sending IMDN for IMDNs + performance optimisation when parsing multiple IMDNs at once
-
Peio Rigaux authored
-
Simon Morlat authored
Fix possible REGISTER endless loop when 200 OK from REGISTER is not received through the same connection as the REGISTER.
-
- 27 Oct, 2021 - 3 commits
-
-
Simon Morlat authored
-
DanmeiChen authored
-
Anthony Gauchy authored
-
- 26 Oct, 2021 - 3 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
- Fix daemon and V4L default build options.
-
Sylvain Berfini authored
-
- 25 Oct, 2021 - 3 commits
-
-
Julien Wadel authored
MagicSearch : Add a test on peer address of room before cloning it. It may be NULL if the peer address is not valid.
-
DanmeiChen authored
-
QuentinArguillere authored
(cherry-pick) When setting push tokens in the push configuration, set a flag to regenerate the pn-prid push parameters
-