aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia
Commit message (Expand)AuthorAgeFilesLines
* Don't split resource strings, remove unused resourcesIngo Bauersachs2017-01-184-18/+9
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-232-724/+724
* Updates the license headers.Damian Minkov2015-07-2014-28/+188
* Adds the recording package to the neomedia manifest.Boris Grozev2014-06-201-0/+1
* Adapts to the changes to libjitsi moving the Recorder interface to the "recor...Boris Grozev2014-06-172-2/+3
* 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-142-18/+142
* Increase audio controls height to show mic-level for WASAPIIngo Bauersachs2013-12-281-1/+1
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Allows automatic gain control (AGC) to be enabled/disabled for Windows Audio ...Lyubomir Marinov2013-10-311-45/+68
* Disables configuration of call recording if call recording button is hidden.Damian Minkov2013-09-171-1/+4
* Cleans up code, fixes javadocs, applies tiny optimizations.Lyubomir Marinov2013-08-281-18/+21
* Makes the echo cancellation and noise reduction ConfigurationService properti...Lyubomir Marinov2013-07-031-7/+5
* Wraps long labels on words instead of characters in the H.264 configuration UI.Lyubomir Marinov2013-06-301-0/+1
* Adds user interface to control the H.264 encoder's use of Periodic Intra Refr...Lyubomir Marinov2013-06-201-67/+155
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-238-11/+17
* Fixes a problem in the resolution of the devices by name (which could lead to...Lyubomir Marinov2013-05-152-118/+125
* Fixes multiple issues related to unplugging the last audio device and then pl...Lyubomir Marinov2013-05-093-70/+58
* 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
* Adds h264 high profile and its configuration entry.Damian Minkov2013-04-091-0/+6
* Implements an alternative to PortAudio on Windows which uses Windows Audio Se...Lyubomir Marinov2013-03-313-18/+22
* Adds an option to set the video bitrate. Patches provided by BenoƮt Laniel o...Boris Grozev2013-03-271-5/+27
* Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes warn...Lyubomir Marinov2013-02-253-16/+12
* Fixes warnings. Adds and/or fixes javadocs.Lyubomir Marinov2013-02-253-12/+16
* Fixes inconsistent synchronization in RTPSourceStream which could lead to une...Lyubomir Marinov2013-02-141-821/+800
* Adds option to change h264 encoder presets.Damian Minkov2013-01-251-0/+28
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-249-10/+10
* 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
* Displays a pop-up notification about the removal of an audio device only if i...Lyubomir Marinov2012-12-218-697/+755
* Adds buttons in the audio configuration dialog in order to play sound to test...Vincent Lucas2012-12-212-5/+136
* 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
* First part of automatic audio system change: only if the "none" audio system ...Vincent Lucas2012-12-141-18/+1
* Activates update for reloadable audio systems in order to activate them if th...Vincent Lucas2012-12-131-2/+5
* Modifies automatic audio device selection to attempt to pick up capture and p...Lyubomir Marinov2012-12-125-65/+50
* Disables pop-up notification for video devices until video hotplug is not imp...Vincent Lucas2012-12-111-6/+9
* Changes sequence of audio configuration modification events in order to aggre...Vincent Lucas2012-12-103-23/+74
* Adds pop-up notifications for new video selected device.Vincent Lucas2012-12-104-207/+474
* Adds the device name and its state (connected or disconnected) for the "Devic...Vincent Lucas2012-12-071-11/+91
* Fixes video configuration tab when no video device is available. Moves some l...Damian Minkov2012-11-301-1/+11
* Adds a property, which disables the audio system configuration combo box. Fix...Yana Stamcheva2012-11-221-98/+212
* Replaces json lib.Damian Minkov2012-11-211-1/+1
* Moves loading the gui (creating main frame) in event dispatch thread. Make so...Damian Minkov2012-11-191-1/+1
* 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