aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/media/CallPeerMediaHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Updates libjitsi and sends hole punch packets for audio.damencho2017-02-071-4/+26
* Ignore all unknown MediaTypesIngo Bauersachs2017-01-071-10/+1
* code clean up (#277)Nik2016-07-051-8/+11
* Prepare for the message MediaTypeIngo Bauersachs2016-05-171-1/+1
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Implements OperationSetIncomingDTMF for XMPP, wired to receive events via RTP...Boris Grozev2015-04-121-1/+7
* Generates unique SSRC 'label' per audio stream to avoid set remote descriptio...paweldomas2014-12-291-1/+1
* Handles unsupported 'data' media type when processing jingle offer.paweldomas2014-09-021-1/+6
* Adapts to changes to libjitsi.Boris Grozev2014-08-151-1/+1
* Adds support for the RED (RFC2198) and ulpfec (RFC5109) RTP payload types.Boris Grozev2014-06-201-14/+36
* Fixes a failure to initiate outgoing calls.Lyubomir Marinov2014-05-121-0/+7
* Fixes NPE (reproduced when making attended transfer).Damian Minkov2014-05-101-1/+4
* Describes the local source in a 'source' child elementBoris Grozev2014-04-151-0/+53
* Fixes an issue which could cause some participants in merged and cross-protoc...Lyubomir Marinov2013-12-161-20/+28
* Supports the Jingle ICE-UDP transport in telephony conferences utilizing the ...Lyubomir Marinov2013-11-161-18/+33
* Adds support for DTLS-SRTP with Jitsi Videobridge.Lyubomir Marinov2013-10-181-1/+1
* Adds support for DTLS-SRTP with XMPP.Lyubomir Marinov2013-10-101-0/+11
* Adds support for DTLS-SRTP with SIP.Lyubomir Marinov2013-10-031-2/+20
* Fixes a couple of NPEsBoris Grozev2013-08-151-4/+3
* Removes a couple of System.out.println() uses.Lyubomir Marinov2013-08-121-2/+0
* Fixes issues with the switching between webcam and desktop streaming/sharing ...Lyubomir Marinov2013-08-121-10/+17
* Fixes aspect ratio-related issues in desktop (and webcam) streaming.Lyubomir Marinov2013-08-071-1/+0
* Set video direction to INACTIVE when using local hold, because currently we c...Boris Grozev2013-08-051-2/+7
* Set stream directions to INACTIVE when using local hold in a conference.Boris Grozev2013-08-051-10/+13
* Handles local hold when a videobridge is in useBoris Grozev2013-08-051-2/+2
* Reverts b7357da857bb6e2deda0f490df73f89445bca97e as it actuallyBoris Grozev2013-07-221-2/+1
* Don't try to send hole-punch packets to peers for which we use aBoris Grozev2013-07-221-1/+2
* Makes sure that the MediaDevice of the MediaStream is only updated if it hasBoris Grozev2013-06-031-2/+12
* Adds logs.Boris Grozev2013-05-041-0/+20
* Reverts a change from r10752 as it causes problems (e.g. camera staying on af...Boris Grozev2013-04-221-4/+0
* Improves setting of the stream direction when processing jingle content-accep...Boris Grozev2013-04-111-0/+4
* Fixes a case of possibly multiple, unnecesary/repeating conference info IQs b...Lyubomir Marinov2013-03-081-975/+996
* Works on preventing an issue with the display of remote video which could sca...Lyubomir Marinov2013-02-261-8/+5
* Adds log entries when a Cobri (Colibri) channel's SSRCs change. Minor correct...Boris Grozev2013-02-261-1/+1
* Revert r10334: Corrects the change of direction for audio and video stream wh...Vincent Lucas2013-01-251-2/+2
* Corrects the change of direction for audio and video stream when putting on h...Vincent Lucas2013-01-251-2/+2
* Works on the user interface of video conference calls: allows toggling the di...Lyubomir Marinov2013-01-201-0/+4
* Fixes an issue of overlapping videos which could cause the local video in a c...Lyubomir Marinov2013-01-151-43/+0
* Replaces use of MediaFormat.equals() with MediaFormat.matches() so that audio...Emil Ivov2013-01-151-13/+2
* Updates audio level listener during on-going call when a device is connected ...Vincent Lucas2013-01-091-0/+42
* Attempts to optimize the handling of audio level-related information in Jitsi...Lyubomir Marinov2013-01-071-64/+108
* Works on fixing issues with Jitsi VideoBridge telephony conferencing.Lyubomir Marinov2013-01-071-17/+29
* Allows the telephony conferences utilizing the Jitsi VideoBridge server-side ...Lyubomir Marinov2012-11-271-6/+10
* Commits a patch from Tom Denham that handles the case where telephone-event i...Emil Ivov2012-10-301-5/+33
* Commits work in progress on refactorying the call-related user interface for ...Lyubomir Marinov2012-10-151-93/+11
* Improves harvesting time stats for call info frame. Updates Ice4j to r343: Im...Vincent Lucas2012-10-051-2/+36
* Adds total harvesting time to the call info frame. Updates Ice4j to r339: Add...Vincent Lucas2012-10-041-1/+17
* Improves call info frame to show the ICE harvesting time if available. Update...Vincent Lucas2012-10-021-0/+19
* Adds CallInfoFrame information about host/reflexive/relayed addresses if ICE ...Vincent Lucas2012-10-011-2/+117
* Fixes a NullPointerException which prevented establishing calls. Reported by ...Lyubomir Marinov2012-09-251-0/+4