0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 01, 2024 — Jun 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implements a mechanism that allows JMF Controls registered in the codec implementations to be accessed in MediaStream. Adds a FECDecoderControl interface and uses it to collect FEC statistics in MediaStreamStatsImpl. Adds a "Packets decoded with FEC" line in the call info window. More... over 12 years ago
Change versioning to allow for an easier integration of SVN revision and build number. Removes version revision leaving the version to major.minor[.build-label] where build label may include things like svn revisions, dates, etc. More... over 12 years ago
Adds more options to sound notifications and their config. Sound notifications now can use playback, notification or pc speaker device. More... over 12 years ago
Adds ZRTP encryption for unidirectionnal video calls. More... over 12 years ago
Fixes a regression with opus and the problem with FEC not being used for SILK. More... over 12 years ago
Fixes a bug that prevents FEC from being enabled, removes class imports. More... over 12 years ago
Renames SILK-related properties. More... over 12 years ago
Adds an option to explicitly advertise FEC support for SILK in SDP. More... over 12 years ago
Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration and MediaConfigurationImpl. More... over 12 years ago
Commits work in progress on improving, stabalising audio and video telephony conferencing. More... over 12 years ago
Updates native build targets. More... over 12 years ago
Refactors EncodingConfigurationImpl More... over 12 years ago
Initialize EncodingConfiguration before postInitializeOnce, fixes exception MalformedURLException: Unknown protocol: portaudio when creating ZrtpFortunaEntropyGatherer. More... over 12 years ago
Corrects exception when rapid succession of RTP DTMFs are sent. More... over 12 years ago
Replaces the Opus libraries with ones linked against a lower version of glibc (so that they run on debian, for example) More... over 12 years ago
Makes the "toggle video" button in the call window active only if we're ready to send video, and shows an appropriate tooltip otherwise. Same for the desktop sharing button. More... over 12 years ago
Refactors the cross-protocol conference support. More... over 12 years ago
Makes MediaServiceImpl#getDefaultDevice return non-null even if no formats are enabled for the device. Updates some of it's usages accordingly. This fixes a problem with SIP audio calls failing when all video formats are disabled. More... over 12 years ago
Changes the EncodingConfiguration instance stored in MediaServiceImpl to one which contains global settings. Changes the names of some methods in EncodingConfiguration and MediaService to make their meaning more clear. Adds storeProperties() methods to EncodingConfiguration, makes EncodingsPanel use them. More... over 12 years ago
Addresses incorrect and incomplete descriptions and documentation regarding libjitsi's examples. Reported by Alexander Fedulov. More... over 12 years ago
Adds opus to build native xml. More... over 12 years ago
Adds build.xml for compiling natives. More... over 12 years ago
Adds support for the IETF Opus codec (patch by Boris Grozev). Fixes a problem that prevented Jitsi from using formats that are disabled by default (pach by Boris Grozev) More... over 12 years ago
Fixes replace in compile target after class name change. More... over 12 years ago
Applies a patch from Boris Grozev that allows setting different codec configurations to different accounts. It is now possible to set entirely different codec preference for every account. More... over 12 years ago
Corrects writing DTMF payload (RFC4733) for RTP packets, when the RTP packet length is greater then the fixed header (i.e. with CSRC identifiers). More... over 12 years ago
Configuration service skips empty key names. More... over 12 years ago
Fixes a NullPointerException during video conference calls. Reported by Emil Ivov. More... almost 13 years ago
Fixes issues with video conferencing such as the display of a non-focus participant's video to other non-focus participants and the stopping of the streaming between non-focus participants upon stopping of the streaming of the focus' local video. More... almost 13 years ago
Fixes issues with video conferencing such as a failure of the local video to be displayed and a limitation of the conference focus with respect to requiring it to capture video as well. More... almost 13 years ago