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

Directory Created:
2009-12-04 18:46
Total Files:
4
Deleted Files:
2
Lines of Code:
991

[root]/src/net/java/sip/communicator/impl/neomedia/audiolevel
                                     event (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 1626 (100.0%) 42.7
emcho 23 (60.5%) 986 (60.6%) 42.8
lubomir_m 12 (31.6%) 607 (37.3%) 50.5
s_vincent 2 (5.3%) 21 (1.3%) 10.5
wernerd 1 (2.6%) 12 (0.7%) 12.0

Most Recent Commits

lubomir_m 2012-02-11 00:46

Commits work in progress on fixing leaks of every CallDialog and ChatWindow.

295 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+72 -52), AudioLevelEventDispatcher.java (+223 -89)
s_vincent 2012-01-18 19:48

Adds support for audio devices hotplug as well as to change input/output audio devices during a call.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+16)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelCalculator.java (+1 -1), AudioLevelEffect.java (+1 -1), AudioLevelEventDispatcher.java (+1 -1), AudioLevelMap.java (+1 -1)
lubomir_m 2010-12-15 16:41

Tunes the audio levels based on sound pressure levels and their ranges a bit. Fixes an inaccuracy in the audio levels being sent to conference members.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelCalculator.java (+4 -30)
lubomir_m 2010-12-15 12:21

Fixes an incorrect removal of audio-level data by CSRC.

82 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+61 -38), AudioLevelMap.java (+21 -60)
lubomir_m 2010-12-14 15:48

Bases the audio levels displayed in the call dialog on sound pressure levels.

165 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelCalculator.java (+163 -58), AudioLevelEventDispatcher.java (+2 -2)
s_vincent 2010-11-08 16:56

Horizontal flip of the video in configuration form (mirror effect). Updates ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+5 -2)
wernerd 2010-05-22 15:46

Reuse buffers as much as possible.

Fix problems in AudioLevelEffect to reuse buffers and set offset correctly.
Add code to reuse raw packets as much as possible. Reallocating packets if
they contain buffers that are to small will lead to a set of buffers that
are large enough and thus reallocation stops (stable condition).

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+12 -4)
lubomir_m 2010-04-21 22:06

Commits my understanding of a patch provided on the dev mailing list by Admin in the thread '[PATCH] fix for jportaudio, Convert device name charset from system to UNICODE, at system with not UTF-8 and ISO8859-1 system charset.' Additionally, saves an array copy in the JNI Pa_WriteStream. The two changes require the rebuilding of the JNI library jportaudio to kick in but SIP Communicator should continue to work with its previous behavior without it. Lastly, fixes a possible read beyond the valid audio data in AudioLevelEventDispatcher which is part of the functionality behind the audio levels in calls.

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEventDispatcher.java (+20 -10)
lubomir_m 2009-12-19 14:50

Commits minor code cleaning here and there and applies a tiny optimization while looking for something else.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+1 -3), AudioLevelEventDispatcher.java (+18 -28)
emcho 2009-12-12 15:24

Fixes an issue with audio level caching in conference calls. Prepares for a first commit of CSRC audio levels. The features is not enabled yet

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelMap.java (+2 -2)
emcho 2009-12-12 15:19

Moves the CsrcAudioLevelListener to neomedia.event so that it would live together with the SimpleAudioLevelListener

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: CsrcAudioLevelListener.java (del)
emcho 2009-12-12 15:18

Adds more CSRC level encoding params. Adds a new CsrcAudioLevelListener

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: CsrcAudioLevelListener.java (new)
emcho 2009-12-12 15:13

Introduces an audio level cache in audio mixers

35 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEventDispatcher.java (+35), AudioLevelHashMap.java (del)
emcho 2009-12-12 15:12

Adding a map that we can use to cache last measured audio levels

202 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelHashMap.java (new), AudioLevelMap.java (new 202)
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.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+19 -65)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelCalculator.java (+3 -2)
emcho 2009-12-04 18:53

Final touches to local and stream audio level management. Getting ready to commit conference levels.

167 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelCalculator.java (new 120), AudioLevelEffect.java (+25 -120), AudioLevelEventDispatcher.java (+22 -8)
emcho 2009-12-04 18:52

Further audio level related refactoring on neomedia. (Almost there)

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+2 -2)
emcho 2009-12-04 18:50

Further audio level related refactoring on neomedia.

36 lines of code changed in:

  • src/net/java/sip/communicator/impl/neomedia/audiolevel: AudioLevelEffect.java (+6 -6), AudioLevelEventDispatcher.java (+28 -36)

(2 more)

Generated by StatSVN 0.3.1