aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia/MediaStreamImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem when switch between camera and desktop streaming (and vice-vers...Sebastien Vincent2011-05-041-10/+12
* Fix an issue when switching from region desktop streaming to full desktop str...Sebastien Vincent2011-04-281-2/+2
* Print call statistics in the log file.Damian Minkov2011-02-091-2/+2
* Possibly fixes an exception which could prevent the closing of MediaStreamImp...Lyubomir Marinov2011-01-261-3/+28
* Ads prefix to statistic prints for easier searching in log files and modify s...Damian Minkov2010-12-171-49/+88
* Update media statistics.Damian Minkov2010-12-161-62/+108
* Fix issue where camera is activated in an audio only SIP call.Sebastien Vincent2010-12-151-1/+3
* Add some logging to media service: rtp statistics and media streams info.Damian Minkov2010-12-141-1/+132
* Close receive streams, even if rtp manager has no receive stream list, due to...Damian Minkov2010-11-151-32/+93
* Attempts to fix a problem related to RTPManager which causes G.722 calls to f...Lyubomir Marinov2010-10-211-0/+11
* Commits work in progress on supporting ICE in Jingle.Lyubomir Marinov2010-10-061-47/+72
* ZRTP support for XMPP.Sebastien Vincent2010-09-091-1/+2
* - Add desktop streaming operation set for XMPP/Jingle;Sebastien Vincent2010-08-171-1/+12
* Introduces MediaStream#setConnector(StreamConnector) in order to make it poss...Lyubomir Marinov2010-08-091-50/+143
* Ongoing work on the jingle implementationEmil Ivov2010-07-251-0/+15
* Fixes a couple of warnings.Lyubomir Marinov2010-06-251-2/+0
* Attempts to fix a problem in the reading of the configuration of the encoding...Lyubomir Marinov2010-06-161-9/+11
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-031-2/+4
* - Add DTMF for DTMF RFC4733 Listener.Damian Minkov2010-05-311-1/+40
* Cleanup unused ZRTP objects and thread.Werner Dittmann2010-05-221-7/+1
* Allows controlling the number of RTP packets sent per millisecond in the vide...Lyubomir Marinov2010-05-071-39/+71
* - Restart Zrtp only when needed (when recreating streams and when the other s...Damian Minkov2010-05-051-18/+28
* Fix audio levels which were broken in previous commit for secure conf calls.Damian Minkov2010-04-301-1/+6
* - Change ulaw packetization to 20 ms.Damian Minkov2010-04-291-3/+0
* Fix secure conference call and participants loosing audio if in secure call.Damian Minkov2010-04-281-0/+36
* Attempts to fix the following problem: when the remote peer in a video call t...Lyubomir Marinov2010-04-231-99/+138
* Removes the setAdvancedAttributes() method from MediaStream since the stream ...Emil Ivov2010-04-231-0/+2
* Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.Sebastien Vincent2010-04-221-0/+18
* - AVPF Picture Loss Indication support;Sebastien Vincent2010-04-211-3/+3
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-0/+1
* Fixes a stopping of the remote video/dropping of all remote packets occurring...Lyubomir Marinov2010-04-081-32/+19
* Doesn't use the video CaptureDevice when starting an audio-only call or recei...Lyubomir Marinov2010-03-121-9/+11
* Attempts to fix the problem with r6860 reported by Sebastien Vincent as "I ha...Lyubomir Marinov2010-03-111-2/+0
* Add some kind of images negociation when setting up video via SDP. Source sca...Sebastien Vincent2010-03-031-1/+1
* Fix order of transformers in order to make zrtp work again.Damian Minkov2010-01-081-6/+6
* Additional work on RTP DTMFEmil Ivov2010-01-051-0/+28
* Adds the basis of the support for RTP based DTMF transmissionEmil Ivov2010-01-051-4/+47
* Fixes the implementation of a method which is not used but anyway... Also fix...Lyubomir Marinov2009-12-191-8/+6
* Fix sending csrc values to all conference members.Damian Minkov2009-12-151-20/+18
* Adds final touches to CSRC level decoding. Implements event dispatching for C...Emil Ivov2009-12-121-0/+3
* Resolves conflictsEmil Ivov2009-12-121-5/+0
* First pieces of the CSRC audio level encoding codeEmil Ivov2009-12-121-0/+44
* Associates a single ReceiveStream with a given MediaDeviceSession.Lyubomir Marinov2009-12-111-5/+5
* Enable zrtp-hash sending in sdp.Damian Minkov2009-12-101-34/+21
* Adds zrtp into neomedia.Damian Minkov2009-12-091-2/+65
* - Associates a single ReceiveStream with a given MediaStream.Lyubomir Marinov2009-12-081-30/+36
* Introduces refactoring of the audio level associated utilities with with the ...Emil Ivov2009-12-041-1/+0
* resolves merge conflictsEmil Ivov2009-12-041-1/+7
* Adds to MediaStream and MediaStreamImpl the possibility to register and updat...Emil Ivov2009-12-041-0/+47
* Fixes a few javadoc issues. Adds to AudioMixerMediaDevices a method for retri...Emil Ivov2009-11-281-3/+3