0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Prevents a NullPointerException in ice4j's Connector#stop() which appears quite often with unknown side effects. - Prevents a NullPointerException in ToolsMenu related to the Jitsi VideoBridge menu item which causes of long chain of other exceptions and, eventually, prevents the application from completing its startup. - Moves the C source code of JNI PortAudio library from Jitsi/net.java.sip.communicator to libjitsi/org.jitsi. Removes a couple of Java method and C function implementations each of which repeats three times. Fixes possible cases of leaving native callback threads which have been attached to the JVM in undetermined states. More... over 12 years ago
Makes a minor API change. Pyload types are now overridden one by one in order to match the way we do this for the actual payload types More... over 12 years ago
Adds hotplug to portaudio wmme host api, also fixes a NPE that can prevent device change updates. More... over 12 years ago
Fixes a discrepancy/inaccuracy in the RTP buffer length and minimum threshold of FMJ which leaves it vularable to even the tinies hiccups of the network. Rebuilds FMJ and libjitsi with debug information such as line numbers. More... over 12 years ago
Adds native error codes and messages to PortAudioException when available and print them. More... over 12 years ago
Updates library jni portaudio for Linux-32. Includes stdin.h and corrects warning about intptr_t in net_java_sip_communicator_impl_neomedia_portaudio_PortAudio.c (as suggested by Lyubomir Marinov). More... over 12 years ago
Moves Constants to the serivce package so that it would be accessible for other packages that need to access a PT name More... over 12 years ago
Moves Constants to the serivce package so that it would be accessible for other packages that need to access a PT name More... over 12 years ago
Updates library jni portaudio for Linux-64. More... over 12 years ago
Updates FMJ to r5 from the sourceforge SVN repository. This version uses a java.util.logging.Logger to log, and logs detailed statistics from the RTPSourceStream class. Changes MediaServiceImpl to always enable FMJ logging. More... over 12 years ago
Improves device selection via portaudio for MacOSX (hostapi coreaudio): adds the possibility to get the device transport type (USB, bluetooth, etc.) and an unique identifier. Corrects problems when: loading the same device twice (for the moment only for the same hostapi), a new plugged device is selected during a call or if the selected device is unchanged. More... over 12 years ago
Refactors EncodingConfiguration to avoid it importing impl packages. More... over 12 years ago
Maybe fixes a failure to interrupt audio notifications before they finish playing. More... over 12 years ago
Allows the remote party to override payload type for the media we send to it. Payload types are no more overridden locally, and remote settings are used only for the media we sent to the that participant. More... over 12 years ago
Fixes exceptions, a memory leak due to incomplete code. More... over 12 years ago
Handles payload type change event in receive streams. More... over 12 years ago
Fixes a bug with the number of discarded packets not being logged correctly. More... over 12 years ago
Prevents multiple dialing sounds from being played for multiple peers in a single call/telephony conference or for a peer who is being added to a telephony conference when there are other peers there already. More... over 12 years ago
Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop on hangup. Commits work in progress on sound notifications. More... over 12 years ago
Adds missing hashcode method reported by Lyubomir Marinov. More... over 12 years ago
Works on preventing sound notifications from playing forever. More... over 12 years ago
Fixes double playing of audio notification if notification and playback device are the same. More... over 12 years ago
Fixes an incorrect display of video which would not respect its aspect ratio. More... over 12 years ago
Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge. More... over 12 years ago
Corrects media stream stats documentation and a null pointer exception which occurs when the media stream is closed. More... over 12 years ago
Commit work in progress of fixing the implementation of content mixing in Jitsi VideoBridge. More... over 12 years ago
Improves sound device selection: automatically switches to new plugged device, remember user preferences in a list. More... over 12 years ago
Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge. More... over 12 years ago
Adds the number of packets discarded by the FMJ packet queue to the "call info" window and to the logs at the end of a call. More... over 12 years ago
Replaces FMJ with a newer version that properly logs packets discarded in the RTP packet queue More... over 12 years ago