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
/
neomedia
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds a notification popup when the audio device configuration has changed.
Vincent Lucas
2012-10-17
2
-126
/
+195
*
Improves sound device selection: automatically switches to new plugged device...
Vincent Lucas
2012-10-15
2
-22
/
+31
*
Adds FEC support for the SILK codec. Minor clean-ups in EncodingConfiguration...
Boris Grozev
2012-10-05
1
-1
/
+12
*
Refactors EncodingConfigurationImpl
Boris Grozev
2012-09-28
2
-19
/
+8
*
Refactors the cross-protocol conference support.
Lyubomir Marinov
2012-09-25
1
-21
/
+28
*
Changes the EncodingConfiguration instance stored in MediaServiceImpl to one ...
Boris Grozev
2012-09-21
2
-11
/
+15
*
Adds support for the IETF Opus codec (patch by Boris Grozev). Fixes a problem...
Emil Ivov
2012-09-18
1
-2
/
+2
*
Fixes java 5 compatibility.
Damian Minkov
2012-09-17
1
-1
/
+0
*
Applies a patch from Boris Grozev that allows setting different codec configu...
Emil Ivov
2012-09-13
6
-1042
/
+1233
*
Improves SIP and XMPP configuration interface to choose the priority between ...
Vincent Lucas
2012-09-03
2
-111
/
+8
*
Switches Jitsi trunk to libjitsi.
Lyubomir Marinov
2012-06-29
1
-1
/
+1
*
Switches Jitsi trunk to libjitsi.
Lyubomir Marinov
2012-06-29
2
-3
/
+3
*
Switches Jitsi trunk to libjitsi.
Lyubomir Marinov
2012-06-29
416
-118673
/
+86
*
Removes MuteDataSource and SourceCloneable interface implementation from the ...
Vincent Lucas
2012-06-28
2
-42
/
+49
*
Updates screen detection when region desktop sharing starts with an origin ou...
Vincent Lucas
2012-06-26
1
-1
/
+3
*
Enables to move the desktop sharing region.
Vincent Lucas
2012-06-26
2
-1
/
+59
*
Adds video conference interface enhancements.
Yana Stamcheva
2012-06-25
6
-6
/
+79
*
Updates video max bandwidth default value.
Damian Minkov
2012-06-22
1
-2
/
+2
*
Stops flipping the local video display when dealing with a desktop sharing.
Vincent Lucas
2012-06-20
2
-5
/
+34
*
Commits an initial version of the libjitsi library which should be fully func...
Lyubomir Marinov
2012-06-20
2
-12
/
+27
*
Commits work in progress on libjitsi.
Lyubomir Marinov
2012-06-19
33
-448
/
+465
*
Adds XMPP remote control capability advertising and adds XMPP remote control ...
Vincent Lucas
2012-06-19
1
-10
/
+13
*
Corrects RTP adresses logged in pcap file by JingleNodes socket. Updates ice4...
Vincent Lucas
2012-06-12
4
-0
/
+24
*
Modify text of security labels to include ciper information.
Werner Dittmann
2012-06-12
2
-0
/
+22
*
Commits work in progress on libjitsi.
Lyubomir Marinov
2012-06-11
14
-312
/
+400
*
Shows audio configuration dialog instead of the whole configuration form when...
Damian Minkov
2012-06-08
3
-31
/
+195
*
Corrects custom GUI property names to respect Jitsi convention: prefix.DISABLED.
Vincent Lucas
2012-06-07
2
-6
/
+6
*
Adds properties to custom the GUI.
Vincent Lucas
2012-06-07
2
-57
/
+161
*
Integrates Jitsi presence, IM and VoIP with MS Outlook.
Lyubomir Marinov
2012-06-01
1
-1
/
+1
*
Fixes video preview in configuration.
Damian Minkov
2012-05-18
3
-13
/
+70
*
Fixes an application freeze when PulseAudio is disabled.
Lyubomir Marinov
2012-05-11
1
-1
/
+1
*
Delivers in chat room the reason of chat invite rejections.
Damian Minkov
2012-05-09
1
-1
/
+2
*
Increases source compatibility with Android.
Lyubomir Marinov
2012-05-09
21
-31
/
+70
*
Provides source and binary compatibility with PulseAudio 0.9.21 which is the ...
Lyubomir Marinov
2012-05-08
3
-88
/
+82
*
Fixes the loading of the user's preferences with respect to the audio devices...
Lyubomir Marinov
2012-05-08
1
-3
/
+71
*
Fixes a NullPointerException in DeviceSystem which prevents the loading of Po...
Lyubomir Marinov
2012-05-08
2
-5
/
+11
*
Implements (native) volume control for the PulseAudio backend (on GNU/Linux).
Lyubomir Marinov
2012-05-08
6
-63
/
+470
*
Gains performance by disabling the writing of the FMJ Registry file since it ...
Lyubomir Marinov
2012-05-06
9
-13
/
+47
*
Adds support for PulseAudio on GNU/Linux.
Lyubomir Marinov
2012-05-05
14
-80
/
+1838
*
Fixes an ArrayIndexOutOfBoundsException in in the audio mixing.
Lyubomir Marinov
2012-05-05
3
-54
/
+55
*
Refactors the detection of capture and playback/notification devices. Adds au...
Lyubomir Marinov
2012-05-04
35
-2532
/
+2498
*
Adds video resolution to the call info frame.
Vincent Lucas
2012-04-24
2
-0
/
+124
*
Tries to default the audio CaptureDevice to a Format which satisfies the maxi...
Lyubomir Marinov
2012-04-22
4
-12
/
+231
*
Makes sure that the audio system used for capture is also used for playback.
Lyubomir Marinov
2012-04-21
13
-213
/
+421
*
Small fix in ZrtpControlImpl, add comment regarding paranoid mode.
Werner Dittmann
2012-04-19
2
-6
/
+6
*
Implement paranoid mode for ZRTP.
Werner Dittmann
2012-04-19
1
-4
/
+63
*
Cleans up AbstractVolumeControl a bit by extracting constants, removing unnec...
Lyubomir Marinov
2012-04-19
1
-20
/
+31
*
Corrects and improves stream statistics:
Vincent Lucas
2012-04-18
1
-179
/
+213
*
Provides a workaround for http://code.google.com/p/android/issues/detail?id=2...
Lyubomir Marinov
2012-04-18
1
-0
/
+7
*
Call security fixes. Adds SrtpControl to the security negotiation started event.
Yana Stamcheva
2012-04-10
3
-3
/
+5
[prev]
[next]