Directory src/net/java/sip/communicator/impl/neomedia/protocol/

Directory Created:
2009-11-20 16:58
Total Files:
16
Deleted Files:
2
Lines of Code:
3733

[root]/src/net/java/sip/communicator/impl/neomedia/protocol
                                     alsa (0 files, 0 lines)
                                     portaudio (0 files, 0 lines)
                                         streams (0 files, 0 lines)

Lines of Code

src/net/java/sip/communicator/impl/neomedia/protocol/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 74 (100.0%) 4369 (100.0%) 59.0
lubomir_m 37 (50.0%) 3100 (71.0%) 83.7
vincent_lucas 5 (6.8%) 574 (13.1%) 114.8
damencho 6 (8.1%) 557 (12.7%) 92.8
s_vincent 10 (13.5%) 123 (2.8%) 12.3
emcho 15 (20.3%) 15 (0.3%) 1.0
yanas 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: SourceStreamDelegate.java (+2 -1)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: RewritablePushBufferDataSource.java (+6 -8)
vincent_lucas 2012-02-07 13:00

Adds in-band DTMF functionality.

574 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: InbandDTMFDataSource.java (new 25), MutePullBufferDataSource.java (del), MutePushBufferDataSource.java (del), RewritablePullBufferDataSource.java (new 194), RewritablePushBufferDataSource.java (new 355)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: BufferStreamAdapter.java (+1 -1), CachingPushBufferStream.java (+1 -1), CaptureDeviceDelegatePullBufferDataSource.java (+1 -1), CaptureDeviceDelegatePushBufferDataSource.java (+1 -1), MuteDataSource.java (+1 -1), MutePullBufferDataSource.java (+1 -1), MutePushBufferDataSource.java (+1 -1), PullBufferDataSourceDelegate.java (+1 -1), PullBufferStreamAdapter.java (+1 -1), PushBufferDataSourceAdapter.java (+1 -1), PushBufferDataSourceDelegate.java (+1 -1), PushBufferStreamAdapter.java (+1 -1), SourceStreamDelegate.java (+1 -1), StreamSubstituteBufferTransferHandler.java (+1 -1), TranscodingDataSource.java (+1 -1)
lubomir_m 2011-05-11 14:23

Enables the controlling of video size and frame rate from the Video configuration form in Tools > Options.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MutePushBufferDataSource.java (+12 -4)
s_vincent 2011-02-17 13:50

Add initial backend implementation to create and move part of desktop streaming (GUI is not yet commited).

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MutePullBufferDataSource.java (+11 -1)
lubomir_m 2010-11-30 13:37

Fixes a memory (and thread) leak in AudioMixer.

38 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: CachingPushBufferStream.java (+38 -24)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

73 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: BufferStreamAdapter.java (+22 -9), CachingPushBufferStream.java (+12 -11), PullBufferStreamAdapter.java (+17 -6), PushBufferStreamAdapter.java (+17 -6), StreamSubstituteBufferTransferHandler.java (+5 -3)
lubomir_m 2010-09-05 19:14

Clarify the use of a field to Eclipse on Mac OS X with Java 5.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: PushBufferDataSourceAdapter.java (+2 -2)
lubomir_m 2010-09-01 10:10

Fixes the issue described by Kertesz Laszlo on the dev mailing list in the thread "Sip Communicator does not close sound devices after call finish (PulseAudio)".

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: PushBufferDataSourceAdapter.java (+5 -5), StreamSubstituteBufferTransferHandler.java (+2 -2)
s_vincent 2010-07-06 09:29

Fix some javadoc warnings.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: BufferStreamAdapter.java (+7 -7)
lubomir_m 2010-05-16 19:02

Reduces the number of times that CaptureDevices get opened. In the case of video this may be visible as flashes of the camera indicator light.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MutePullBufferDataSource.java (+12 -12)
s_vincent 2010-01-16 13:32

- Enable again muting support for video DataSource;
- Add getLocator() method to Push|PullDataSourceDelegate (otherwise MutePush|PullDataSource classes return null and we cannot check if locator is QT/Desktop streaming to disable local video);
- Disable local video for desktop streaming.

26 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: PullBufferDataSourceDelegate.java (+13), PushBufferDataSourceDelegate.java (+13)
lubomir_m 2009-12-09 17:19

Fixes indentation incorrectly modified in r6460.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MutePullBufferDataSource.java (+1 -1)
damencho 2009-12-09 15:54

Adds zrtp into neomedia.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MutePullBufferDataSource.java (+7 -3)
lubomir_m 2009-12-08 14:29

Further reduces unnecessary allocations in Controls implementations.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: CaptureDeviceDelegatePullBufferDataSource.java (+4 -8), CaptureDeviceDelegatePushBufferDataSource.java (+3 -7), TranscodingDataSource.java (+2 -1)
lubomir_m 2009-12-08 00:35

Attempts to remedy freezes in the audio mixing performed in conference calls. Releases resources associated with a conference member once she leaves the conference call. Fixes warnings. Adds javadocs.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: PushBufferDataSourceAdapter.java (+32 -19), TranscodingDataSource.java (+1 -1)
lubomir_m 2009-12-04 21:12

Attempts to fix a problem in the audio-mixing functionality which leads to sound from remote conference participants being partially included into the mix when the focus uses the JavaSound CaptureDevice. Splits the AudioMixer and its inner classes in multiple files for the sake of clarity. Fixes javadocs.

510 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: CachingPushBufferStream.java (+466 -99), PushBufferDataSourceAdapter.java (+38 -3), TranscodingDataSource.java (+6)
lubomir_m 2009-12-04 21:07

Removes duplication from the implementation of the mute support - it's bad enough that the muting is incomplete because it only considers little-endian signed audio so we don't actually need two copies of it.

176 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: MuteDataSource.java (+2 -2), MutePullBufferDataSource.java (+10 -77), MutePushBufferDataSource.java (+62 -88), SourceStreamDelegate.java (new 102)
yanas 2009-12-01 21:15

Fix the build.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/protocol: CaptureDeviceDelegatePullBufferDataSource.java (-1)

(8 more)

Generated by StatSVN 0.3.1