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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 426 (100.0%) | 17669 (100.0%) | 41.4 |
| lubomir_m | 227 (53.3%) | 12408 (70.2%) | 54.6 |
| damencho | 51 (12.0%) | 1955 (11.1%) | 38.3 |
| s_vincent | 85 (20.0%) | 1726 (9.8%) | 20.3 |
| emcho | 52 (12.2%) | 1456 (8.2%) | 28.0 |
| vincent_lucas | 2 (0.5%) | 62 (0.4%) | 31.0 |
| wernerd | 6 (1.4%) | 39 (0.2%) | 6.5 |
| yanas | 3 (0.7%) | 23 (0.1%) | 7.6 |
Adds video resolution to the call info frame.
45 lines of code changed in:
Tries to default the audio CaptureDevice to a Format which satisfies the maximum of the supported audio properties yet betters the efficiency of the application.
175 lines of code changed in:
Makes sure that the audio system used for capture is also used for playback.
367 lines of code changed in:
Implements automatic selection of the (experimental) cobri support for conference calls. Enabled if the boolean account property USE_JITSI_VIDEO_BRIDGE is explicitly set to true.
57 lines of code changed in:
Fixes the display of local video in a call on Linux. Patch contributed by Sebastien Vincent.
1 lines of code changed in:
Fixes a ConcurrentModificationException in SRTPTransformer reported by Emil Ivov, an ArrayIndexOutOfBoundsException in CallJabberImpl. Removes FMJConditionals because FMJ is always used anyway.
9 lines of code changed in:
Adds (experimental) support for the cobri Jabber extension.
13 lines of code changed in:
Allows the neomedia bundle to start in a headless graphics environment.
22 lines of code changed in:
Allows the detection of audio capture devices to be disabled (just like the detection of video capture devices can be disabled).
86 lines of code changed in:
- 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.
1 lines of code changed in:
Fixes issues with video conferences such as adding peers and allowing non-focus peers to start their video first.
18 lines of code changed in:
Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.
31 lines of code changed in:
Deletes a reference to MediaDeviceSession in MediaDevice. Adds a getCallPeer() method to RemoteControlListener and RemoteControlEvent so that we can determine which CallPeer has generated the event.
2 lines of code changed in:
Commits work in progress on fixing leaks of every CallDialog and ChatWindow.
44 lines of code changed in:
Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.
2 lines of code changed in:
Adds in-band DTMF functionality.
17 lines of code changed in:
Commits work in progress on video conferences.
1184 lines of code changed in:
Fixes warnings, typos.
3 lines of code changed in:
Fixes video problem with Google Talk on smartphone: some applications like Vtok do not like to receive hole punch packet (zero length UDP packet).
12 lines of code changed in:
Adds support for audio devices hotplug as well as to change input/output audio devices during a call.
310 lines of code changed in:
(210 more)