Commit Graph

556 Commits (6007623e549ae18830a221178eedac125e867f41)

Author SHA1 Message Date
Sebastien Vincent 6007623e54 Fix crash on Windows x64 when receiving video, add native Windows video renderer for 32-bit and 64-bit.
16 years ago
Damian Minkov 1ce72b104f - Restart Zrtp only when needed (when recreating streams and when the other side has recreated its streams).
16 years ago
Yana Stamcheva 8b1e5ccb2f Fix unit tests.
16 years ago
Lyubomir Marinov c454284e43 Since neomedia at r7066 imports apple.awt, tells Felix how to find it for the unit tests as well.
16 years ago
Lyubomir Marinov ab4284e49b Fixes an invalid memory access in the native VideoRenderer/JAWTRenderer on Mac OS X. Thanks to Damian Minkov for discovering the cause and suggesting a possible way to fix it.
16 years ago
Werner Dittmann 3b104813e3 Use new PRNG and implement entropy gathering and seeding
16 years ago
Emil Ivov e59f6e471f Applies a new logging policy that should make file logs more readable (sip messages should now be logged only once for example and console output remains limited)
16 years ago
Emil Ivov 9cbfa45870 Reduces overly abundant logs from the log files so that they are more readable
16 years ago
Damian Minkov 10d72ade20 Recompile jportaudio to reflect latest changes : add PaDeviceInfo_getNameBytes method.
16 years ago
Sebastien Vincent fef3d696e2 Passes desktop captured images to scaler/colorspace converter as native memory.
16 years ago
Damian Minkov c6dbc987d8 - Add changelogs to debian package.
16 years ago
Sebastien Vincent 360b838435 Update jportaudio JNI libraries.
16 years ago
Sebastien Vincent 6166430740 - AVPF Picture Loss Indication support;
16 years ago
Emil Ivov 55540565fe Updates felix.jar to version 2.0.5 in order to address the FileNotFoundException-s we've been seeing for a while (Courtesy of Richard S. Hall).
16 years ago
Romain Kuntz ecfaf5458f Updated the OrangeExtensins.jar library (compiled with java 1.5).
16 years ago
Romain Kuntz 1a2f09feec reverted to the previous OrangeExtensions.jar
16 years ago
Romain Kuntz 2f46489d44 Updated the OrangeExtensions.jar (recompiled using Java 1.5)
16 years ago
Lyubomir Marinov c87fd58625 Creates less garbage in the QuickTime video CaptureDevice in order to resolve short freezes in the video. Comes at the expense of execution speed due to an additional copying of each frame. The performance penalty is to be addressed in a subsequent commit.
16 years ago
Romain Kuntz 8a74574428 Updated the AppleJavaExtensions.jar with the OrangeExtensions.jar from Yuvi Masory (updated for Java 5)
16 years ago
Sebastien Vincent fc4b70e6d8 Add updated FFmpeg JNI libraries.
16 years ago
Damian Minkov 2a49a5de69 Implement use of Certificate Verification service in jabber.
16 years ago
Sebastien Vincent f44dd77e70 Update ffmpeg JNI libraries.
16 years ago
Damian Minkov 9ff7dc7aeb Fix msn log in.
16 years ago
Damian Minkov 3c0db168c4 Trying to fix some msn login errors.
16 years ago
Damian Minkov e23016482b Fix proxy configuration form. Fix icq use of proxy settings. Move the plug-in before loading protocols. Remove save button from configuration form. Add chart for supported protocol-proxy settings.
16 years ago
Damian Minkov 67106df9d3 Add global proxy config. Add support for the global proxy config in protocols like ICQ/AIM and Jabber.
16 years ago
Yana Stamcheva 7fb96481e8 Create the contact source bundle and export the ContactSourceService.
16 years ago
Sebastien Vincent 06c56ae2a2 Handle correctly endianess for different RGB (24/32) format.
16 years ago
Sebastien Vincent 353c53e7a6 - Add RGB/YUV intArray/shortArray as input/output support for SwScaler;
16 years ago
Damian Minkov 154f82c0bb Fix alaw codec. Fmj alaw encoding is used and ugly noise when encoding is removed.
16 years ago
Sebastien Vincent c65a383050 - Add new scaler that uses libswscale and can change format (i.e. RGB to YUV, ...) and scale in one pass;
16 years ago
Damian Minkov 6460027774 Temporally disable failing tests.
16 years ago
Sebastien Vincent 6196c19805 Implement desktop streaming capture device as a PullBufferCaptureDevice (rather than a PushBuffer ones). Reduce memory allocation by refactoring screencapture JNI.
16 years ago
Damian Minkov 33374d3711 Remove facebook protocol jar as its not used anymore.
16 years ago
Damian Minkov d7092d65dd Introduce new support for Facebook, through xmpp. Remove old one.
16 years ago
Emil Ivov e5b029f1ba Updates the jain-sip lib to include a fix for IPv6 calls.
16 years ago
Sebastien Vincent cc919c8d23 Add new screencapture.dll for Windows 32-bit.
16 years ago
Sebastien Vincent 9293794232 Add native screen grabber for Mac OS X.
16 years ago
Sebastien Vincent 6d81880fcb Add Windows native screen grabber, change UnixScreenCapture to NativeScreenCapture as file will be used for Linux, Windows and soon Mac OS X. Add the compiled JNI libraries for Linux (32 and 64-bit), FreeBSD (32 and 64-bit) and Windows (32 and 64-bit).
16 years ago
Sebastien Vincent 11d2ac97a4 - Add FreeBSD detection in build.xml and build FreeBSD neomedia.jar;
16 years ago
Sebastien Vincent 71f0f1a7b8 Add improved libscreencapture JNI for Linux (32/64) prepared by Damian Minkov.
16 years ago
Valentin Martinet 93d01f7fbb Update the account properties file template: added a third testing account.
16 years ago
Damian Minkov 18897f2cf2 Add updated ffmpeg JNI library for Linux 32-bit and 64-bit.
16 years ago
Sebastien Vincent 12073a2e03 Add updated ffmpeg JNI library for Windows (32-bit and 64-bit) and Mac OS X (universal binary i386, x86_64, ppc). It need to add Linux 32-bit and 64-bit binaries.
16 years ago
Sebastien Vincent 32243b4cac Add optimized version of jportaudio.dll for 64-bit Windows.
16 years ago
Lyubomir Marinov 32a1fc08a4 Optimizes the playback of audio when using PortAudio (i.e. the Renderer and when playing back notification sounds). The main optimization is the reduced copies of the audio samples which used to be at least 3 in the best case and now there is 1 in the best case and 3 in the worst case. On my Ubuntu Karmic desktop, I see audio interruptions being brought down from often to rare. The binaries for 32- and 64-bit Linux and 32-bit Windows are kindly prepared by Damian Minkov. There is no binary for 64-bit Windows.
16 years ago
Damian Minkov 030f0ea5b3 Enable sip tests, telephony and messaging (without presence).
16 years ago
Sebastien Vincent 8c2dae7364 Add ffmpeg.dll for Windows x64. Replace tabs by spaces in ffmpeg native source.
16 years ago
Damian Minkov 03d18ef581 Remove System.out from msn lib.
16 years ago
Lyubomir Marinov aae756dd56 Works towards (but does not really enable i.e. represents work in progress) making the QTKit CaptureDevice on Mac OS X output video in YUV420 used by the H.264 encoder in order to avoid scaling.
16 years ago