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

Directory Created:
2009-11-23 00:28
Total Files:
7
Deleted Files:
0
Lines of Code:
700

[root]/src/net/java/sip/communicator/impl/neomedia/control

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 721 (100.0%) 31.3
lubomir_m 13 (56.5%) 709 (98.3%) 54.5
s_vincent 4 (17.4%) 6 (0.8%) 1.5
emcho 6 (26.1%) 6 (0.8%) 1.0

Most Recent Commits

lubomir_m 2012-03-22 02:09

- Allows the neomedia bundle to function even when the PortAudio native library fails to load.
- Allows the resourcemanager bundle to function without resources such as images.
- Provides a way to listen for and, optionally, drop DatagramPackets read by RTPConnectorInputStream prior to converting them to RawPackets and passing them up the media chain.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractFormatControl.java (+2 -2)
emcho 2011-10-18 14:03

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

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractControls.java (+1 -1), AbstractFormatControl.java (+1 -1), ControlsAdapter.java (+1 -1), FrameProcessingControlImpl.java (+1 -1), ReadOnlyBufferControlDelegate.java (+1 -1), ReadOnlyFormatControlDelegate.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.

91 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: FrameProcessingControlImpl.java (+4 -3), FrameRateControlAdapter.java (new 87)
lubomir_m 2010-03-22 11:35

Implements FrameProcessingControl for SwScaler in order to allow it to be instructed by JMF to drop frames.

105 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: FrameProcessingControlImpl.java (new 105)
lubomir_m 2010-01-07 15:56

- Fixes a case of inconsistent synchronization.
- Removes a few occurrences of duplication.

21 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractFormatControl.java (+21)
lubomir_m 2009-12-19 19:42

Fixes the implementation of a method which is not used but anyway... Also fixes a few warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: ReadOnlyBufferControlDelegate.java (+1 -1)
s_vincent 2009-12-14 12:41

Fix javadoc warnings.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractFormatControl.java (+1 -1), ControlsAdapter.java (+3 -3), ReadOnlyBufferControlDelegate.java (+1 -1), ReadOnlyFormatControlDelegate.java (+1 -1)
lubomir_m 2009-12-08 14:07

- Associates a single ReceiveStream with a given MediaStream.
- Removes fruitless duplications in Controls implementations and reduces unnecessary allocations.

125 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractControls.java (new 88), ControlsAdapter.java (new 37)
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.

134 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: ReadOnlyBufferControlDelegate.java (new 133), ReadOnlyFormatControlDelegate.java (+1 -1)
lubomir_m 2009-11-30 01:38

Enables the simultaneous use of one and the same JavaSound CaptureDevice in multiple calls. Thus also allows a JavaSound call to become a conference call.

134 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractFormatControl.java (+22 -2), ReadOnlyFormatControlDelegate.java (new 112)
lubomir_m 2009-11-23 00:28

Well... Adds AudioMixer-related functionality for the sake of completeness, nothing that currently seems to change anything it its behavior. Fixes a few javadocs.

96 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/control: AbstractFormatControl.java (new 96)
Generated by StatSVN 0.3.1