- 03 Feb, 2016 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 02 Feb, 2016 12 commits
-
-
Simon Morlat authored
-
Sandrine Avakian authored
-
Sandrine Avakian authored
-
Ghislain MARY authored
-
Brieuc Viel authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
Conflicts: tester/mediastreamer2_tester_windows.cpp tester/mediastreamer2_tester_windows.h
-
François Grisez authored
-
Sandrine Avakian 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 8 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
Ghislain MARY 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 10 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
-
Ghislain MARY authored
-
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 2 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
-