- 30 Aug, 2021 - 2 commits
-
-
QuentinArguillere authored
(ios) Update liblinphone to fix the unintentional loss of push informations when sdk push management is disabled
-
DanmeiChen authored
-
- 27 Aug, 2021 - 1 commit
-
-
Andrea Gianarda authored
Start count of potential configuration to 1 Compatibility with Avaya and FreeSwitch servers: - call is paused when receiving a response with all streams having RTP port set to 0 - add support for 100rel support/require level belle-sip: Test scenario where connection and origin IP are not identical
-
- 26 Aug, 2021 - 5 commits
-
-
Simon Morlat authored
Repair streaming from file feature of AudioStream/VideoStream. Fix issues with VP8 processing of timestamp through encoder and decoder, and fix a case where an incomplete frame was not marked as invalid as it should have been.
-
Simon Morlat authored
-
Julien Wadel authored
-
Julien Wadel authored
-
Julien Wadel authored
-
- 25 Aug, 2021 - 3 commits
-
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 24 Aug, 2021 - 1 commit
-
-
DanmeiChen authored
-
- 23 Aug, 2021 - 2 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
-
- 20 Aug, 2021 - 1 commit
-
- 19 Aug, 2021 - 5 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
Simon Morlat authored
-
Simon Morlat authored
-
Andrea Gianarda authored
-
- 17 Aug, 2021 - 1 commit
-
-
jehan authored
-
- 12 Aug, 2021 - 3 commits
-
-
Julien Wadel authored
-
DanmeiChen authored
Because Pushkit and Invite not recived in the same time, so we can create duplicated call for the same callid. Use call_logs to end this duplicated call which already ended.
-
DanmeiChen authored
-
- 11 Aug, 2021 - 3 commits
-
-
QuentinArguillere authored
-
DanmeiChen authored
-
-
- 10 Aug, 2021 - 1 commit
-
-
Julien Wadel authored
- Count unread chat messages in all Chat Rooms with a weak address testing. - Update Readme to use docker image with cmake 3.0 for Android build
-
- 09 Aug, 2021 - 1 commit
-
-
Simon Morlat authored
Fix H265 random decoding errors when the H265 stream is generated from an Android device. It seems that the removal of start code emulation prevention bytes is not required for MediaCodec, and moreover if done, it creates random decoding errors at the other end (even if the other end is not a MediaCodec implementation).
-
- 05 Aug, 2021 - 2 commits
-
-
DanmeiChen authored
-
Mickaël Turnel authored
-
- 30 Jul, 2021 - 1 commit
-
-
QuentinArguillere authored
-
- 29 Jul, 2021 - 7 commits
-
-
Julien Wadel authored
Audio : avoid returning audio card if null is set. Fix getting capture card on setting input and not playback. Allow setting NULL device (case of no cards available). Fix tests to not take account of system audio cards (maybe need to be done directly on core creation) Fix UWP tester in case of xml wasn't needed. * Stop audio stream when setting new device and Filter don't implement MS_AUDIO_CAPTURE_SET_INTERNAL_ID and MS_AUDIO_PLAYBACK_SET_INTERNAL_ID. This fix allow changing device on Desktop while ringback. * Add Audio stream stop count for tests. * Change audio_stream_set_<input/output>_ms_snd_card prototype to know if MS_AUDIO_CAPTURE_SET_INTERNAL_ID/MS_AUDIO_PLAYBACK_SET_INTERNAL_ID have been called in filters. * Add debug feedback when setting card.
-
Julien Wadel authored
Install docs only if requested (This is a workaround to having a path with too many characters on Windows where it is not needed to have docs). Export 2 liblinphone_tester functions to allow UWP to use them for fixing dns resolver. Fix dns resolver on UWP tester that didn't point to the right IP. Wasapi : Add default card only if it exists.
-
Julien Wadel authored
-
Julien Wadel authored
Fix audio quality tester : remove useless test and rework opus test to reduce failing test on randomness silences
-
Julien Wadel authored
Quickfix on CI for UWP build (generator name wasn't wrapped in quotes and add Win64 on already Win64 generator)
-
Julien Wadel authored
Fix cast errors on x64. Deploy openldap dependencies (windows), CI rework
-
Julien Wadel authored
- Add nuget.targets to build folders. - Add Copy to output in targets. - Assets copy outside of target (fix error on payloads). UWP Wrapper: - Fix target framework. - UWP/Win32 CSharp wrapper. Add debug message for nuget generation. Fix bctoolbox on missing header. Fix UWP generator to take account Visual Studio 2019 and later. # Conflicts: # bctoolbox # liblinphone
-
- 27 Jul, 2021 - 1 commit
-
-
QuentinArguillere authored
(IOS) Add function didRegisterForRemoteNotificationsWithDeviceToken, for easier processing of the deviceToken object in Swift applications
-