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
Graph
3c3fedb44c2737001f667232c00b2f23685774d0
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Dec
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
Reverts FMJ because necessary files were erroneously removed from it. Reported by Damian Minkov.
Fixes a failure to preview the video device on GNU/Linux. Reported by pierigno.
makes the license more visible as it is currently only in home page, source files and parent project
Creates a README.md
Uses the default complexity value of the native Opus library in the ecoder (unless the user has explicitly specified a value, of course).
Improves the CPU utilization and the garbage collection profile of AudioMixer.
Removes unused FMJ classes.
Updates the opus binaries for Windows to 1.1.
Updates opus binaries for linux and mac with opus-1.1
Fixes crash during FileAccessServiceImpl static initialization on systems other than Windows.
Adds abstract classes for Version and VersionService.
Fixes a deadlock reported against WASAPI which leads to inability to make calls.
Windows: correctly get Downloads-folder location
Fixes warnings.
Updates SRTP transform engine when setting new SDES keys.
Webrtc AEC workaround.
Mix system random with audio samples into the Fortuna entropy pool
Fixes an issue which could cause a DTLS client to never send a Client Hello.
Fixes an issue which could cause the DTLS-SRTP implementation to assume the role of a DTLS server instead of a DTLS client.
Adds a couple of ConfigurationService properties aimed at developers to enable experimental features related to RTP translation.
Logs a couple of debug messages to warn about potential programming errors.
Updates zrtp4j to use SecureRandom in order to use /dev/urandom on linux.
Attempts to remedy an issue in video telephony conferencing which could cause pacets of some streams to be overly delayed.
Fixes an issue which could cause an RTP packet to be read more than once.
Decreases the allocations in the DTLS-SRTP implementation.
Fixes differences in signedness of synchronization source (SSRC) identifiers which could lead to incorrect display of telephony conferencing-related information.
Adds more verbose logs. Removes unnecessary casts between long and int.
Avoids automatic boxing and unboxing in the handling of audio levels.
Applies formatting.
Fixes a deadlock which leads to loss of audio.
Prevents host candidates with loopback addresses. Patch by Emil Ivov.
When relaying RTP, routes RTCP Feedback Messages to their indicated recepient only.
Fixes issues with SRTP related to the rollover of the sequence number, encryption with missing sequence numbers.
Allows finer control over the generation of synchronization source (SSRC) identifiers.
References the source of ice4j in the Eclipse .classpath for the purposes of development.
Allows Jitsi Videobridge to disable the pacing of video RTP packets.
Fixes a possible java.lang.InternalError. Reported by Server Test on the users mailing list.
Adds SurfaceRenderer on Android.
Fixes an issue which could cause CPU starvation while receiving from MultiplexingDatagramSocket.
Commits changes required for new device system on Android.
Loading