Damian Minkov
34aba06383
Update with latest changes to portaudio.
16 years ago
Damian Minkov
6317fe622c
Remove old lib
16 years ago
Damian Minkov
91074bdf69
Update yahoo lib.
16 years ago
Damian Minkov
a3fe5bb64b
Update yahoo lib. Fix problem with repeating messages (resend from server after 7 sec if missing ack).
16 years ago
Lyubomir Marinov
2a5985d7b5
In the imgstreaming CaptureDevice, fixes an inconsistency in the Format reporting and a racing which could possibly result in a failure to start the screen capturing.
16 years ago
Damian Minkov
8b1d30aa69
Update Felix to 2.0.2 and update jml (improvement mainly in retrievement of large contactlists and display picture ).
16 years ago
Damian Minkov
a077246aee
Some safety checks and disable sip tests.
16 years ago
Damian Minkov
a2292d6d2b
Fix order of transformers in order to make zrtp work again.
16 years ago
Damian Minkov
6af7a43c06
Again enable sip tests.
16 years ago
Lyubomir Marinov
c68665d432
- Fixes a case of inconsistent synchronization.
...
- Removes a few occurrences of duplication.
16 years ago
Sebastien Vincent
5001c5e041
Add mutex to protect ImageStream#buf and ensure that buf is non-null when JMF will read it.
16 years ago
Sebastien Vincent
7c70f0157d
Remove use of RingBuffer for desktop streaming.
16 years ago
Yana Stamcheva
3b2f176284
Preconfigured account wizard for iptel.org
16 years ago
Lyubomir Marinov
8b70bbd675
Uses the cross-platform L&F instead of SIPCommLookAndFeel because the latter is currently broken as reported in the thread "Problems with GUI" on the dev mailing list.
16 years ago
Emil Ivov
d395791904
Adds jid tracking to XMPP messaging, so that only the first message in a conversation is sent to all instances of a user. All following messages are sent only to the instance that's actually replying to our messages. That instance is reset every time we receive a message from a different jid. The behaviour is currently reset (i.e. the first next message goes to all instances) every 10 minutes of inactivity.
16 years ago
Emil Ivov
dab3aff9d6
Adds jid tracking to XMPP messaging, so that only the first message in a conversation is sent to all instances of a user. All following messages are sent only to the instance that's actually replying to our messages. That instance is reset every time we receive a message from a different jid. The behaviour is currently reset (i.e. the first next message goes to all instances) every 10 minutes of inactivity.
16 years ago
Emil Ivov
8cfdf1a81d
Adds jid tracking to XMPP messaging, so that only the first message in a conversation is sent to all instances of a user. All following messages are sent only to the instance that's actually replying to our messages. That instance is reset every time we receive a message from a different jid. The behaviour is currently reset (i.e. the first next message goes to all instances) every 10 minutes of inactivity.
16 years ago
Emil Ivov
7286156dd1
Adds jid tracking to XMPP messaging, so that only the first message in a conversation is sent to all instances of a user. All following messages are sent only to the instance that's actually replying to our messages. That instance is reset every time we receive a message from a different jid. The behaviour is currently reset (i.e. the first next message goes to all instances) every 10 minutes of inactivity.
16 years ago
Emil Ivov
b2992303a7
Hacks that try to avoid sending jabber messages to all instances of a contact and only send them to the resource that last talked to us
16 years ago
Damian Minkov
abacdb362c
Temporally disabling sip again.
16 years ago
Sebastien Vincent
4b2514743e
Fix freeze/acceleration of video in a call.
16 years ago
Damian Minkov
5662485c70
Enable sip tests.
16 years ago
Damian Minkov
4594ba57f0
Latest changes to portaudio code provided by Werner, fixes problem with certain sound cards working on 48 kHz and wrong buffer calculation.
16 years ago
Emil Ivov
8c9c27baa4
Adds the beginnings of an RTP DTMF implementation so that others can continue work on it as I need to switch focus
16 years ago
Emil Ivov
d40a644c1e
Additional work on RTP DTMF
16 years ago
Emil Ivov
dfeadbd7b0
Adds a DTMF specific extension of RawPacket
16 years ago
Emil Ivov
b8f2ed971a
Adds the basis of the support for RTP based DTMF transmission
16 years ago
Emil Ivov
8667333758
Adds the basis of the support for RTP based DTMF transmission
16 years ago
Damian Minkov
d401fe9893
Synchronize inputstream read and outputstream close to avoid segfaults. Add Werner xrun patch for xrun problems in linked portaudio.
16 years ago
Damian Minkov
e07578b89b
Make sure we clean the connected streams if any, prevents segfaults when using echo cancel. Open the devices in their reported default sample rate.
16 years ago
Werner Dittmann
4c655342fe
Return null if only malformed fmt lines were found.
16 years ago
Werner Dittmann
856c5c3b95
Revert previous commit - wrong file and comment.
16 years ago
Werner Dittmann
6d9fad92a1
Return null if only malformed fmt lines were found.
16 years ago
Werner Dittmann
8e6e4d9459
Stop SDP processing if the media port is zero. This protects better against malformed SDP media
...
description lines.
16 years ago
Werner Dittmann
6f378d0a2e
Stop playing of clips immediately if started is false. Stop looping clips immediately, not only
...
after the loop timeout. Sometimes the ring sound was played while the audio connection was already
set up.
16 years ago
Werner Dittmann
05e909ec9d
Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
...
neomedia activator registers the ZrtpConfigurePanel.
16 years ago
Sebastien Vincent
9fd3ba181c
Change ffmpeg's rc_buffer_size parameter (avcodec) to reduce a lot
...
video call delay.
16 years ago
Lyubomir Marinov
29376076bb
Fixes a NullPointerException in PortAudioRenderer#close(). Reported by Werner Dittmann.
16 years ago
Lyubomir Marinov
70fd2c5e12
Attempts to fix an incorrect removal of the presence SUBSCRIBE and NOTIFY handler upon adding such a conference handler. Reported by Damian Minkov.
16 years ago
Valentin Martinet
7729ab3b10
Empty commit for the random fail of Yahoo!
16 years ago
Valentin Martinet
5f1db1fef6
Removes temporary useless constructor
...
and fixes mistake (bad dialog file) on Windows/Linux
for the Whiteboard plugin.
16 years ago
Valentin Martinet
a772737e95
Implements SipCommFileFilter in the Whiteboard plugin.
...
The Mac OS X save file dialog is now used.
Deleted warnings and corrected lines > 80 characters.
16 years ago
Lyubomir Marinov
de4266aa65
Uses Pa_StopStream(). Adds some synchronization here and there in PortAudio.
16 years ago
Yana Stamcheva
22c32f450d
Catch IllegalArgumentException on a call invite and call conference creation.
16 years ago
Yana Stamcheva
eb7dbc80a1
Fixes NullPointerException in call invite dialog.
16 years ago
Damian Minkov
eedf28ab5c
Return old notify service but as deprecated (start does nothing) in order to avoid loading the old jar from the felix cache.
16 years ago
Yana Stamcheva
2cb2bd85aa
Remove conference window scrollpane border.
16 years ago
Yana Stamcheva
283ff83cdd
Fixes conference dialog incorrect resizing.
16 years ago
Valentin Martinet
863e897282
Introduce the SipCommFileChooser, generic file chooser which gather
...
both Swing's JFileChooser and AWT's FileDialog, since FileDialog
is better to use on Mac OS X than JFileChooser.
Introduce SipCommFileFilter too.
Beginning of implementation in:
- MainToolBar
- ContactRightButtonMenu
- NotificationConfigurationPanel
- NewBundleDialog
- FirstWizardPage
16 years ago
Lyubomir Marinov
b2dbd96f1a
Fixes the implementation of a method which is not used but anyway... Also fixes a few warnings.
16 years ago