Commit Graph

5967 Commits (bfdc99f475b385fbfe9f2f55ff1a03f0fd8a91cd)
 

Author SHA1 Message Date
Lyubomir Marinov 23faa28981 Implements a video CaptureDevice which uses QuickTime/QTKit on Mac OS X to provide video capture on Mac OS X Snow Leopard, Java 1.6 on Mac OS X and when CIVIL fails.
16 years ago
Sebastien Vincent 7f86c6aee0 Add current desktop screen size in ImgStreaming's supported formats list.
16 years ago
Damian Minkov daa8ba38d7 Fix build by adding support for status messages in msn protocol.
16 years ago
Damian Minkov 4450976c0e Update msn lib, fix a problem with not receiving messages on long inactivity on switchboards.
16 years ago
Valentin Martinet 86107ceec6 Fix a ConcurrentModificationException when closing multiple chat tabs in one click.
16 years ago
Valentin Martinet cf7a4382a3 Fix an IllegalArgumentException for the parent frame of a file dialog.
16 years ago
Lyubomir Marinov 59b3b104ee Attempts to allow setting the Format of AbstractPushBufferCaptureDevice and its AbstractPushBufferStream.
16 years ago
Valentin Martinet b66ef7feb6 Corrected changes who made the AdHoc MUC crashing:
16 years ago
Valentin Martinet 6c62675ac2 Compare invitees bare adress in testInviteJoin & testInviteReject using StringUtils.parseBareAdress.
16 years ago
Sebastien Vincent 22089e5bcc Update libffmpeg with latest changes for Windows (32-bit) and MacOS X (universal library i386, x86_64 and PPC). It adds possibility to set interresting parameters (max B-frame, number of references, ...) in ffmpeg in order to provide better video streaming optimization.
16 years ago
Damian Minkov bceb057efe Update llibffmpeg with latest changes.
16 years ago
Sebastien Vincent 879535d15d Add additionnal settings for ffmpeg JNI library, refactor Makefile and add patch for ffmpeg/x264 (relocation link error on x86-64).
16 years ago
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.
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
16 years ago
Werner Dittmann 6f378d0a2e Stop playing of clips immediately if started is false. Stop looping clips immediately, not only
16 years ago
Werner Dittmann 05e909ec9d Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
16 years ago
Sebastien Vincent 9fd3ba181c Change ffmpeg's rc_buffer_size parameter (avcodec) to reduce a lot
16 years ago
Lyubomir Marinov 29376076bb Fixes a NullPointerException in PortAudioRenderer#close(). Reported by Werner Dittmann.
16 years ago