- Jan 15, 2013
-
-
Emil Ivov authored
-
- Jan 14, 2013
-
-
Boris Grozev authored
Adds support to encode and decode VP8. Note that a vp8 encoder and decoder need to be build into the jnffmpeg library in order for this to work, and prebuild binaries aren't ready yet.
-
- Jan 07, 2013
-
-
Lyubomir Marinov authored
-
- Dec 14, 2012
-
-
Boris Grozev authored
Updates FMJ to r11. This revision uses an adaptive jitter buffer (for audio streams), which changes size according to the number of packets arriving too late. Passes the net.java.sip.communicator.impl.neomedia.adaptive_jitter_buffer.* properties to the FMJ Registry. Changes the mechanism through which the number of discarded packets is obtained in MediaStreamStatsImpl, now using a FMJ controls. Shows more information about discarded packets and the adaptive jitter buffer in the "call info" window.
-
- Dec 12, 2012
-
-
Lyubomir Marinov authored
Modifies automatic audio device selection to attempt to pick up capture and playback/notify from the same hardware. Fixes warnings. Adds javadocs.
-
- Dec 06, 2012
-
-
Damian Minkov authored
Changes needed for android merge. Exposing several bundle contexts. Some public constants. Changes in sound notifications to use String as resource uri, and obtaining resource input stream and stream format info from AudioSystem, so it can be overridden in different implementations.
-
- Nov 24, 2012
-
-
Boris Grozev authored
Refactors the way specific Codec instances are accessed in MediaStreamImpl. Passes "format parameters" received via SDP/Jingle to codecs, which can handle them (Opus).
-
- Nov 10, 2012
-
-
Boris Grozev authored
Adds an Opus configuration form and changes the default Opus settings. Updates the Opus JNI binaries. Notifies encoders that implement PacketLossAwareEncoder (Opus and SILK) of packet loss information received via RTCP.
-
- Nov 06, 2012
-
-
Emil Ivov authored
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
-
- Oct 30, 2012
-
-
Emil Ivov authored
Moves Constants to the serivce package so that it would be accessible for other packages that need to access a PT name
-
- Oct 27, 2012
-
-
Boris Grozev authored
-
- Oct 25, 2012
-
-
Damian Minkov authored
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.
-
- Oct 19, 2012
-
-
Lyubomir Marinov authored
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.
-
Lyubomir Marinov authored
Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop on hangup. Commits work in progress on sound notifications.
-
- Oct 18, 2012
-
-
Lyubomir Marinov authored
-
- Oct 17, 2012
-
-
Damian Minkov authored
-
Lyubomir Marinov authored
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.
-
- Oct 15, 2012
-
-
Boris Grozev authored
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.
-
- Oct 14, 2012
-
-
Boris Grozev authored
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.
-
- Oct 12, 2012
-
-
Emil Ivov authored
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.
-
Damian Minkov authored
Adds more options to sound notifications and their config. Sound notifications now can use playback, notification or pc speaker device.
-
- Oct 05, 2012
-
-
Boris Grozev authored
Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration and MediaConfigurationImpl.
-
- Oct 01, 2012
-
-
Lyubomir Marinov authored
-
- Sep 28, 2012
-
-
Boris Grozev authored
-
- Sep 26, 2012
-
-
Boris Grozev authored
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.
-
- Sep 25, 2012
-
-
Lyubomir Marinov authored
-
- Sep 21, 2012
-
-
Boris Grozev authored
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.
-
- Sep 13, 2012
-
-
Emil Ivov authored
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.
-
- Aug 18, 2012
-
-
Lyubomir Marinov authored
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.
-
- Aug 02, 2012
-
-
Vincent Lucas authored
Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, doesn not work on "talk" for android).
-
- Jul 31, 2012
-
-
Lyubomir Marinov authored
Fixes an issue which would leak at least one Thread per call which would endlessly send out RTCP packets.
-
- Jul 10, 2012
-
-
Lyubomir Marinov authored
Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
-
- Jul 02, 2012
-
-
Vincent Lucas authored
-
- Jun 29, 2012
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
- Jun 20, 2012
-
-
Lyubomir Marinov authored
Commits an initial version of the libjitsi library which should be fully functional with respect to neomedia/MediaService and should be usable with and without OSGi.
-
- Jun 11, 2012
-
-
Lyubomir Marinov authored
-