Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libjitsi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZRTP
libjitsi
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
c17d0f814fa9655398b5b259c721797a705f589a
Select Git revision
Branches
8
deb-src-release-593
protected
firs-plis
hw-decoding
jitsi_android
master
default
protected
reusable-rtp-scheduler
rewriting
shortaudio
Tags
20
801
800
799
798
797
796
795
794
793
792
791
790
789
788
785
784
783
782
780
779
28 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Feb
18
14
13
11
10
8
6
5
26
Jan
23
20
19
17
16
15
14
11
10
3
2
24
Dec
18
16
15
13
11
10
8
7
6
4
1
30
Nov
29
28
27
26
25
24
22
20
19
18
16
15
14
12
11
5
31
Oct
30
27
25
24
18
17
10
7
3
2
1
28
Sep
17
11
2
28
Aug
26
23
22
20
14
12
8
7
1
26
Jul
25
23
22
21
20
18
12
10
9
5
4
3
2
30
Jun
27
24
21
20
19
18
17
12
10
7
4
3
1
29
May
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
10
9
4
2
1
30
Apr
25
23
19
17
16
13
11
9
8
31
Mar
28
27
26
25
24
22
19
18
14
11
7
2
1
28
Feb
27
26
25
23
22
21
14
8
6
5
4
2
30
Jan
29
28
26
25
24
23
16
15
14
10
9
7
3
2
24
Dec
21
20
19
18
15
14
13
12
10
7
6
5
4
3
1
27
Nov
26
24
22
21
20
19
18
17
16
15
14
13
12
10
6
5
1
31
Oct
30
29
27
25
24
23
20
19
18
17
16
15
14
12
8
5
1
29
Sep
28
27
26
25
24
21
20
18
14
13
11
5
28
Aug
21
18
3
2
31
Jul
26
25
24
20
19
18
16
12
10
9
6
5
4
2
29
Jun
23
20
11
Fix a bug in calculating the VP8 Payload Descriptor size
Fixes an IllegalStateException in FileAccessServiceImpl when executing inside Jitsi Videobridge.
Allows getting the complexity set on the Opus encoder (for debugging/informational purposes).
Updates bouncycastle to 1.50.
Fixes the sending of RTCP feedback messages to support Full Intra Refresh (FIR).
Call CoInitialize on AEC init
Return an empty format list instead of null
Fixes a deadlock in the ICE implementation between Agent.free() and StunClientTransaction observed in Jitsi Videobridge.
Fixes an issue with Packet Loss Concealment (PLC) which could cause muting in Jitsi Videobridge conferences to 'repeat' after unmuting.
Uses a single Thread per StunStack to expire StunServerTransactions in order to reduce the total number of utilized Threads.
Defaults to not dropping received RTP packets from muted audio sources and allows the behavior to be enabled through a ConfigurationService property.
Uses a Thread pool for StunClientTransaction in order to improve performance.
Let ZRTP childstreams report the verification status of the main stream
Fixes removing properties with partial match, and adds tests for it.
Uses client-to-mixer audio levels as defined by RFC 6464 to reduce the effects of decryption, decoding, and audio mixing in the presence of muted audio sources in a Jitsi Videobridge telephony conference.
jitsi_android
jitsi_android
Fixes DTLS retransmissions in order to make DTLS more resilient to packet loss.
Attempts to be less careful and to accommodate even more DTLS records in one datagram.
Fixes NullPointerExceptions in DTLS-SRTP.
Takes into account --min-port and --max-port for the Jingle ICE-UDP transport. Attempts to be more resilient to packet loss during DTLS handshaking.
Switches G.722, Opus and Speex to audio samples represented as short arrays instead of byte arrays as an optimization. Allows the Speex resampler to handle the resampling and the pass-through of both byte and short arrays. Allows AudioMixer to read and write audio samples as short arrays in addition to byte arrays.
shortaudio
shortaudio
Adds javadocs, fixes formatting.
Moves screencapture/imgstreaming from the package
Applies formatting.
Disallows undefined references in JNI library jnscreencapture.
Fixes a regression in which RawPackets can be returned for re-use prematurely
Loose AEC synchronization exigence in order to avoid jerky sounds.
Replaces libjnopus.so with a version which does not require GLIBC_2.14
Modifies that PacketTransformer interface to work with arrays of
Fixes a potential probem in RawPacket#{get,set}Timestamp().
Fixes warnings.
Fixes the support for G.722 which was recently broken.
Updates jnwincoreaudio.dll in order to comply with the package change for CoreAudioDevice, MacCoreAudioDevice and WebrtcAec to src.org.jitsi.impl.neomedia.device package.
Merge branch 'aec'
Corrects Coreaudio endless loop when CoreAudio daemon underruns. Corrects freeing resources synchronization problem. Corrects AEC memory leak.
Minor: fix a javadoc
Adds a log message when LibJitsi is successfully started (to avoid confusion with the stack trace logged when the OSGi implementation fails to load, but LibJitsi is started)
Updates ice4j to r376.
Updates FMJ to r36.
Improves the logging of warnings about failures to enable codecs.
Applies formatting.
Loading