aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia/device/AudioMixerMediaDevice.java
Commit message (Expand)AuthorAgeFilesLines
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1239/+0
* Makes sure that the audio system used for capture is also used for playback.Lyubomir Marinov2012-04-211-0/+14
* Implements automatic selection of the (experimental) cobri support for confer...Lyubomir Marinov2012-04-041-44/+52
* Commits work in progress on fixing issues with video conferences. Fixes an Ar...Lyubomir Marinov2012-02-151-18/+14
* Commits work in progress on fixing leaks of every CallDialog and ChatWindow.Lyubomir Marinov2012-02-101-66/+44
* Commits work in progress on video conferences.Lyubomir Marinov2012-02-011-143/+137
* Adds support for audio devices hotplug as well as to change input/output audi...Sebastien Vincent2012-01-181-0/+48
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Removes a few plurals in neomedia-related class, method and field names which...Lyubomir Marinov2011-06-151-2/+2
* Initial video size setting, when creating video call.Damian Minkov2011-06-031-3/+4
* Fixes disabled mute and sound buttons in a conference call.Yana Stamcheva2011-05-301-0/+4
* Allow setting params for the size of image we are able to show during video c...Damian Minkov2011-05-281-1/+12
* Fix an issue in XMPP conference call where some peers does not show conferenc...Sebastien Vincent2011-04-191-3/+6
* Fixes a deadlock in the audio level functionality upong call hangup which pre...Lyubomir Marinov2011-04-061-27/+67
* Fixes an incorrect removal of audio-level data by CSRC.Lyubomir Marinov2010-12-151-14/+15
* - Fixes call recording-related issues reported off-list by Emil Ivov.Lyubomir Marinov2010-09-101-77/+0
* Fix mute and holding one2one call and local sound levels. Damian Minkov2010-09-101-1/+48
* Fix some javadoc warnings, typos and 80 lines cut.Sebastien Vincent2010-09-061-16/+23
* Fixes the issue described by Kertesz Laszlo on the dev mailing list in the th...Lyubomir Marinov2010-09-011-2/+7
* Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov ...Lyubomir Marinov2010-08-111-1/+69
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-031-1/+2
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-0/+1
* Fix header size in RawPacket.Damian Minkov2009-12-171-1/+4
* Fixes merge conflictsEmil Ivov2009-12-121-32/+32
* Adds to AudioMediaDeviceSession, its descendents, and AudioMediaStreamImpl, t...Emil Ivov2009-12-121-0/+35
* Introduces an audio level cache in audio mixersEmil Ivov2009-12-121-0/+13
* Associates a single ReceiveStream with a given MediaDeviceSession.Lyubomir Marinov2009-12-111-357/+397
* Attempts to remedy freezes in the audio mixing performed in conference calls....Lyubomir Marinov2009-12-071-29/+101
* Final touches to local and stream audio level management. Getting ready to co...Emil Ivov2009-12-041-28/+150
* Further audio level related refactoring on neomedia. (Almost there)Emil Ivov2009-12-041-11/+28
* Further audio level related refactoring on neomedia.Emil Ivov2009-12-041-13/+65
* Introduces refactoring of the audio level associated utilities with with the ...Emil Ivov2009-12-041-102/+129
* resolves merge conflictsEmil Ivov2009-12-041-357/+22
* Reverts AudioMixerMediaDevice#getSupportedExtensions() because I incorrectly ...Lyubomir Marinov2009-11-301-2/+30
* Enables the simultaneous use of one and the same JavaSound CaptureDevice in m...Lyubomir Marinov2009-11-291-41/+8
* Fixes an incorrect creation of Player in neomedia.Lyubomir Marinov2009-11-281-4/+14
* Fixes a few javadoc issues. Adds to AudioMixerMediaDevices a method for retri...Emil Ivov2009-11-281-4/+63
* Adds a "synchronized" to complete the synchronization of the access to a fiel...Lyubomir Marinov2009-11-271-21/+22
* Restores BufferControl-related functionality present in media and removed fro...Lyubomir Marinov2009-11-271-3/+57
* Add sound level listeners for the situation where we are focus in conference ...Damian Minkov2009-11-271-1/+443
* optimizes CSRC list generation by only calculating lists when a new stram is ...Emil Ivov2009-11-271-5/+23
* Solves an issue with synchronization when creating a conference call reported...Lyubomir Marinov2009-11-271-1/+1
* Changes storage of SSRC id-s to long rather than String to optimize their ins...Emil Ivov2009-11-271-4/+4
* Adds utilities for retrieving SSRC id-s directly contributing to a conference...Emil Ivov2009-11-271-0/+19
* Gives access to the actual data read from the different audio sources to be m...Lyubomir Marinov2009-11-261-6/+35
* Fixes the implementation of MediaDevice to not cause undesired disconnects fr...Lyubomir Marinov2009-11-261-1/+1
* Gives access to the actual data read from the CaptureDevice when audio mixing...Lyubomir Marinov2009-11-261-1/+19
* Fixes the audio mixing functionality to not break the media of the whole conf...Lyubomir Marinov2009-11-211-22/+195
* In neomedia, attempts to address various issues reported by Emil Ivov includi...Lyubomir Marinov2009-11-051-6/+8
* In neomedia, fixes ArrayIndexOutOfBoundsExceptions when registering custom co...Lyubomir Marinov2009-11-031-7/+15