aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update media statistics.Damian Minkov2010-12-161-0/+0
|
* Update ice4j.jar, free Ice4j's resources (streams, components, sockets) when ↵Sebastien Vincent2010-12-141-0/+0
| | | | call is finished.
* Initial support for Jingle Nodes. Please note that this feature is disabled ↵Sebastien Vincent2010-12-103-1/+5
| | | | by default.
* Mac uri handler using new java api.Damian Minkov2010-12-101-0/+0
|
* Removed the implementation of a deprecated function from the native ↵Lyubomir Marinov2010-12-085-0/+0
| | | | counterpart of the PortAudio support.
* Fix local port retreival for jabber packet logging.Damian Minkov2010-12-072-0/+0
| | | | Remove feed uri registration under macosx.
* Implement packet logging for ice4j.Damian Minkov2010-12-071-0/+0
|
* Commits a Makefile for the PortAudio support binaries that works on Linux, ↵Lyubomir Marinov2010-12-079-0/+0
| | | | Mac OS X and Windows. Updates the associated README. Uses the jn prefix for the PortAudio support binaries in the fashion of JMF which seems to use jm, n stands for neomedia.
* Takes another try at echo cancellation, uses a circular buffer to improve ↵Lyubomir Marinov2010-12-065-0/+0
| | | | the latency (a teeny-weeny bit).
* Allow remote candidate to be injected while ICE is running and enhance ↵Sebastien Vincent2010-12-061-0/+0
| | | | interoperability with Empathy client.
* Tunes the implementation of the blocking PortAudio stream interface op top ↵Lyubomir Marinov2010-12-033-0/+0
| | | | of the non-blocking one, and the echo canellation.
* Remove a space in prop file that breaks loading bundles (introduced in ↵Damian Minkov2010-12-031-1/+1
| | | | previous commit).
* Introduce Packet Logging Service with its configuration form and ↵Damian Minkov2010-12-035-0/+2
| | | | implementation for sip,jabber and rtp.
* Rebuilds the Linux binaries of the PortAudio support from its latest ↵Lyubomir Marinov2010-11-292-0/+0
| | | | source/r7982.
* Rebuilds the Mac OS X binary of the PortAudio support from its latest ↵Lyubomir Marinov2010-11-291-0/+0
| | | | source/r7982.
* Update ICE stack.Sebastien Vincent2010-11-291-0/+0
|
* Rebuilds the Windows x86 binary of the PortAudio support from its latest ↵Lyubomir Marinov2010-11-291-0/+0
| | | | source/r7982.
* Rebuilds the Windows x64 binary of the PortAudio support from its latest ↵Lyubomir Marinov2010-11-291-0/+0
| | | | source/r7982.
* Update ice4j.jar.Sebastien Vincent2010-11-261-0/+0
|
* Update ice4j.jar and fix some javadoc warnings.Sebastien Vincent2010-11-251-0/+0
|
* Updates dns java so that we could replace the default DNS mechanism in javaEmil Ivov2010-11-241-0/+0
|
* Updates dns java so that we could replace the default DNS mechanism in javaEmil Ivov2010-11-241-0/+0
|
* Rebuilds the native binaries of PortAudio and echo cancellation for Windows, ↵Lyubomir Marinov2010-11-195-0/+0
| | | | Mac OS X and FreeBSD from r7942. The Windows and FreeBSD binaries are contributed by Sebastien Vincent and the Mac OS X one is courtesy of Damian Minkov.
* Use size of the video stream in VideoEffect's native code rather than ↵Sebastien Vincent2010-11-157-0/+0
| | | | hardcoded 640x480.
* Fix invisible status and skip setting custom message status for empty status ↵Damian Minkov2010-11-131-0/+0
| | | | messages.
* Horizontal flip of the video in configuration form (mirror effect). Updates ↵Sebastien Vincent2010-11-087-0/+0
| | | | ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI.
* Add G.722 JNI for Linux, Windows and FreeBSD.Sebastien Vincent2010-11-036-0/+0
|
* Rebuilds the Mac OS X JNI counterpart of the G.722 audio codec ↵Lyubomir Marinov2010-11-031-0/+0
| | | | implementation. Build contributed by Damyan Minkov/damencho.
* Reimplements the G.722 audio codec support.Lyubomir Marinov2010-11-036-0/+0
|
* Reimplements the G.722 audio codec support.Lyubomir Marinov2010-11-031-0/+0
|
* Spell Check plugin (work in progress). Note that the spellcheck plugin is ↵Yana Stamcheva2010-11-012-0/+1
| | | | not enabled and would be available once it's ready and finished.
* Add H263+ video codec.Sebastien Vincent2010-10-2911-0/+0
|
* Fix race condition in ZRTP state engineWerner Dittmann2010-10-281-0/+0
|
* Removes support for IRC since we can have a more decent implementation one ↵Emil Ivov2010-10-281-4/+1
| | | | day. The code is still on SVN so whoever needs it can easily reenable it.
* Commits work in progress on enabling ICE support in Jingle calls. Allows ↵Lyubomir Marinov2010-10-211-0/+0
| | | | video to be started in a call which has been established with audio only.
* Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit ↵Sebastien Vincent2010-10-214-0/+0
| | | | and 64-bit).
* Binaries for g722 linux, linux-amd64, macos universal.Damian Minkov2010-10-213-0/+0
|
* Fix broken ffmpeeg JNI on Linux 32-bit.Sebastien Vincent2010-10-191-0/+0
|
* Updates the ice4j library to r240 in order to fix an issue which could leave ↵Lyubomir Marinov2010-10-141-0/+0
| | | | an initiated Jingle call connecting forever.
* Fixing build.Damian Minkov2010-10-141-1/+0
|
* Fixing build.Damian Minkov2010-10-141-1/+0
|
* Removes from builds the following protocols and plugins: gibberish, ssh, ↵Yana Stamcheva2010-10-142-17/+1
| | | | dict, rss, account-info (not used anyway), whiteboard. Note that all related code stays in the repository and everyone could easily enable the above plugins, by simply adding them in the bundles target and felix.client.run.properties file.
* Commits work in progress on enabling ICE support in Jingle calls. Reduces ↵Lyubomir Marinov2010-10-141-0/+0
| | | | post-pickup delay.
* Fix msn stack not to close multichat sessions when there is no activity.Damian Minkov2010-10-131-0/+0
| | | | Show error when outgoing call creation fails.
* Add provisioning via mDNS (Bonjour).Sebastien Vincent2010-10-063-0/+10
|
* Commits work in progress on supporting ICE in Jingle.Lyubomir Marinov2010-10-061-0/+0
|
* Fix libsparkle_init.dylib of commit 7779 (@loader_path -> @executable_path) ↵Sebastien Vincent2010-10-051-0/+0
| | | | and bring back SparkleActivator changes.
* Rollback part of commit 7779 because Sparkle is not loaded properly.Sebastien Vincent2010-10-051-0/+0
|
* Fix for issue reported and fixed by Matthieu Casanova on dev mailing-list ↵Damian Minkov2010-10-051-0/+0
| | | | thread "Receiving xml tags in Yahoo Messenger chat".
* If an update link is provided by provisioning configuration, use it instead ↵Sebastien Vincent2010-10-041-0/+0
| | | | of default ones.