- 09 Aug, 2021 - 1 commit
-
-
Simon Morlat authored
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). H26x stream to nalus and nalus to stream refactoring to remove a copy to a temporary buffer.
-
- 29 Jul, 2021 - 4 commits
-
-
Julien Wadel authored
- 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
-
Julien Wadel authored
-
Julien Wadel authored
-
- 19 Jul, 2021 - 1 commit
-
-
jehan authored
-
- 07 Jul, 2021 - 1 commit
-
-
Simon Morlat authored
-
- 06 Jul, 2021 - 1 commit
-
-
Simon Morlat authored
-
- 05 Jul, 2021 - 1 commit
-
-
jehan authored
-
- 25 Jun, 2021 - 2 commits
-
-
QuentinArguillere authored
-
Simon Morlat authored
Fix an issue where DTLS handshake does not take place because no dummy STUN packets are sent to open the firewall. This issue of course does not happen if ICE is used during the call.
-
- 24 Jun, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 22 Jun, 2021 - 1 commit
-
-
Andrea Gianarda authored
Add limited support for crypto suite parameters
-
- 15 Jun, 2021 - 1 commit
-
-
Simon Morlat authored
-
- 14 Jun, 2021 - 1 commit
-
-
Simon Morlat authored
Fix bug in android MediaCodec integration causing corrupted decoded images when the MediaCodec runs out of buffers.
-
- 09 Jun, 2021 - 1 commit
-
-
Andrea Gianarda authored
-
- 08 Jun, 2021 - 1 commit
-
-
DanmeiChen authored
-
- 03 Jun, 2021 - 3 commits
-
-
-
-
Julien Wadel authored
Fix unwanted graph updates on format changes when it isn't done by a capture filter Update video graph only if requested by videostream's source
-
- 27 May, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 26 May, 2021 - 1 commit
-
-
Simon Morlat authored
-
- 24 May, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 17 May, 2021 - 1 commit
-
-
Julien Wadel authored
Fix : Freeze on video frames when there are different (Mac). Add a way to allow a mediastreamer filter to request a changing format and update all filter tree with the new format. Add an option to protect fps updates (used for defunct simulation)
-
- 12 May, 2021 - 2 commits
-
-
- 11 May, 2021 - 1 commit
-
-
Mickaël Turnel authored
(cherry picked from commit 38754f68)
-
- 05 May, 2021 - 3 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
Replace glXChooseVisual by glXGetVisualFromFBConfig to get a matching visual configuration before creating a window
-
Simon Morlat authored
-
- 04 May, 2021 - 2 commits
-
-
Recreate audio unit in case of audio sample rate change. Indeed, this happens in case of audio device change, such as connecting or disconnecting from a bluetooth device. It appears that, in some case the AudioUnit is unable to recover to the disconnection, and thus should be destroyed and re-created.
-
-
- 01 May, 2021 - 1 commit
-
-
Simon Morlat authored
Workaround VP8 encoder reconfiguration not taking into account framerate changes. Fix video size adaptation not taking into account bitrate changes. A bit of cleanup in logs.
-
- 29 Apr, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 28 Apr, 2021 - 2 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
-
- 27 Apr, 2021 - 1 commit
-
-
Julien Wadel authored
Fix crash in MSOGL by not trying to create a x11 window if Display from XOpenDisplay is not available
-
- 23 Apr, 2021 - 1 commit
-
-
Julien Wadel authored
Set amplitude to 0 on dtmf generations.
-
- 22 Apr, 2021 - 1 commit
-
-
Julien Wadel authored
-
- 21 Apr, 2021 - 1 commit
-
-
Simon Morlat authored
-