Commit Graph

476 Commits (2f66037f6b8277332d2ad4fa4ac80a489c7ea089)

Author SHA1 Message Date
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.
16 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'.
16 years ago
Emil Ivov 46a50e8a95 Adds sun.net.util as a system package for the unit test environment (necessary for accessing IPAddressUtil)
16 years ago
Lyubomir Marinov f5da110e79 Switches .util.IPAddressUtil to use sun.net.util.IPAddressUtil.
16 years ago
Emil Ivov 08bb850b6d Migrating to neomedia (Work in Progress)
16 years ago
Damian Minkov 2160122588 Problem reported by Carlos Alexandre and Martin Andre. Removed jack link for x86 binary.
16 years ago
Werner Dittmann 6323a44d57 Update ZRTP4J library that supports SHA384, modify algorithm selection scheme to better
16 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.
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
Werner Dittmann 0d8ecaafd5 Update zrtp4j library: includes new DH2048 mode, some small fixes.
17 years ago
Damian Minkov 0b22edbc9c Reflect linux native binaries to latest changes.
17 years ago
Werner Dittmann 713a14923d Start ZRTP protocol in cases where one party sends ZRTP messages only but no other data. This
17 years ago
Damian Minkov 97b0d3a492 Native binaries for portaudio linux i386 and amd64.
17 years ago
Damian Minkov b5ae6c1a91 Some portaudio fixes. Add to configuration panel option to select portaudio and the devices to use. Javasound left as default, as portaudio is not currently enabled (missing native binaries). Removed some old and unused jmf stuff like v4l, sun audio, directsound.
17 years ago
Egidijus Jankauskas 48a2ad2a03 deletes unused file. ( previous commit had libgrowl4j.dylib instead of libgrowl.dylib)
17 years ago
Egidijus Jankauskas e0175fb6c0 updated growl4j which now uses Growl.framework 1.2. This new version adds 64 bit support.
17 years ago
Werner Dittmann bd861dc6b4 Update ZRTP library. This update fixes the client id string and a problem in the state
17 years ago
Emil Ivov 3ca3c1091c Tries to suppress spurious jain-sip strack trace logging.
17 years ago
George Politis de32705807 otr4j@114 : Replace info messages with finest messages.
17 years ago
George Politis e2974c6817 Moved key management functionality from ScOtrEngineImpl to ScOtrKeyManager (new). Updated otr4j@112
17 years ago
George Politis e844ac803f OTR Plugin: Fixed org.w3c.dom.DOMException and java.lang.NoSuchMethodError
17 years ago
Damian Minkov 80426e1e4e Fixing icq filetransfers. Fix for transfers lasting no more than few seconds and than are canceled. Fix for Linux where a jvm bug prevent sending. Fix for missing timeouts under Linux which stuck transfers while probing different addresses.
17 years ago
Werner Dittmann fc523c0794 Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
17 years ago
Damian Minkov 057fd9f385 Msn Filetransfer and tests.
17 years ago
Romain Kuntz d2b213fc41 Updated the sparkle framework to fix the crashes on update. Thanks to Egis for the solution to the problem!
17 years ago
Romain Kuntz f8f6328492 Recompiled the sparkle dynamic library to fix the problem with the wrong path to the Sparkle Framework
17 years ago
Romain Kuntz 916e9d1709 Updated to the latest Sparkle version. It now should work on Java1.6. Updates are now signed.
17 years ago
Lyubomir Marinov 6bacfb8901 Commits the patch of Linus Wallgren which introduces ShutdownService to better abstract the shutdown procedure of the application.
17 years ago
Romain Kuntz eb37605512 [growl integration] removed old growl library and replacing it with the new JNI and growl4j library
17 years ago
Emil Ivov 3f7d9ddd26 Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Werner Dittmann e653d5ec2e recompile with target="1.5" to fix incompatible class versions
17 years ago
Werner Dittmann d63dda22a6 recompile with target="1.5" to fix incompatible class versions
17 years ago