aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java
Commit message (Expand)AuthorAgeFilesLines
* When a change in made from video from a camera to desktop streaming (or viceBoris Grozev2013-08-141-0/+8
* Fixes issues with the switching between webcam and desktop streaming/sharing ...Lyubomir Marinov2013-08-121-11/+22
* Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires eventsBoris Grozev2013-07-171-0/+4
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+7
* Fixes issue with error messages displayed in peer panel in conference view. W...hristoterezov2013-05-221-1/+2
* Small fixes to various comments. Adds logs when a SIP outgoing call is create...Boris Grozev2013-03-181-1/+1
* Works on fixing issues with Jitsi VideoBridge telephony conferencing.Lyubomir Marinov2013-01-071-25/+31
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-151-15/+15
* Commits work in progress on improving, stabalising audio and video telephony ...Lyubomir Marinov2012-10-011-4/+3
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-475/+133
* Fixes issues with video conferencing such as a failure of the local video to ...Lyubomir Marinov2012-08-181-1/+1
* Fixes the switching of the playback device in calls upon hotplugging.Lyubomir Marinov2012-07-091-72/+87
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-4/+5
* - Allows the neomedia bundle to function even when the PortAudio native libra...Lyubomir Marinov2012-03-211-11/+20
* When we change audio device during a cross-protocol conference call, it is th...Sebastien Vincent2012-03-081-0/+27
* Adds support for merging all existing calls in a single conference.Sebastien Vincent2012-02-291-1/+21
* Fixes issue related to conference establishment with some SIP providers (cont...Sebastien Vincent2012-02-281-1/+4
* Removes debug line.Sebastien Vincent2012-02-241-1/+0
* Fixes merge to call feature when the merged call is from different protocol p...Sebastien Vincent2012-02-241-0/+14
* Fixes issues with video conferences such as adding peers and allowing non-foc...Lyubomir Marinov2012-02-211-13/+26
* Adds UI for cross protocol conference calls. Adds also the possibility to add...Sebastien Vincent2012-02-201-1/+17
* Makes possible making video call without audio, and sharing the desktop from ...Damian Minkov2012-02-171-1/+4
* Commits work in progress on fixing issues with video conferences. Fixes an Ar...Lyubomir Marinov2012-02-151-61/+175
* Ongoing work on cross protocol conference calls. Adds missing portaudio hotpl...Sebastien Vincent2012-02-081-1/+96
* Merges desktop and Android files and commits them as they should work on both...Lyubomir Marinov2012-02-011-3/+12
* Commits work in progress on video conferences.Lyubomir Marinov2012-02-011-13/+76
* Adds support for audio devices hotplug as well as to change input/output audi...Sebastien Vincent2012-01-181-2/+35
* Switches from JMF to FMJ.Lyubomir Marinov2011-12-171-6/+8
* Isolates notification management and triggering.Damian Minkov2011-11-171-0/+15
* Fixes local audio levels when peer removed from call.Damian Minkov2011-11-091-0/+13
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Fixes a deadlock in audio level functionality which used to freeze the user i...Lyubomir Marinov2011-06-281-26/+82
* Fix initial mute state when starting recorder.Damian Minkov2011-06-071-1/+1
* Update recorder when we mute mute/unmute a call peer.Damian Minkov2011-05-251-2/+75
* Commits work in progress on Google Talk voice support.Sebastien Vincent2011-05-201-0/+10
* Fixes a deadlock in the audio level functionality upong call hangup which pre...Lyubomir Marinov2011-04-061-1/+1
* Opens the PortAudio streams with a valid framesPerBuffer value in order to ma...Lyubomir Marinov2010-11-291-4/+1
* Desktop Sharing: manage enabling/disabling local video and desktop sharing.Yana Stamcheva2010-11-071-2/+7
* Fixes warnings, TODOs, javadocs, formatting.Lyubomir Marinov2010-10-041-4/+3
* Implement new OperationSetDesktopStreaming interface to prepare integration o...Sebastien Vincent2010-10-041-3/+55
* Initial commit to support provisioning. It provides the DHCP provisioning dis...Sebastien Vincent2010-09-291-0/+1
* Intorduce issue#862 SIP call markes as missed though answered elsewhere (rfc3...Damian Minkov2010-09-291-4/+8
* - Fixes call recording-related issues reported off-list by Emil Ivov.Lyubomir Marinov2010-09-101-2/+34
* Lists the format supported by the call Recorder into it in order to have them...Lyubomir Marinov2010-08-201-42/+28
* Tries to fix a "javax.media.NoDataSinkException: Cannot find a DataSink for: ...Lyubomir Marinov2010-08-171-40/+27
* Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov ...Lyubomir Marinov2010-08-111-1/+37
* Move video-related methods from CallSipImpl to MediaAwareCall so that they ca...Sebastien Vincent2010-08-111-0/+107
* Ongling work on jingle media negotiationEmil Ivov2010-07-251-3/+3
* Renames Abstract MediaAware Call and CallPeerEmil Ivov2010-07-121-0/+461