[root]/src/net/java/sip/communicator/service/media
event
(0 files, 0 lines)
format
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 47 (100.0%) | 679 (100.0%) | 14.4 |
| emcho | 23 (48.9%) | 365 (53.8%) | 15.8 |
| lubomir_m | 9 (19.1%) | 241 (35.5%) | 26.7 |
| rkuntz | 3 (6.4%) | 29 (4.3%) | 9.6 |
| yanas | 1 (2.1%) | 20 (2.9%) | 20.0 |
| wernerd | 4 (8.5%) | 10 (1.5%) | 2.5 |
| sympho | 1 (2.1%) | 7 (1.0%) | 7.0 |
| damencho | 6 (12.8%) | 7 (1.0%) | 1.1 |
- Trying to fix duplicating jabber messages.
- Remove obsolete media bundle and plugins using it that no longer work.
0 lines of code changed in:
Cleanup PropertyChangeEvent stuff
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.
1 lines of code changed in:
Adds work on the new MediaService (Work in Progress)
2 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
2 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
11 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
2 lines of code changed in:
Disables a regularly failing test on xmpp room subjects until we have a proper implementation
0 lines of code changed in:
Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693. Applies a number of cosmetic changes.
7 lines of code changed in:
Fixes reINVITE-related functionality so that SC can join a 3-way auto-conference (SC doesn't really see that it's a conference) created by X-Lite.
9 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
2 lines of code changed in:
Supports enabling/disabling the streaming of the local video to the remote call participants.
42 lines of code changed in:
Fixes various warnings, mostly ones about performance.
119 lines of code changed in:
After having the new security enevt mechanism in place: remove unused code of the old
security event implementation.
0 lines of code changed in:
Continuation of Werner's work on ZRTP event management + some changes on the way we're triggering security events through the CallParticipants.
20 lines of code changed in:
Modifications to separate ZRTP GUI from ZRTP callback and state information.
Refer to E-mail to dev list (dated 30 Nov 2008) about the modifications.
7 lines of code changed in:
Adds support for fullscreen display and local video in calls.
5 lines of code changed in:
When in a video call, embeds the received video in the CallDialog instead of displaying it in its own frame.
37 lines of code changed in:
Committing cosmetic modifications on the media package before refactoring ZRTP
18 lines of code changed in:
Puts existing calls on hold when a new call starts.
5 lines of code changed in:
Added ZRTP4J bundle
Added the boucycastle lib
Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony
Renamed the isSecured/setSecured method to isSecure/setSecure
Fixed some identations
1 lines of code changed in:
(22 more)