- Mar 15, 2021
-
-
Gyan Doshi authored
Fixes ffmpeg compilation in MinGW when linked with librist
-
- Mar 13, 2021
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Prevent crash from happening for the case of a peer connection coming from the same IP and same port as one of our listening peers
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Fix mutex lock on peer list. This could potentially fix crashes related to peers being added or removed by applications after a flow has started.
-
Sergio Ammirata authored
-
- Mar 02, 2021
-
-
Denis Slobodskoy authored
EAI_NONAME is equal to 8, so instead of return there was null-pointer exception on res[0] access. getaddrinfo returns 0 in case of success, thus need to check for non-zero result.
-
- Feb 25, 2021
-
-
Gijs Peskens authored
-
- Feb 21, 2021
-
-
Gijs Peskens authored
MacOS need's us to bind with INADDR_ANY & portno to respond back on multicasted packets, otherwise we get an error 49 when trying to send RTCP data back
-
Gijs Peskens authored
-
- Feb 19, 2021
-
-
Gijs Peskens authored
-
- Feb 18, 2021
-
-
Gijs Peskens authored
Add error message when output fifo queue overflows and calling application did not set a receive callback
-
Gijs Peskens authored
-
- Feb 16, 2021
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Refactor clock_gettime support for Darwin to fix compilation problems for older OSes
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Feb 10, 2021
-
-
Gijs Peskens authored
Previous method was written only our MinGW setup in mind. This corrects build failures due to missing cmake toolchainfile, which may not be needed for other builds (as tested with provided aarch64 cross file). Meson >= 0.56.0 correctly generates the cmake toolchain file (and documentation explicitly states not to set this option manually), so there it is not used The toolchain variable has been renamed to make more sense when used in other arches, and in a way that it should not clash with any meson native options.
-
- Feb 08, 2021
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Feb 04, 2021
-
-
Sergio Ammirata authored
-
- Feb 02, 2021
-
-
Gijs Peskens authored
-
Sergio Ammirata authored
-
- Feb 01, 2021
-
-
Sergio Ammirata authored
Add peer authentication callback (missing on sender when it initates the connection and on the receiver when it initates the connection)
-
- Jan 31, 2021
-
-
Sergio Ammirata authored
-
- Jan 30, 2021
-
-
Sergio Ammirata authored
-
- Jan 05, 2021
-
-
Unfortunately this is really necessary so late in the release process. The previous design being able to free data from under a calling application.
-
Sergio Ammirata authored
-
- Jan 03, 2021
-
-
Sergio Ammirata authored
-
- Jan 02, 2021
-
-
Sergio Ammirata authored
-
- Jan 01, 2021
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Fix retry_dequeue loop. We were counting errors as processed nacks and it would cause the queue to grow out of control under high packet loss.
-
Sergio Ammirata authored
Add stats for sender max bandwidth skips and provide max bandwidth protection for congestion control off mode.
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
-