- 06 Dec, 2021 - 1 commit
-
-
DanmeiChen authored
-
- 03 Dec, 2021 - 9 commits
-
-
Julien Wadel authored
Fix Qt search paths
-
Julien Wadel authored
-
Julien Wadel authored
Fix MSAMR build on Win32
-
Julien Wadel authored
-
Julien Wadel authored
Fix mac build at wrong installation path and missing Qt paths on secondary modules (needed for Qt > 5.15)
-
Julien Wadel authored
-
johan authored
-
Julien Wadel authored
Remove used deprecated functions on video_definition and add missing linphone_core_set_preview_video_definition_by_name - Add an API to get recommended video definitions to make a difference between what definitions Linphone support, and what definitions that are suitable for a widest set of hardware for all video codec implementations in order to excludes some very high definition formats that are unlikely to work unless specific hardware or codecs are used. Directory API : allow to set data, config and download paths from factory. Keep fallback on old computation if paths are not set by the application. Update log file only if enabled to avoid unwanted file creation. A workaround before this fix is to set prefix before path.
-
Andrea Gianarda authored
- participant added to conference -> onParticipantAdded - participant removed from conference -> onParticipantRemoved - participant device added to conference -> onParticipantDeviceAdded - participant device removed from conference -> onParticipantDeviceRemoved - participant temporarely leavy conference -> onParticipantLeft - participant rejoins conference -> onParticipantJoined
-
- 02 Dec, 2021 - 1 commit
-
-
Andrea Gianarda authored
-
- 01 Dec, 2021 - 1 commit
-
-
Andrea Gianarda authored
- allow remote to schedule a conference on a server - start and end time are passed as the values of the active time attribute in the SDP invite - an ICS is sent to all participants to be able to join the conference by dialling the focus address
-
- 30 Nov, 2021 - 2 commits
-
-
Peio Rigaux authored
Workaround libtirpc link conflict with libc by allowing multiple definitions (only for Debian 11 and GCC), bugreport sent to Debian
-
Sylvain Berfini authored
-
- 29 Nov, 2021 - 7 commits
-
-
Julien Wadel authored
x86_64 MULADDC assembly: add missing constraints about memory.
-
DanmeiChen authored
-
Peio Rigaux authored
This the simplest way to get working error codes without encompassing all CI code in a try/catch... SetErrorAction was not an option because we do not only use Powershell Cmdlets.
-
Julien Wadel authored
MKVReader: protect the case when the current cluster is NULL while calling nextBlock (detected by sanitizer)
-
jehan authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 25 Nov, 2021 - 7 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
Julien Wadel authored
Mac podspec fix: Remove basic-frameworks (mac have not explicitly unsafe framework for app extension) and add usable framework for app extension use.
-
Mickaël Turnel authored
-
Anthony Gauchy 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
-