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

Directory Created:
2005-11-02 17:08
Directory Deleted:
2010-07-12 00:05
Total Files:
0
Deleted Files:
23
Lines of Code:
0

[root]/src/net/java/sip/communicator/impl/media
                                 codec (0 files, 0 lines)
                                     audio (0 files, 0 lines)
                                         alaw (0 files, 0 lines)
                                         g729 (0 files, 0 lines)
                                         ilbc (0 files, 0 lines)
                                         speex (0 files, 0 lines)
                                         ulaw (0 files, 0 lines)
                                     video (0 files, 0 lines)
                                         h264 (0 files, 0 lines)
                                 conference (0 files, 0 lines)
                                 configuration (0 files, 0 lines)
                                 device (0 files, 0 lines)
                                 keyshare (0 files, 0 lines)
                                 notify (0 files, 0 lines)
                                 protocol (0 files, 0 lines)
                                     alsa (0 files, 0 lines)
                                     portaudio (0 files, 0 lines)
                                         streams (0 files, 0 lines)
                                 renderer (0 files, 0 lines)
                                     audio (0 files, 0 lines)
                                 transform (0 files, 0 lines)
                                     dummy (0 files, 0 lines)
                                     srtp (0 files, 0 lines)
                                     zrtp (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 301 (100.0%) 8983 (100.0%) 29.8
emcho 96 (31.9%) 4194 (46.7%) 43.6
lubomir_m 106 (35.2%) 2671 (29.7%) 25.1
damencho 44 (14.6%) 975 (10.9%) 22.1
rkuntz 6 (2.0%) 463 (5.2%) 77.1
wernerd 27 (9.0%) 432 (4.8%) 16.0
yanas 6 (2.0%) 95 (1.1%) 15.8
scmerger 7 (2.3%) 51 (0.6%) 7.2
sympho 2 (0.7%) 47 (0.5%) 23.5
jean_lo 1 (0.3%) 36 (0.4%) 36.0
kenlars99 2 (0.7%) 13 (0.1%) 6.5
scoutice 1 (0.3%) 3 (0.0%) 3.0
s_vincent 1 (0.3%) 1 (0.0%) 1.0
mkoch 1 (0.3%) 1 (0.0%) 1.0
mandre 1 (0.3%) 1 (0.0%) 1.0

Most Recent Commits

lubomir_m 2010-07-12 00:05

Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: Activator.java (del), ArrayIOUtils.java (del), CallSessionImpl.java (del), CaptureDeviceDelegatePushBufferDataSource.java (del), DeviceConfigurationComboBoxModel.java (del), EncodingConfigurationTableModel.java (del), FMJConditionals.java (del), MediaActivator.java (del), MediaConfigurationForm.java (del), MediaConfigurationPanel.java (del), MediaControl.java (del), MediaDispatcher.java (del), MediaEventDispatcher.java (del), MediaServiceImpl.java (del), MediaUtils.java (del), MutePushBufferDataSource.java (del), ProcessorUtility.java (del), RTPConnectorImpl.java (del), RTPConnectorInputStream.java (del), RTPConnectorOutputStream.java (del), RawPacket.java (del), RtpFlowImpl.java (del), StreamSubstituteBufferTransferHandler.java (del)
wernerd 2010-06-03 16:41

Fix logger usage - fifth bunch.

118 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+68 -34), MediaActivator.java (+4 -2), MediaControl.java (+18 -9), MediaServiceImpl.java (+2 -1), ProcessorUtility.java (+2 -1), RtpFlowImpl.java (+24 -12)
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.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+1), MediaControl.java (+1)
wernerd 2009-12-23 14:52

Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
neomedia activator registers the ZrtpConfigurePanel.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+1 -3)
s_vincent 2009-12-14 12:41

Fix javadoc warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: ArrayIOUtils.java (+1 -1)
lubomir_m 2009-12-10 01:28

Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaControl.java (+1 -1)
lubomir_m 2009-12-09 17:02

Commits the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaControl.java (+1 -4)
wernerd 2009-12-06 14:31

Introduce the new ZRTP configure feature that enables users to select which algorithms ZRTP shall use.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+3 -1)
damencho 2009-11-27 15:45

Add sound level listeners for the situation where we are focus in conference call and for one-2-one call.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+4)
lubomir_m 2009-11-21 18:30

Fixes the legacy media bundle to not throw exceptions on stop because its start hasn't registered the MediaService.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaActivator.java (+10 -2)
emcho 2009-11-20 19:00

Disables the legacy media service

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaActivator.java (+3 -2)
damencho 2009-11-17 13:52

Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaConfigurationPanel.java (+33)
emcho 2009-11-05 23:16

Adds a media handler class. Removes uses of the old media service.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+2 -2)
lubomir_m 2009-10-27 12:26

Fixes and adds javadocs.

43 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: ArrayIOUtils.java (+43 -16)
wernerd 2009-10-18 11:17

Fix interoperability issue with Zfone3. Set the SSRC at the earliest possible time, start
ZRTP handshake only after SSRC is known to ZRTP. This modification disables half-duplex
(receive-only) RTP streams. This restriction may be lifted if "newmedia" goes into operation.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+14 -1)
damencho 2009-10-16 19:34

Update configuration form to be displayed correctly and to choose default system devices instead of None. Update linux i386 binary, its now statically linked with portaudio, hope to fix the problem with crash when using device with name default (pulseaudio). Portaudio clips are played with file native samplerate if possible.

51 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaConfigurationPanel.java (+51 -22)
lubomir_m 2009-10-09 11:32

- Only sets up the creation of the additional PortAudio controls for the audio section and not for the video section as well.
- Fixes some formatting inaccuracies I've left before.

79 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: MediaConfigurationPanel.java (+79 -45)
damencho 2009-10-09 09:22

Some portaudio fixes. Add to configuration panel option to select portaudio and the devices to use. Javasound left as default, as portaudio is not currently enabled (missing native binaries). Removed some old and unused jmf stuff like v4l, sun audio, directsound.

218 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: DeviceConfigurationComboBoxModel.java (+102 -15), MediaConfigurationPanel.java (+79), MediaControl.java (+11 -6), MediaServiceImpl.java (+26)
lubomir_m 2009-10-08 20:42

Fixes warnings

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+3 -1)
lubomir_m 2009-10-07 15:43

Attempts to fix a NullPointerException in CallSessionImpl#stopSendStreaming(RTPManager)/SendStream#close()/com.sun.media.rtp.RTCPTransmitter.bye() upon call hang-up after reinvites have been received in the call. The offered solution is to close existing SendStream instances just before creating the new ones because the new ones correspond to the latest SDP offer.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/media: CallSessionImpl.java (+33 -6)

(181 more)

Generated by StatSVN 0.3.1