index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
java
/
sip
/
communicator
/
impl
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.
Sebastien Vincent
2010-04-22
1
-1
/
+4
*
Cleanup PropertyChangeEvent stuff
Werner Dittmann
2010-04-09
3
-1
/
+3
*
Fixes warnings.
Lyubomir Marinov
2010-02-10
1
-2
/
+3
*
Remove the ZrtpConfigure plugin and move its functions into the neomedia pack...
Werner Dittmann
2009-12-23
2
-4
/
+1
*
Add some clearing code when closing portaudio stream.
Damian Minkov
2009-12-19
1
-2
/
+2
*
Fix javadoc warnings.
Sebastien Vincent
2009-12-14
3
-5
/
+5
*
Fixed a typo in the spelling of UNSPECIFIED.
Romain Kuntz
2009-12-10
2
-5
/
+5
*
Commits the refactorying of OSUtils contributed by Sebastien Vicent which use...
Lyubomir Marinov
2009-12-09
4
-7
/
+7
*
Commits the patch provided by Sebastien Vincent on the dev mailing list in an...
Lyubomir Marinov
2009-12-09
4
-37
/
+14
*
Introduce the new ZRTP configure feature that enables users to select which a...
Werner Dittmann
2009-12-06
2
-1
/
+4
*
Add sound level listeners for the situation where we are focus in conference ...
Damian Minkov
2009-11-27
1
-0
/
+4
*
Fixes the legacy media bundle to not throw exceptions on stop because its sta...
Lyubomir Marinov
2009-11-21
1
-2
/
+10
*
Disables the legacy media service
Emil Ivov
2009-11-20
1
-2
/
+3
*
Provides an initial implementation of FormatControl for the PortAudio DataSou...
Lyubomir Marinov
2009-11-19
3
-15
/
+167
*
Support for wide band(16 kHz) and ultra wide band(32 kHz).
Damian Minkov
2009-11-18
2
-23
/
+112
*
Copies the changes of r6322 from media into neomedia. Otherwise, neomedia is ...
Lyubomir Marinov
2009-11-17
2
-5
/
+6
*
Adds echo cancel and noise suppression implementation and options in media co...
Damian Minkov
2009-11-17
13
-425
/
+1251
*
Fixes a fallthrough warning. Patch submitted by Sebastien Vincent on the dev ...
Lyubomir Marinov
2009-11-16
1
-0
/
+1
*
Implements CaptureDevice in the PortAudio DataSource used as a capture device.
Lyubomir Marinov
2009-11-10
1
-1
/
+50
*
Adds a media handler class. Removes uses of the old media service.
Emil Ivov
2009-11-05
1
-2
/
+2
*
Update ZRTP4J library that supports SHA384, modify algorithm selection scheme...
Werner Dittmann
2009-11-04
1
-16
/
+47
*
Small update for ZRTP handling, new ZRTP4J lib to fix a problem in multi-stre...
Werner Dittmann
2009-10-30
1
-7
/
+2
*
- Statically link portaudio with fixes to avoid crashes (for amd64). Removing...
Damian Minkov
2009-10-30
2
-22
/
+18
*
Applies further refinements to the neomedia implementation and extensions to ...
Lyubomir Marinov
2009-10-27
8
-3102
/
+0
*
Disable framesPerBuffer workaround to test linux32 fix inside portaudio. Retu...
Damian Minkov
2009-10-27
6
-26
/
+88
*
Add a FALL_THROUGH comment. Eclipse says this prevents a warning during compile.
Werner Dittmann
2009-10-27
1
-0
/
+1
*
Cleans up an unnecessary JNI call in r6192.
Lyubomir Marinov
2009-10-27
1
-6
/
+6
*
Tries to partially remedy a PortAudio crash on Linux with Alsa and PulseAudio...
Lyubomir Marinov
2009-10-27
1
-15
/
+63
*
Fixes and adds javadocs.
Lyubomir Marinov
2009-10-27
1
-16
/
+43
*
Trying to fix linux32 binary, add functions to get device latency. Change in ...
Damian Minkov
2009-10-22
2
-14
/
+109
*
Removes duplication in order to remove an inconsistent checking of a field fo...
Lyubomir Marinov
2009-10-20
2
-15
/
+10
*
Fix playing portaudio notifications, remove writer thread in portaudio render...
Damian Minkov
2009-10-19
3
-103
/
+43
*
Remove a debug print.
Werner Dittmann
2009-10-18
1
-1
/
+0
*
Fix interoperability issue with Zfone3. Set the SSRC at the earliest possible...
Werner Dittmann
2009-10-18
2
-3
/
+28
*
Remove unneeded commented methods.
Damian Minkov
2009-10-16
1
-27
/
+0
*
Update configuration form to be displayed correctly and to choose default sys...
Damian Minkov
2009-10-16
5
-38
/
+144
*
Add getting default input or output device for portaudio.
Damian Minkov
2009-10-16
1
-0
/
+16
*
Portaudio for Macosx.
Damian Minkov
2009-10-15
1
-6
/
+10
*
Commits the patch of Sebastien Vincent provided on the dev mailing list in an...
Lyubomir Marinov
2009-10-13
1
-2
/
+2
*
Init supported audio formats in portaudio after the devices are inited and th...
Damian Minkov
2009-10-12
4
-25
/
+47
*
Moves AbstractCodecExt in the package where it's used though it's meant to be...
Lyubomir Marinov
2009-10-12
3
-3
/
+1
*
In the PortAudio DataSource implementation:
Lyubomir Marinov
2009-10-11
2
-51
/
+48
*
Add functions to query portaudio for host api info. Add some javadocs.
Damian Minkov
2009-10-09
1
-0
/
+217
*
- Only sets up the creation of the additional PortAudio controls for the audi...
Lyubomir Marinov
2009-10-09
1
-45
/
+79
*
Some portaudio fixes. Add to configuration panel option to select portaudio a...
Damian Minkov
2009-10-09
24
-1636
/
+1718
*
Fixes warnings
Lyubomir Marinov
2009-10-08
2
-2
/
+4
*
Attempts to fix a NullPointerException in CallSessionImpl#stopSendStreaming(R...
Lyubomir Marinov
2009-10-07
1
-6
/
+33
*
Only applies formatting.
Lyubomir Marinov
2009-10-06
1
-29
/
+36
*
Attempts to adjust video encoding in a way that would tolerant to less powerf...
Emil Ivov
2009-10-05
2
-4
/
+5
*
Change the license header to be inline with SC's license.
Werner Dittmann
2009-10-04
3
-48
/
+12
[next]