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.
22f4eecf0efe4928503600dc52ec5a44d2220eda
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
7
May
5
29
Apr
26
25
23
21
19
15
12
10
9
6
5
3
2
23
Mar
21
20
19
13
10
9
4
27
Feb
26
21
20
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
Adds stream name to warning message about RTT computation problems.
Adds native wrapper for usrsctp.
Adds "data" media type.
Cleans up the background Threads associated with TURN candidates more explicitly/aggressively/thoroughly in an attempt to mitigate a leak of such reported by Enrico Marocco.
Lets RTP packets generated from mute data sources from time to time in order to fix an issue at the receiver which could cause it to get out of sync with respect to the SRTP index of the sender. Issue reported and fix suggested by Emil Ivov.
Always uses Jitsi's own gain control because the use of PulseAudio's stream-specific volume control is reported to undesireably maximize the volume (https://java.net/jira/browse/JITSI-1050).
Fixes an issue which could cause SRTP to start failing to authenticate RTP packets after a number of RTP packets indicated as generated from a muted audio source were dropped.
Updates fmj.jar to r48 (Runs the SSRCCacheCleaner every 5 seconds (and not only on reception of RTCP packets).
Updates dnsjava to 2.1.6, applying patch to set custom logger. Adds dns packages to packet logging.
Mitigates an issue with sample rate conversion in Windows Audio Session API (WASAPI) which leads to audio glitches.
Applies formatting, simplifies source code.
Mitigates an issue with sample rate conversion in Windows Audio Session API (WASAPI) which leads to audio glitches.
Mitigates an issue with sample rate conversion in Windows Audio Session API (WASAPI) which leads to audio glitches.
Remove useless constants from SrtpControls, parse in enum instead
Use tag from received offer for SDES crypto attribute
Updates FMJ to r46. (Fixes warnings.)
Adds an rtpCname field to MediaService.
Make MediaStream generate an initial local SSRC
Fixes memory leaks.
Updates FMJ to r45.
Rebuilds the JNI library jnmaccoreaudio on and targeting OS X 10.7.
Uses UTF-8 instead of ASCII in Core Audio on OS X in order to potentially resolve issues with non-ASCII characters. (The solution is unlikely to be complete though because of the mixes usage of original UTF-8, modified UTF-8 and strlen.)
Fixes an audio quality degradation observed with Core Audio on OS X when the Audio tab in Preferences is open during a call.
Removes duplication.
Removes duplication.
Fixes a case which may lead to ignoring non-distinguishing but important format parameters/SDP fmpt such as H.264 sprop-parameter-sets.
Updates FMJ to r41 (which fixes warnings). Exposes a couple of fields.
Updates CoreAudio to be default and echo cancel to be activated for it by default on macosx.
Updates AEC for CoreAudio using webrtc library, recompiled with latest webrtc, was crashing when running from source with unresolved reference "___sincos_stret". Adds some basic instructions for compiling.
Removes tab char.
Enhances the support for received H.264 SDP format parameters such as sprop-parameter-sets.
Filters RTP packets in accord with the MediaStream direction. Fixes problems with new ReceiveStream-s being created while on hold.
Stops all receive streams (same reasoning as in the previous commit for starting them).
Makes sure that the file is copied even if the jitsi repo has a version with a newer date (which could happen after a git pull).
In startReceiveStreams(), start both streams from the RTP manager and streams
Prevent NP dereference on IMediaObject
Prevent WASAPI silence insertion to overflow
Add target to copy libjitsi to jitsi
Init COM on the WASAPI stream processing thread
Fix some possible NPEs
Loading