- 23 Apr, 2015 4 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 22 Apr, 2015 1 commit
-
-
Olivier Crête authored
Fixes SDP parsing which I broke in commit 5972db04
-
- 20 Apr, 2015 11 commits
-
-
Sebastian Dröge authored
Receiving data before the element is ready to push them does not seem like the best idea. https://bugs.freedesktop.org/show_bug.cgi?id=89673
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
This remove a gcc warning
-
Olivier Crête authored
The only valid way to match streams is to count m= lines, see RFC 3264. https://bugs.freedesktop.org/show_bug.cgi?id=90019
-
Olivier Crête authored
Only 6 strings are valid. https://bugs.freedesktop.org/show_bug.cgi?id=90019
-
Olivier Crête authored
The include file names are very generic, at least make the guards a bit less generic. https://bugs.freedesktop.org/show_bug.cgi?id=90013
-
-
Ilya Konstantinov authored
Explain that either having an I/O callback or calling nice_agent_recv* is essential for ICE connection check to succeed. https://bugs.freedesktop.org/show_bug.cgi?id=89849
-
- 14 Apr, 2015 3 commits
-
-
Philip Withnall authored
As detected by GCC 4.9.
-
Rohan Garg authored
Adds new API: nice_agent_set_local_credentials().
-
Rohan Garg authored
-
- 28 Mar, 2015 2 commits
-
-
- 27 Mar, 2015 3 commits
-
-
Jose Antonio Santos Cadenas authored
Also memory copies are reduced if buffers are fragmented https://bugs.freedesktop.org/show_bug.cgi?id=89609
-
- 10 Mar, 2015 3 commits
-
-
Philip Withnall authored
Makes things a little bit safer to abuse.
-
Philip Withnall authored
NULL is ((gpointer) 0). nul is '\0'. Arrays can be NULL terminated. Strings can be nul terminated.
-
Philip Withnall authored
NULL is ((gpointer) 0). nul is '\0'. Arrays can be NULL terminated. Strings can be nul terminated.
-
- 11 Feb, 2015 5 commits
-
-
David Feurle authored
-
David Feurle authored
Dynamic on-stack arrays are not supported in Visual Studio. This has the downside of introducing an extra memory allocation into libstun, but it’s on a debug path so should be harmless.
-
David Feurle authored
-
David Feurle authored
-
Philip Withnall authored
Visual Studio 2010 still doesn’t support C99, and snprintf() is a C99 function, so compilation fails with: error: C3861: 'snprintf': identifier not found Use sprintf() instead, which is C89 and thus supported. This does not make the code unsafe, as the format specifier is constrained to two characters (+ trailing nul), which are guaranteed to fit in the array bounds. Reported on the mailing list: http://lists.freedesktop.org/archives/nice/2014-October/000978.html
-
- 30 Jan, 2015 1 commit
-
-
Youness Alaoui authored
OpenVPN creates a tun interface having the same IP assigned twice like: 9: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc ...100 link/none inet 10.222.111.10 peer 10.222.111.9/32 brd 10.222.111.10 scope global tun0 valid_lft forever preferred_lft forever inet 10.222.111.10/32 brd 10.222.111.10 scope global tun0 valid_lft forever preferred_lft forever This interface would generate two identical host candidates with the same value of foundation.
-
- 29 Jan, 2015 6 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Jakub Adam authored
When a nicesink switches to a different component, we should unblock any pending write waiting in gst_nice_sink_render() for writable_cond being signalled because if the new transport already is writable, we'll never get notified about the condition and thus nicesink will wait forever. That way, either the pending data are immediately sent or the nicesink blocks again until the transport becomes writable.
-
Olivier Crête authored
Automake now warns that it will be the only behavior in the future. So quell the warning by adding it.
-
Olivier Crête authored
-
Olivier Crête authored
-
- 20 Jan, 2015 1 commit
-
-
Youness Alaoui authored
The code was in the wrong spot, for OC2007, we need to fix the nicesock used only in the case of udp-turn-over-tcp for OC2007 compatibility mode. With the current code, it was thinking that the data came from TURN for every udp packet. This should hopefully fix : https://github.com/EricssonResearch/openwebrtc/issues/85
-