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
d658dcf0674a521492580fd006818797a79e4748
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
10
Mar
9
8
7
4
2
29
Feb
25
24
23
22
18
17
15
12
11
9
8
5
4
3
2
1
29
Jan
28
27
22
21
20
13
10
9
6
5
4
18
Dec
17
16
15
9
8
6
5
4
3
2
1
30
Nov
25
24
23
22
20
19
18
17
16
13
12
11
10
6
5
4
3
2
31
Oct
30
29
27
26
19
16
12
9
8
5
4
29
Sep
28
15
14
8
7
6
3
2
29
Aug
24
23
21
19
11
10
31
Jul
30
27
21
20
16
15
12
8
23
Jun
19
18
12
10
3
2
27
May
26
18
27
Apr
24
22
16
15
13
8
7
2
1
30
Mar
25
20
17
9
5
4
23
Feb
16
13
5
4
22
Jan
21
20
19
5
30
Dec
29
19
18
10
8
4
2
27
Nov
23
21
20
18
15
12
7
4
30
Oct
28
27
26
24
23
22
17
15
14
13
10
9
8
6
3
1
30
Sep
23
18
16
11
10
8
5
4
3
2
1
31
Aug
29
28
27
26
24
23
22
21
20
13
11
9
8
6
5
4
3
2
1
31
Jul
30
29
28
27
26
24
23
22
21
20
18
17
15
14
11
8
5
4
3
2
30
Jun
27
26
25
20
Merge pull request #107 from bgrozev/fix-class-name
801 master
801 master
Fixes the class name used for the logger in AbsSendTimeEngine.
jitsi/ice4j commit 41ca35476e5aed5cefc6e9f5053e3d26b2d4ff2b: Merge pull request #53 from jitsi/muxserversocketchannel-abandoned-cleanup
800
800
Merge pull request #106 from jitsi/async-statistics-generate
799
799
Moves RecurringProcessible(Executor) from a private/impl package to a public org.jitsi.util.concurrent (as suggested by Boris Grozev).
Merge pull request #103 from bgrozev/sending-bitrate-fixes
798
798
Merge pull request #104 from bgrozev/fix-caching-transformer-leak
797
797
Renames the NACKListener -> RTCPListener and adds functionality.
firs-plis
firs-plis
Adds support for parsing FIRs and PLIs.
Closes #cachingTransformer on MediaStreamImpl#close(), fixing a leak
Merge pull request #102 from bgrozev/add-abs-send-time
796
796
Addresses comments by @lyubomir.
Formatting fix.
Merge branch 'bgrozev-sending-bitrate'
795
795
Adds a final on a filed. Fixes formatting (to what I only suppose is the correct indentation).
Adds another method for getting the current sending bitrate for a MediaStream.
Reuses a RawPacket's buffer when adding a header extension, if the length permits.
Adds the abs-sent-time RTP header extension to RTP packets which don't have it.
Create the abs-send-time engine for audio streams, too.
Merge pull request #94 from bgrozev/log-unneeded-nacks
794
794
Merge pull request #99 from matteocampana/Opus_VBR
793
793
Uses RTPPacketPredicate.
Merge pull request #100 from bgrozev/add-double-to-configuration-service
792
792
Removes duplicate documentation (uses inheritDoc).
Supports "double" values in the ConfigurationService.
Merge pull request #91 from jitsi/rewrite-simulcast-timestamps-via-wallclocks
791
791
Adds default interface method implementations to abstract classes to facilitate extenders.
Removes some unused methods and parameters.
Rewrites RTP timestamps in simulcast based on remote (wall)clocks.
Makes RemoteClockEstimator MediaType-aware in order to default to 90kHZ for video clock frequency/rate.
Exposes finding MediaStream by receive SSRC through RTPTranslator.
Exposes RTPTranslator through MediaStream.
Uses long synchronization source identifier (SSRC) values when in need of expressing invalid values as well.
Moves RemoteClockEstimator out of BasicRTCPTerminationStrategy in order to make it available elsewhere.
Reduces autoboxing. Uses standard Java naming.
Renames classes, methods, fields related to remote wallclock estimation in the hope of achieving clarification.
Simplifies, clarifies source code.
Splits a method into two for the purposes of readability.
Fixes a warning.
Fixes javadocs.
Loading