- 02 Feb, 2016 4 commits
-
-
Ghislain MARY authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Sandrine Avakian authored
Now using MS_DEFAULT_MAX_PAYLOAD_SIZE . To change it afterwards using the MSfactory in use, call ms_factory_get_payload_max_size.
-
- 01 Feb, 2016 1 commit
-
-
Simon Morlat authored
-
- 29 Jan, 2016 1 commit
-
-
Sandrine Avakian authored
Audio filters update : replacing ms_filter_new/ ms_filter_new_from_desc by ms_factory_create_filter/ms_factory_create_filter_from_desc. Fixing small issue in audio stream.c and text stream (Windows crash on audio_stream_stop and text_stream_stop).
-
- 28 Jan, 2016 3 commits
-
-
Sandrine Avakian authored
-
Simon Morlat authored
avoid using CN with g722, it doesn't work because it's a wideband codec declared with 8000 Hz clockrate
-
Sandrine Avakian authored
accessible from the MSFactory. Adding MSWebCamManager* in MSFactory. Adding MSFactory to MSWebCamManager* and pointer to manager in MSWebCam. Using ms_factory_wbc_amanger or snd_manager get to get pointers to the managers. Using ms_factory_create to create a new factory and initialize it (ticals ms_factory_new and ms_factory_init plugins and voip).
-
- 27 Jan, 2016 3 commits
-
-
Ghislain MARY authored
Process ICE check lists in parallel (should prevent bug with pair that comes back to the waiting state when it might already be successful).
-
Sandrine Avakian authored
-
Sandrine Avakian authored
Using getter ms_factory_get_snd_manager to get MSSndCardManager from the MSFactory. Using ms_snd_card_factory_get to get MSFactory from MSSndCard. Removing static MSSndCardManager* scm. .
-
- 26 Jan, 2016 1 commit
-
-
Sandrine Avakian authored
Modifying ms_factory_destroy to destroy it and its contents when no one is using it anymore. Modifying ms_factory_uninit to destroy the card manager and webcam manager when there is no references to them.
-
- 25 Jan, 2016 4 commits
-
-
Simon Morlat authored
This reverts commit 09acc3ca.
-
Simon Morlat authored
-
Simon Morlat authored
-
Sandrine Avakian authored
mediastreamer2-sound_card_tester still uses the fallback factory. Added reference to MSFactory in MSSndCard an MSSndCardManager.
-
- 23 Jan, 2016 1 commit
-
-
Simon Morlat authored
Since VAD/DTX capabilities are not signaled, the signaling of PLC capability is used as an approximation.
-
- 22 Jan, 2016 1 commit
-
-
Sandrine Avakian authored
warning : fix TDODO in rfc3984_new .
-
- 21 Jan, 2016 4 commits
-
-
Ghislain MARY authored
-
Sandrine Avakian authored
Replacing ms_init and ms_filter_new with ms_factory functions.
-
Sandrine Avakian authored
Fixing bug in ms_factory_init_voip.
-
Sandrine Avakian authored
-
- 20 Jan, 2016 4 commits
-
-
jehan authored
-
Sandrine Avakian authored
-
Gautier Pelloux-Prayer authored
-
Sandrine Avakian authored
First integrating step in vp8 . TODO : fix ugly temporary fix in mkv.c .
-
- 19 Jan, 2016 3 commits
-
-
jehan authored
update remote destination once a checklist is completed. Former behavior was to wait until all checklist to be completed. This new behavior speed up session establishement for communication with webrtc
-
Sandrine Avakian authored
-
Sandrine Avakian authored
Taking out the in_resampler and out_resampler filter creation from the ms_audio_endpoint_new function because the factory is needed in this case. Instead, the creation is done in ms_audio_endpoint_get_from_stream and ms_audio_endpoint_new_recorder.
-
- 18 Jan, 2016 1 commit
-
-
Sandrine Avakian authored
functions from factory.c instead of msfilter.c.
-
- 15 Jan, 2016 2 commits
-
-
Sandrine Avakian authored
First changes to have the LinphoneCore instance own the factory object instead of sharing it through a static variable.
-
jehan authored
-
- 14 Jan, 2016 1 commit
-
-
Ghislain MARY authored
-
- 04 Jan, 2016 1 commit
-
-
Gautier Pelloux-Prayer authored
ringstream.c: returns NULL if fileplayer failed to open the input file instead of creating a silent player
-
- 23 Dec, 2015 1 commit
-
-
Simon Morlat authored
-
- 22 Dec, 2015 1 commit
-
-
Simon Morlat authored
-
- 08 Dec, 2015 1 commit
-
-
Sylvain Berfini authored
-
- 04 Dec, 2015 1 commit
-
-
Simon Morlat authored
This can then be used by the upper layer (like liblinphone) to correctly perform the SDP offer/answer logic.
-
- 03 Dec, 2015 1 commit
-
-
Sandrine Avakian authored
Added new structure to count RTCP feedback packets received for video stream : PLI, SLI, FIR and RPSI. Modified test avpf_video_stream to use counters.
-