0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 27, 2024 — Sep 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... about 13 years ago
- Works on removing the video of a video conference participant from display on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls). More... about 13 years ago
Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android). More... about 13 years ago
Fixes an issue which would leak at least one Thread per call which would endlessly send out RTCP packets. More... about 13 years ago
Fixes an IllegalMonitorStateException in PortAudioRenderer reported by Emil Ivov. More... about 13 years ago
- Fixes the horizontal gap between multiple videos in a call. It used to appear different between the different columns and caused videos with equal aspect ratios to appear with unequal heights. - Tries to prevent a deadlock in UI-related code upon hanging up a call. It appeared as if the camera wouldn't get closed. - Fixes a NullPointerException. More... about 13 years ago
Fixes 'Invalid RTCP Version' exception caused by incorrect RTCP feedback packet construction. More... about 13 years ago
Fixes a failure to keep the aspect ratio of the video when switching to full screen. Attempts to remedy a multi-video display when switching between camera and desktop streaming. Tries to fix a crash in the QTKit video capture on Mac OS X. Works on addressing a unnecessary remaining of the camera on Mac OS X open. More... about 13 years ago
Fixes filtering correct file types. More... about 13 years ago
adds a javadoc target. cosmetic modifications so that var names would match those in jitsi and ice4j More... about 13 years ago
removes the classes dir More... about 13 years ago
Removes RTCP logs for RTT computation debug. More... about 13 years ago
Re-applies the ideas of r9718 with a refined implementation on the PulseAudio Renderer in order to reflect changes to the user's choice with respect to the default playback device while in a call. More... about 13 years ago
Logs RTCP sender report sent and received to correct wrong statistics (RTT, loss rate). More... about 13 years ago
Temporarily reverts to the PulseAudio Renderer implementation to a pre-r9718 state to fix freezes reported by Vincent Lucas and Kertesz Laszlo on the dev mailing list while further looking into the cause of the problem. More... about 13 years ago
Adds dist target. More... about 13 years ago
Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages. More... about 13 years ago
Fixes the switching of the playback device in calls upon hotplugging. More... about 13 years ago
Adds log information when the computed RTT > 60 seconds. More... about 13 years ago
Adds minor modifications to the build process so that they would match those of ice4j More... about 13 years ago
Adds examples to libjitsi. Fixes a failure to detect the video capture devices on Windows. More... about 13 years ago
Updates build target, extra space. More... about 13 years ago
Uses default value if setting has wrong value for video max bandwidth. More... about 13 years ago
Adds more build targets. More... about 13 years ago
Updates the detection of a remote desktop sharing call via the new Controls of imgstreaming.DataSource, in order to display a desktop icon as the local visual. More... about 13 years ago
Fixes UnsatisfiedLinkErrors with detail message 'Invalid access to memory location' in jnawtrenderer.dll and jndirectshow.dll. More... about 13 years ago
Adds property to enable/disable packetization mode 1 announcing. More... about 13 years ago
Adds RTT statistic computation. More... about 13 years ago
Adds make and rebuild Ant targets to the build.xml of libjitsi which implement incremental and clean compiling and packaging of the libjitsi library. More... about 13 years ago
Refactors r9682 to use a javax.media.Control interface. More... about 13 years ago