[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)

| 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 |
Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
0 lines of code changed in:
Fix logger usage - fifth bunch.
118 lines of code changed in:
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:
Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
neomedia activator registers the ZrtpConfigurePanel.
1 lines of code changed in:
Fix javadoc warnings.
1 lines of code changed in:
Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.
1 lines of code changed in:
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:
Introduce the new ZRTP configure feature that enables users to select which algorithms ZRTP shall use.
3 lines of code changed in:
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:
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:
Disables the legacy media service
3 lines of code changed in:
Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.
33 lines of code changed in:
Adds a media handler class. Removes uses of the old media service.
2 lines of code changed in:
Fixes and adds javadocs.
43 lines of code changed in:
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:
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:
- 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:
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:
Fixes warnings
3 lines of code changed in:
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:
(181 more)