Damian Minkov
a3fe5bb64b
Update yahoo lib. Fix problem with repeating messages (resend from server after 7 sec if missing ack).
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
6af7a43c06
Again enable sip tests.
16 years ago
Yana Stamcheva
3b2f176284
Preconfigured account wizard for iptel.org
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
Damian Minkov
abacdb362c
Temporally disabling sip again.
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
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
05e909ec9d
Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
...
neomedia activator registers the ZrtpConfigurePanel.
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
Damian Minkov
7cbe21f7e2
Applay latest native changes to mac binary.
16 years ago
Damian Minkov
c7ae54b77b
Update portaudio for macosx.
16 years ago
Damian Minkov
9705865983
Stop building media bundler. Remove media bundle from starting in client and in tests. Comment all code that access media service in jabber protocol.
16 years ago
Sebastien Vincent
9f44c4f923
Add native X11 screen capture.
16 years ago
Lyubomir Marinov
20cf33e8c6
Commits the update to the native 64-bit Windows FFmpeg binary library contributed by Sebastien Vincent on the dev mailing list.
16 years ago
Lyubomir Marinov
895e2de836
Commits the 64-bit Windows binaries and fixes contributed by Sebastien Vincent on the dev mailing list in an e-mail with the subject '[Patch] Windows 64 bit support'.
16 years ago
Damian Minkov
0e02f555b3
New versions for ffmpeg, the decoder has significant quality improvement.
16 years ago
Werner Dittmann
a4394d0730
New ZRTP4J library that fixes a problem with hello hash string.
16 years ago
Werner Dittmann
d2ab3e41b5
Add ZrtpConfigure to test properties.
16 years ago
Werner Dittmann
2394d225d6
Introduce the new ZRTP configure feature that enables users to select which algorithms ZRTP shall use.
16 years ago
Emil Ivov
17f479e6fd
Set local SSRC when available
16 years ago
Damian Minkov
aa86a86095
Second big move of packages. Created jmfext in order to keep jmf requirenment for package name of Datasources ("media.protocol.....") and separate portaudio classes in neomedia.portaudio package.
16 years ago
Damian Minkov
f660a5ed6c
Update macosx binary for ffmpeg, compiled with asm and latest instructions for building.
16 years ago
Damian Minkov
b96b3e63f2
Copy all missing stuff in neomedia from media.
16 years ago
Emil Ivov
d1fe4ffc47
Disables the legacy media service
16 years ago
Damian Minkov
ea8dc10d6a
Adds echo cancel and noise suppression implementation and options in media configuration panel to turn them on/off.
17 years ago
Lyubomir Marinov
c6e292f97c
Fixes compile-time warnings displayed by build.xml and caused by classpath definitions in manifest files of third-party jars. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'.
17 years ago
Emil Ivov
46a50e8a95
Adds sun.net.util as a system package for the unit test environment (necessary for accessing IPAddressUtil)
17 years ago
Lyubomir Marinov
f5da110e79
Switches .util.IPAddressUtil to use sun.net.util.IPAddressUtil.
17 years ago
Emil Ivov
08bb850b6d
Migrating to neomedia (Work in Progress)
17 years ago
Damian Minkov
2160122588
Problem reported by Carlos Alexandre and Martin Andre. Removed jack link for x86 binary.
17 years ago
Werner Dittmann
6323a44d57
Update ZRTP4J library that supports SHA384, modify algorithm selection scheme to better
...
conform to proposals in ZRTP draft, add class and functions to support ZRTP configuration
(GUI will follow some time later).
This version was tested with Phil's new (not yet released) Zfone3, is also compliant to
existing Zfone.
Update lightweight crypto library, it contains SHA384 now.
Some smaller updates in ZrtpTransfomEngine to match changes in ZRTP4J.
17 years ago
Werner Dittmann
5196a50d38
Small update for ZRTP handling, new ZRTP4J lib to fix a problem in multi-stream mode.
17 years ago
Damian Minkov
9f891d0eb1
Remove jack dependencies for linux binary.
17 years ago
Damian Minkov
4cf9659762
- Statically link portaudio with fixes to avoid crashes (for amd64). Removing the high pitch sounds : add resample into jportaudio and link it to speexdsp, making better quality.
...
- Compile libgalagonotification for linux i386 and amd64 with old GLIBC so it can be run on old systems.
17 years ago
Lyubomir Marinov
e575bad1eb
For notification popups on Linux using freedesktop.org's Desktop Notifications, implements the display of icons.
17 years ago
Lyubomir Marinov
64cd161812
Modify galagonotification in preparation of implementing support for display of images. Committed just to preserve the modifications. User of 64-bit Linux who have compiled the native counterpart themselves should recompile it after updating the Java part to this revision.
17 years ago
Damian Minkov
830a31af7e
Disable framesPerBuffer workaround to test linux32 fix inside portaudio. Return suggested latency to be low latency value comming from sound device. New util class for portaudio. Fix problem in renderer now respect sample size in bits when opening files.
17 years ago
Damian Minkov
4918ce3b92
Second patch for Issue #704 by Sebastien Vincent.
17 years ago
Lyubomir Marinov
e991bdb154
Introduces an initial implementation of notification popups on Linux using freedesktop.org's Desktop Notifications through the native libdbus library. The committed code represents work in progress and does not support images, click reporting back to the Java code, matching notifications to Java components. That's why the introduced galagonotification bundle is built in build.xml but not started in felix.client.run.properties.
17 years ago
Damian Minkov
3f94555c8f
Portaudio binary for windows.
17 years ago
Damian Minkov
9e68e68adb
Issue #704 . Native impl for a getLocalHost( destAddr ) method on Windows. Patch provided by Sebastien Vincent on the dev mailing list.
17 years ago
Damian Minkov
acfc7db2b6
Trying to fix linux32 binary, add functions to get device latency. Change in defualt latency when creating inputstream. Add clipOff and ditherOff flags on opening output stream from renderer.
17 years ago
Damian Minkov
842dea120d
Update configuration form to be displayed correctly and to choose default system devices instead of None. Update linux i386 binary, its now statically linked with portaudio, hope to fix the problem with crash when using device with name default (pulseaudio). Portaudio clips are played with file native samplerate if possible.
17 years ago
Damian Minkov
4907e00a20
Fix portaudio for Macosx now run on minimum 10.3 and both libraries are statically linked into one.
17 years ago
Damian Minkov
638145acd4
Portaudio for Macosx.
17 years ago
Werner Dittmann
f8434b8cb9
Update zrtp4j: fix a wrong private key length parameter for DH 2048 mode
17 years ago