Directory src/net/java/sip/communicator/service/media/

Directory Created:
2005-11-02 17:08
Directory Deleted:
2010-07-06 10:41
Total Files:
0
Deleted Files:
5
Lines of Code:
0

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

Lines of Code

src/net/java/sip/communicator/service/media/ Lines of Code

Developers

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

Most Recent Commits

damencho 2010-07-06 10:41

- Trying to fix duplicating jabber messages.
- Remove obsolete media bundle and plugins using it that no longer work.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (del), MediaException.java (del), MediaService.java (del), MediaType.java (del), RtpFlow.java (del)
wernerd 2010-04-09 16:11

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+1 -1)
emcho 2009-09-13 18:51

Adds work on the new MediaService (Work in Progress)

2 lines of code changed in:

  • src/net/java/sip/communicator/service/media: MediaService.java (+2 -2)
lubomir_m 2009-09-02 14:01

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+2 -2)
emcho 2009-08-10 00:49

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+11 -11)
emcho 2009-08-10 00:20

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+2 -2)
emcho 2009-07-26 00:53

Disables a regularly failing test on xmpp room subjects until we have a proper implementation

0 lines of code changed in:

  • src/net/java/sip/communicator/service/media: MediaType.java (new)
emcho 2009-07-08 14:35

Simplifies MediaControl.createDataSourceForEncodings(). Resolves issue #693. Applies a number of cosmetic changes.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+7 -7)
lubomir_m 2009-04-27 20:37

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+9 -1)
wernerd 2009-04-17 20:50

Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637

2 lines of code changed in:

  • src/net/java/sip/communicator/service/media: MediaService.java (+2 -1)
lubomir_m 2009-03-16 15:48

Supports enabling/disabling the streaming of the local video to the remote call participants.

42 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+42 -5)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

119 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+119 -5)
wernerd 2009-02-28 15:43

After having the new security enevt mechanism in place: remove unused code of the old
security event implementation.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (-11)
yanas 2009-02-28 00:41

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+20)
wernerd 2008-11-30 18:02

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+7)
lubomir_m 2008-11-18 13:56

Adds support for fullscreen display and local video in calls.

5 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+5)
lubomir_m 2008-10-25 00:06

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+37 -2)
emcho 2008-10-22 19:04

Committing cosmetic modifications on the media package before refactoring ZRTP

18 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+18 -18)
lubomir_m 2008-10-13 15:34

Puts existing calls on hold when a new call starts.

5 lines of code changed in:

  • src/net/java/sip/communicator/service/media: CallSession.java (+5 -1)
rkuntz 2008-10-06 13:38

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:

  • src/net/java/sip/communicator/service/media: CallSession.java (+1 -1)

(22 more)

Generated by StatSVN 0.3.1