- Aug 24, 2015
-
-
George Politis authored
-
- Aug 21, 2015
-
-
Ingo Bauersachs authored
If you need them, you can manually create them with mvn eclipse:eclipse. Or use m2eclipse.
-
- Aug 19, 2015
-
-
Lyubomir Marinov authored
Fixes the name of the ConfigurationService/System property which controls the teardown of the DTLS (media) session if the fingerprint does not match the hashed certificate. Courtesy of Gavin Llewellyn.
- Aug 11, 2015
-
-
Lyubomir Marinov authored
Moves the Maven compiler source and target to jitsi-universe because 1.6 appears to be our requirement at the source level anyway.
-
damencho authored
Updates usrsctp to latest code c53d43ee76673ee281806497eb43750c239c145f. Updates build instructions with new repository and some notes.
-
- Aug 10, 2015
-
-
Lyubomir Marinov authored
Excludes the FFmpeg and G.722 JNI binaries from libjitsi because they reside in jitsi-lgpl-dependencies.
- Jul 31, 2015
-
-
Lyubomir Marinov authored
Tears down the DTLS (media) session if the fingerprint does not match the hashed certificate (i.e. conforms with RFC 5763). Generally, the Jitsi desktop client visually depicts the secure status and may want to set the ConfigurationService and/or System property org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl.verifyAndValidateCertificate to false in order to prevent the teardown.
-
- Jul 30, 2015
-
-
lyubomir authored
-
- Jul 27, 2015
-
-
damencho authored
-
Lyubomir Marinov authored
Specify 1.6 as source and target of the Maven compiler plugin (that is what we have in the Ant build.xml).
-
- Jul 21, 2015
-
-
damencho authored
-
- Jul 20, 2015
-
-
bgrozev authored
-
Boris Grozev authored
-
Boris Grozev authored
This reverts commit ff1eb103. This should now work as expected.
-
Boris Grozev authored
broken SRTP authentication tags when a non-zero offset is introduced (for example from an external packet transformer). Closes #43.
-
bgrozev authored
Input buffer timestamp used instead of setting as unknown
-
bgrozev authored
Input buffer timestamp used instead of setting as unknown
-
- Jul 16, 2015
-
- Jul 15, 2015
-
-
Lyubomir Marinov authored
Loads JNI libraries using JNIUtils instead of System in order to support binaries packed into the JAR as well.
-
Lyubomir Marinov authored
Deletes the lib/native/freebsd* directories because we do not plan on maintaining FreeBSD support and nobody has stepped forward to support them for a long time now.
-
Lyubomir Marinov authored
Deletes the files which implement Speex with pure Java because we are not using them anyway and we do not want the obsolete dependency on jspeex.
- Jul 12, 2015
-
- Jul 08, 2015
-
-
Boris Grozev authored
-
- Jun 23, 2015
-
-
Boris Grozev authored
-
- Jun 19, 2015
-
-
Lyubomir Marinov authored
ice4j SVN revision 506: Fixes a stack overflow reported by James B. Byrne, investigated by Danny van Heumen.
-
- Jun 18, 2015
-
-
Emil Ivov authored
-
- Jun 12, 2015
-
-
Boris Grozev authored
-
- Jun 10, 2015
-
-
Boris Grozev authored
addRTPExtension() is called before a StreamConnector has been set, and a NPE when an ssrc-audio-level extension is set while there is no device session.
-
- Jun 03, 2015
-
-
Damian Minkov authored
Conflicts: resources/install/build-debian.xml resources/install/debian/copyright resources/install/debian/patches/sdes4j.patch
- Jun 02, 2015
-
-
Boris Grozev authored
java.lang.NullPointerException at org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer.transform(SRTPTransformer.java:205) at org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer.transform(DtlsPacketTransformer.java:1227) at org.jitsi.impl.neomedia.transform.SinglePacketTransformer.transform(SinglePacketTransformer.java:84) at org.jitsi.impl.neomedia.transform.TransformEngineChain$PacketTransformerChain.transform(TransformEngineChain.java:293) at org.jitsi.impl.neomedia.transform.TransformUDPOutputStream.createRawPacket(TransformUDPOutputStream.java:67) at org.jitsi.impl.neomedia.RTPConnectorOutputStream.write(RTPConnectorOutputStream.java:423) at org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl.doWrite(OutputDataStreamImpl.java:201) at org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl.run(OutputDataStreamImpl.java:344) at java.lang.Thread.run(Thread.java:745)
-
Damian Minkov authored
-