aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia/MediaConfigurationImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Don't split resource strings, remove unused resourcesIngo Bauersachs2017-01-181-2/+1
* Updates the license headers.Damian Minkov2015-07-201-1/+13
* Limits the number of rows of the field with the available video devices on Wi...hristoterezov2014-05-141-2/+2
* Fixes java 1.6 compatibility issue.hristoterezov2014-05-141-18/+18
* Fixes the issue on Windows in media configuration form with the combo boxhristoterezov2014-05-141-18/+141
* Increase audio controls height to show mic-level for WASAPIIngo Bauersachs2013-12-281-1/+1
* Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio ...Lyubomir Marinov2013-10-311-45/+68
* Makes the echo cancellation and noise reduction ConfigurationService properti...Lyubomir Marinov2013-07-031-7/+5
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-4/+4
* Fixes a problem in the resolution of the devices by name (which could lead to...Lyubomir Marinov2013-05-151-115/+125
* Fixes multiple issues related to unplugging the last audio device and then pl...Lyubomir Marinov2013-05-091-63/+54
* Fixes current configurations of RTP pacing threshold that may have used a val...Yana Stamcheva2013-04-201-1/+7
* Limits the RTP pacing threshold maximum value in the video configuration to 999.Yana Stamcheva2013-04-191-1/+1
* Implements an alternative to PortAudio on Windows which uses Windows Audio Se...Lyubomir Marinov2013-03-311-1/+2
* Adds an option to set the video bitrate. Patches provided by BenoƮt Laniel o...Boris Grozev2013-03-271-5/+27
* Fixes inconsistent synchronization in RTPSourceStream which could lead to une...Lyubomir Marinov2013-02-141-821/+800
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-241-2/+2
* Disable encodings table in account settings when override is not checkedIngo Bauersachs2013-01-231-8/+37
* Fixes an issue of overlapping videos which could cause the local video in a c...Lyubomir Marinov2013-01-151-19/+19
* Creates a new default sound test file and adds the net.java.sip.communicator....Vincent Lucas2013-01-021-2/+15
* Tries to fix build.Vincent Lucas2012-12-241-13/+12
* Adds buttons in the audio configuration dialog in order to play sound to test...Vincent Lucas2012-12-211-5/+113
* Enables the media configuration dialog to listen to audio system and device c...Vincent Lucas2012-12-201-63/+67
* Adds a message in the audio configuration dialog, to inform the user that the...Vincent Lucas2012-12-191-0/+23
* Adds a property, which disables the audio system configuration combo box. Fix...Yana Stamcheva2012-11-221-98/+212
* Updates listener for audio media configuration. This resolves the problem rep...Vincent Lucas2012-11-091-7/+54
* Adds a new thread in the audio configuraiton to avoid user interface deadlock...Vincent Lucas2012-11-051-207/+349
* Improves sound device selection: automatically switches to new plugged device...Vincent Lucas2012-10-151-1/+2
* Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration...Boris Grozev2012-10-051-1/+12
* Refactors EncodingConfigurationImplBoris Grozev2012-09-281-9/+5
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-251-21/+28
* Changes the EncodingConfiguration instance stored in MediaServiceImpl to one ...Boris Grozev2012-09-211-9/+14
* Adds support for the IETF Opus codec (patch by Boris Grozev). Fixes a problem...Emil Ivov2012-09-181-2/+2
* Fixes java 5 compatibility.Damian Minkov2012-09-171-1/+0
* Applies a patch from Boris Grozev that allows setting different codec configu...Emil Ivov2012-09-131-0/+1189