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.
dbef6f3b8a949731c5a55a00de5a5f47edf94add
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
16
Nov
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
Disables a lot of unnecessary file writes performed by FMJ at the startup of libjitsi.
Fixes line ending to be unix one, or debian source package fails to build.
Works around a bug in the Bouncy Castle Crypto APIs which could cause the DTLS-SRTP implementation (and, consequently, Jitsi and Jitsi Videobridge) to enter an endless loop.
Updates to the latest revision of ice4j (for the developers who use both ice4j and libjitsi).
Fixes a compilation error in libjitsi caused by an unmappable caharacter for UTF-8 and reported by Pavel Tankov.
Fixes multiple exceptions arising in the support for the Jingle ICE-UDP transport in Jitsi Videobridge.
Add a classification for persistent files
Keep existing crypto session after putting a call on hold
Fix a spelling mistake
Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio Session API (WASAPI). Patch by Timothy Price.
Corrects sample rate initialization for Core Audio.
Rebuilds jndirectshow.dll with a newer version of mingw64.
Fixes formatting.
Fixes warnings.
Corrects deadlock when closing renderer in Core Audio. Reports c error to java logger.
Mac Core Audio: Stops the rendering process at most after 500 ms even if there is more data already buffered.
Allows MuteDataSource (and InbandDTMFDataSource) from RewritablePull/PushBufferDataSource to penetrate SourceCloneable.
Adds support for DTLS-SRTP with Jitsi Videobridge.
Fixes formatting, typos.
Removes absolute source paths from the Eclipse project .classpath file.
Allows MuteDataSource (and InbandDTMFDataSource) from RewritablePull/PushBufferDataSource to penetrate SourceCloneable.
Changes "MacCoreaudio" audio system name into "Core Audio". Corrects wrong detection of input and output devices. Avoids concurrent process of the "stop" and "read/write" functions at the native level.
Does not attempt to register libjitsi's Renderer implementations when audio and/or video support is disabled in order to prevent exceptions and their respective logs when they do not pose problems anyway.
Rebuilds jnwasapi.dll with a newer version of mingw64.
Fixes issues with DTLS-SRTP.
Romoves the use of enum-like constants from SrtpListeners because it is a part of neomedia and may use MediaType instead.
Adds support for DTLS-SRTP.
Fixes warnings, spelling mistakes.
Fixes warnings, spelling mistakes.
Corrects deadloack between the CoreAudio AudioDeviceStop function and the stream processing callback.
Adds stream capture and render via CoreAudio for MacOSX. This is a first version which needs more testing. The default audio system on MacOSX is still PortAudio.
Sorts the Eclipse .classpath to facilitate reading.
Fixes a failure to generate key frames in the H.264 encoder.
Enables the detection of PulseAudio and Video4Linux2 systems under FreeBSD. Tzanetos Balitsaris
Modifies the targets 'ffmpeg', 'libvpx', and 'video4linux2' to build the libraries for FreeBSD. Tzanetos Balitsaris
Fixes a dealock in the Windows Audio Session API (WASAPI) backend. Reported by Ingo Bauersachs.
Cleans up code, fixes javadocs, applies tiny optimizations.
Adds lib/native/{freebsd,freebsd-64} directories
Modifies the targets 'pulseaudio' and 'opus' of the src/native/build.xml build
Prevents the two-channel opus format from bumping MAX_AUDIO_CHANNELS to 2.
Loading