- 01 Feb, 2016 6 commits
-
-
Simon Morlat authored
-
Sandrine Avakian authored
-
Simon Morlat authored
-
Sandrine Avakian authored
-
Sandrine Avakian authored
-
Sandrine Avakian authored
-
- 29 Jan, 2016 6 commits
-
-
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).
-
Gautier Pelloux-Prayer authored
-
Simon Morlat authored
-
François Grisez authored
-
Sandrine Avakian authored
-
Sandrine Avakian authored
-
- 28 Jan, 2016 9 commits
-
-
Sandrine Avakian authored
# Conflicts: # src/voip/audiostream.c
-
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
-
Gautier Pelloux-Prayer authored
-
Sandrine Avakian authored
-
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).
-
François Grisez authored
Add a define controling whether a rescaling of the signal should be done before entering in the G722 decoder The new define is a private define and is called ENABLE_PCM_RESCALING. Its value can be 0 or 1. By default, the PCM rescaling is disabled
-
François Grisez authored
-
Sandrine Avakian authored
-
- 27 Jan, 2016 5 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
-
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 8 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Sandrine Avakian authored
-
Sandrine Avakian authored
Removing ms_factory_uninit_plugins when destroying the factory since it is already called in ms_factory_destroy.
-
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.
-
Gautier Pelloux-Prayer authored
-
Simon Morlat authored
-
- 25 Jan, 2016 6 commits
-
-
Simon Morlat authored
This reverts commit 09acc3ca.
-
Simon Morlat authored
-
Simon Morlat authored
-
François Grisez authored
-
Sandrine Avakian authored
# Conflicts: # src/voip/audiostream.c
-
Sandrine Avakian authored
mediastreamer2-sound_card_tester still uses the fallback factory. Added reference to MSFactory in MSSndCard an MSSndCardManager.
-