aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/media
Commit message (Collapse)AuthorAgeFilesLines
* - Trying to fix duplicating jabber messages.Damian Minkov2010-07-067-923/+0
| | | | - Remove obsolete media bundle and plugins using it that no longer work.
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-1/+1
| | | | | | | | Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from SC and removes ambiguities with respect to PropertyChangeEvent handling. Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception (intentionally) to simplify handling.
* Adds work on the new MediaService (Work in Progress)Emil Ivov2009-09-131-2/+2
|
* Adds work on the new MediaService (Work in Progress)Emil Ivov2009-09-131-79/+0
|
* Commits the patch of Sebastien Vincent provided on the dev mailing in an ↵Lyubomir Marinov2009-09-022-4/+5
| | | | e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
* Renames occurrences of callParticipant to callPeer so that it would better ↵Emil Ivov2009-08-091-11/+11
| | | | reflect our new Call architecture that also includes conferencing and ConferenceMembers
* Renames occurrences of callParticipant to callPeer so that it would better ↵Emil Ivov2009-08-091-3/+0
| | | | reflect our new Call architecture that also includes conferencing and ConferenceMembers
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-092-3/+3
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Commits first bits of the new media package (very early stage. should have ↵Emil Ivov2009-07-255-258/+3
| | | | more next week)
* Disables a regularly failing test on xmpp room subjects until we have a ↵Emil Ivov2009-07-251-0/+79
| | | | proper implementation
* Adds local representations of MediaFormats. Part of issue #701Emil Ivov2009-07-224-0/+255
|
* Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693. ↵Emil Ivov2009-07-081-7/+7
| | | | Applies a number of cosmetic changes.
* Fixes reINVITE-related functionality so that SC can join a 3-way ↵Lyubomir Marinov2009-04-271-1/+9
| | | | auto-conference (SC doesn't really see that it's a conference) created by X-Lite.
* Fix raw types, unused variables, possible NP, etc, this contributes to fix ↵Werner Dittmann2009-04-171-1/+2
| | | | issue #637
* Supports enabling/disabling the streaming of the local video to the remote ↵Lyubomir Marinov2009-03-161-5/+42
| | | | call participants.
* Fixes various warnings, mostly ones about performance.Lyubomir Marinov2009-03-121-5/+119
|
* After having the new security enevt mechanism in place: remove unused code ↵Werner Dittmann2009-02-281-11/+0
| | | | | | of the old security event implementation.
* Continuation of Werner's work on ZRTP event management + some changes on the ↵Yana Stamcheva2009-02-272-0/+68
| | | | way we're triggering security events through the CallParticipants.
* Modifications to separate ZRTP GUI from ZRTP callback and state information.Werner Dittmann2008-11-301-0/+7
| | | | Refer to E-mail to dev list (dated 30 Nov 2008) about the modifications.
* Adds support for fullscreen display and local video in calls.Lyubomir Marinov2008-11-181-0/+5
|
* When in a video call, embeds the received video in the CallDialog instead of ↵Lyubomir Marinov2008-10-241-2/+37
| | | | displaying it in its own frame.
* Committing cosmetic modifications on the media package before refactoring ZRTPEmil Ivov2008-10-221-18/+18
|
* Puts existing calls on hold when a new call starts.Lyubomir Marinov2008-10-131-1/+5
|
* Added ZRTP4J bundleRomain Kuntz2008-10-061-1/+1
| | | | | | | | | Added the boucycastle lib Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony Renamed the isSecured/setSecured method to isSecure/setSecure Fixed some identations
* Committed the rest of the ZRTP implementation from Emanuel Onica:Romain Kuntz2008-10-051-1/+1
| | | | | | | | - added the secure button on the call panel - added a new operation set for secure call - removed implementation of the secure mode from jabber/mock
* Merged ZRTP-related codeRomain Kuntz2008-09-231-0/+27
|
* Transfers a Call upon receiving a REFER request. The new Call being referred ↵Lyubomir Marinov2008-08-131-0/+6
| | | | to/created as part of the transfer is still not displayed in the UI.
* Introduces support for muting a call.Lyubomir Marinov2008-07-291-0/+16
|
* Committing the on hold patch from Lubomir MarinovEmil Ivov2008-07-181-4/+53
|
* Committing patches from Lubomir Marinov (moving isRegistered() to ↵Emil Ivov2008-07-012-1/+11
| | | | AbstractProtocolProviderService) and Keio Kraaner (implementation of message filtering).
* Add property to media service to disable video support(skip device detection)Damian Minkov2008-05-201-0/+7
|
* Upgrade to the latest available smack lib. Mod. the current jingle code to ↵Symphorien Wanko2007-09-142-0/+35
| | | | conform to the new API.
* Committing support for Jingle. (By Symphorien Wanko)Emil Ivov2007-08-272-15/+87
|
* First commit for AV Mmailbox. (from Ryan Ricard)Emil Ivov2007-08-261-0/+58
|
* First addings of a patch by SymphorienEmil Ivov2007-08-141-0/+35
|
* cosmeticsEmil Ivov2007-07-101-0/+2
|
* Fixed property nameEmil Ivov2007-01-041-1/+1
|
* try to always obtain an indication from the protocol provider concerning the ↵Emil Ivov2006-12-041-0/+18
| | | | address of the destination so that we could choose the most suitable local address for the sdp advertisement.
* Added an error code for unsupported encoding setsEmil Ivov2006-11-091-1/+6
|
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-38/+42
| | | | | moved out some methods that are specific for every call session into the CallSession interface/implementation
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+86
| | | | | Added class for media specific exceptions.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+94
| | | | | Added class for support of methods specific to every call session and not to the whole media implementation.
* Support for SIP (Work in Progress)Emil Ivov2006-09-241-0/+3
| | | | | fixed javadocs
* Code formatEmil Ivov2006-08-162-2/+2
|
* cosmeticEmil Ivov2006-05-281-2/+3
|
* Initial sip-communicator-1.0 commitEmil Ivov2005-11-023-0/+129