Damian Minkov
aaa15eb68e
Recompiled ffmpeg to include mjpeg and add support for mjpeg cameras for windows.
13 years ago
Lyubomir Marinov
de4d9007d1
Attempts to optimize and improve the acoustic echo cancellation (AEC) with Windows Audio Session API (WASAPI).
13 years ago
paweldomas
75ee56c07d
Moves part that handles PopupMessageHandler OSGI services to abstract systray impl.
13 years ago
paweldomas
c611fa8526
Adds getServiceReferences utility method.
13 years ago
Vincent Lucas
30f9ba9aca
Corrects Outlook plugin when setting several contact details with the same category and the same value.
13 years ago
Lyubomir Marinov
4d9932939f
Adds experimental support for acoustic echo cancellation (AEC) on Windows when using Windows Audio Session API (WASAPI) implemented with Voice Capture DSP.
13 years ago
Damian Minkov
a4afabe5d5
Removes some generics method declarations that are hitting some jdk bugs on build system ( http://bugs.sun.com/view_bug.do?bug_id=6932571 ).
13 years ago
Vincent Lucas
284b758a64
Corrects memory leaks fro the Outlook address book plugin.
13 years ago
Lyubomir Marinov
f9ddd14566
Templatizes AbstractBufferStream and extenders with respect to the type of its dataSource field.
13 years ago
Lyubomir Marinov
2b9f8acdcf
Makes the echo cancellation and noise reduction ConfigurationService properties specific to the AudioSystem.
13 years ago
Damian Minkov
aa89c151a2
Updates zrtp latest source version in debian source build.
13 years ago
paweldomas
433c5df32e
Extracts AbstractSystrayService.
13 years ago
Damian Minkov
a9725da99a
Fixes tests.
13 years ago
Damian Minkov
f2ae4c2e5d
Checks and fixes permissions of home folder and config file to be editable and writable only to the owner when using macosx or linux.
13 years ago
Lyubomir Marinov
f7f58da220
Makes it easier to switch to an alaternative Web browser in the 'New version is available' dialog on Windows.
13 years ago
Lyubomir Marinov
6b8ee2fa6f
Wraps long labels on words instead of characters in the H.264 configuration UI.
13 years ago
Lyubomir Marinov
b6d1362f13
Rebuilds jndirectshow.dll using GCC 4.8.1 (from mingw-builds).
13 years ago
Lyubomir Marinov
3dfc0374f8
Adds Windows's system path variable to Ant's path variable on Windows versions which name it Path instead of PATH.
13 years ago
Vincent Lucas
cd56bd88b2
Adds management of Outlook contact with multiple identifier. Corrects null pointer segmentation fault when comparing entry identifiers. Uses MAPI service provider to retrieve a tag corresponding to a property identifier.
13 years ago
Werner Dittmann
6939b99d6a
Update ZRTP library
...
This version of the ZRTP library contains some fixes for vulnerabilities that
could cause crashes (array bound check, etc) if an attacker tries to feed in
specifically prepared ZRTP packets
13 years ago
Boris Grozev
4643383af8
Merge branch 'coin-refactor'
13 years ago
Boris Grozev
6e56eb7985
Temporary disable the check for whether a conference-info document needs to be sent for SIP
13 years ago
Boris Grozev
5739619adf
Improves exception handling
13 years ago
Boris Grozev
6122a1b8b7
Fix sending coin information for sip (temporary solution)
13 years ago
Boris Grozev
21fc563f8c
Removes unused code
13 years ago
Damian Minkov
906af90a04
Dispatches contact source changes after query finishes, listeners are removed when filter is changed and the previous one is canceled.
13 years ago
Damian Minkov
2dc5d4a7a0
Adds contact presence listener to phone contact source, so we can update shown ui contact when status changes.
13 years ago
Damian Minkov
ab29a7388f
Fixes quicker release of chat windows instances, does not wait for the latest resource timer.
13 years ago
Damian Minkov
97030f17c4
Fixes PatternSyntaxException when dialing numbers containing '+'.
13 years ago
Damian Minkov
35838c7a1e
Fixes memory leak where open chat windows leak instances on reconnections.
13 years ago
Damian Minkov
0ecce61682
Changes xmpp priority to be dependent on the presence status. Default values can be overridden with account properties.
13 years ago
yanas
4398906ee2
Adds a global status method in the GlobalStatusService.
...
modified: src/net/java/sip/communicator/impl/globaldisplaydetails/GlobalStatusServiceImpl.java
modified: src/net/java/sip/communicator/impl/gui/main/presence/AccountStatusPanel.java
modified: src/net/java/sip/communicator/impl/gui/main/presence/GlobalStatusSelectorBox.java
modified: src/net/java/sip/communicator/service/protocol/globalstatus/GlobalStatusService.java
13 years ago
Boris Grozev
9d63857572
Adds javadoc
13 years ago
Boris Grozev
027263a226
Fix log message
13 years ago
Boris Grozev
e1eabb5ca8
Moves ConferenceInfoDocument to the net.java.sip.communicator.service.protocol.media package.
13 years ago
Boris Grozev
2d368ec991
Adds comments
13 years ago
Boris Grozev
3aff758cf6
Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous behaviour
13 years ago
Boris Grozev
97821cffa3
Adds comments, renames fields
13 years ago
Boris Grozev
e1ef0b0ff5
Fix parsing of conference-info documents
13 years ago
Boris Grozev
2130c0db55
Fix converting ConferenceInfoDocument to XML. Fix setting a "state" child element.
13 years ago
Boris Grozev
50b26d5811
Fix XML format
13 years ago
Boris Grozev
8375e6d3bf
Fix setting of status
13 years ago
Boris Grozev
176fe35870
Small bug fixes
13 years ago
Boris Grozev
b540821ac4
Work in progress on implementing support for partial conference-info notifications on the receiving side
13 years ago
Vincent Lucas
9e5dfb611e
Revert "Corrects MetaContactImpl display name update: do not update the display name with the default contact one, if this is an invalid display name."
...
This reverts commit 08b46a6140 .
13 years ago
Vincent Lucas
08b46a6140
Corrects MetaContactImpl display name update: do not update the display name with the default contact one, if this is an invalid display name.
13 years ago
Damian Minkov
c56b57040f
Searches for display name no longer match part of number, now searching for exact match.
13 years ago
Damian Minkov
fd979ca5b9
Fixes double checking for display name.
13 years ago
Damian Minkov
725b6a81f3
Fixes NPE for too quickly failing calls not displayed to user.
13 years ago
Boris Grozev
095b96366f
Adds code to compare ConferenceInfoDocuments and only send notifications if differences are found.
13 years ago