aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Expand)AuthorAgeFilesLines
* use of StringBuilder instead of StringBufferMatthieu Casanova2010-06-031-10/+14
* use of StringBuilder instead of StringBufferMatthieu Casanova2010-06-031-7/+9
* replaced use of a StringBuffer by a simple String concatenation as it is now ...Matthieu Casanova2010-06-031-2/+1
* Fix logger usage - forth bunch.Werner Dittmann2010-06-0325-73/+146
* Fix logger usage - third bunch of changes.Werner Dittmann2010-06-0316-82/+164
* Prevent Call Dialog from stealing focus.Damian Minkov2010-06-021-0/+5
* Fixes a few warnings.Lyubomir Marinov2010-05-319-31/+8
* Fix jabber keepalive thread to change state and not trigger re-registering.Damian Minkov2010-05-312-4/+10
* - Add DTMF for DTMF RFC4733 Listener.Damian Minkov2010-05-317-7/+363
* Show language options in their own locale. Suggested by Matthieu Casanova.Damian Minkov2010-05-301-4/+8
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-3042-276/+543
* Fixing jabber asking for password on connection problems.Damian Minkov2010-05-281-71/+72
* Fix handling of logger message and level.Werner Dittmann2010-05-2819-246/+417
* Fixed bug reported by Lubomir Marinov on dev ( May 28, 2010, subject : "Call ...Yana Stamcheva2010-05-281-59/+73
* Keyframe indication in single NAL unit packet.Sebastien Vincent2010-05-282-1/+9
* - Moves the "full screen" and "transfer call" buttons from the status bar to ...Yana Stamcheva2010-05-2711-434/+721
* Fixes a problem in the SDP negotiation of the media formats caused by conside...Lyubomir Marinov2010-05-276-55/+132
* Ignore timestamp check for new NAL unit in H264 depacketizer and re-enable ou...Sebastien Vincent2010-05-272-2/+5
* Fixes the display of the peer avatar in the CallDialog and in the fullscreen ...Lyubomir Marinov2010-05-263-16/+70
* Fix appearing unknown contact buttons in the contact list, when the search ha...Yana Stamcheva2010-05-267-23/+56
* Use framerate of Format instead of default ones (if format framerate is not s...Sebastien Vincent2010-05-261-1/+1
* Attempt to reduce bandwidth usage and CPU (1-2% on dual-core processor on Lin...Sebastien Vincent2010-05-261-13/+15
* Try to fix hiding the local video behind the remote video.Yana Stamcheva2010-05-251-9/+15
* - Fix receiving DTMFs may stop receiving sound.Damian Minkov2010-05-256-216/+401
* (1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) M...Lyubomir Marinov2010-05-256-80/+115
* Update ffmpeg/x264 which provide amongs the other periodic intra refresh feat...Sebastien Vincent2010-05-253-10/+35
* fixed a NPE that happens sometimes and added missing @Override annotationsMatthieu Casanova2010-05-251-1/+9
* Set correct offset in RawPacket.Werner Dittmann2010-05-251-1/+1
* Revert some optimizations.Werner Dittmann2010-05-251-21/+13
* Fix re-use of RawPackets.Werner Dittmann2010-05-233-33/+69
* Fix a thread blocking problem.Werner Dittmann2010-05-221-2/+9
* Reuse buffers as much as possible.Werner Dittmann2010-05-223-9/+35
* Cleanup unused ZRTP objects and thread.Werner Dittmann2010-05-224-9/+13
* - Fix setting/changing payload type of rtp packets.Damian Minkov2010-05-212-5/+9
* Remove DDRenderer plugin for Windows 7.Sebastien Vincent2010-05-214-6/+21
* Fix some unexpected behavior in the contact list.Yana Stamcheva2010-05-2112-1480/+66
* - Support for DTMF rfc4733 finished and activated. If this telephony event is...Damian Minkov2010-05-2111-412/+660
* Fixes a possible problem in the PortAudio capture which could be left locked ...Lyubomir Marinov2010-05-212-57/+85
* Fixes contact list behavior and introduces more smooth writing in the search ...Yana Stamcheva2010-05-2022-422/+980
* Add support for Y411 and Y41P formats for DirectShow capture device.Sebastien Vincent2010-05-203-15/+25
* Add support for YUY2, UYVY and NV12 format for native DirectShow devices.Sebastien Vincent2010-05-195-66/+157
* Remove popup dialog from reconnect plugin, only notifications. Fix imports, e...Damian Minkov2010-05-192-13/+20
* Introduce new features in currently updated OrangeExtension and fix bouncing ...Damian Minkov2010-05-194-10/+43
* Fix disappearing contacts when status changes (Part of the contact list fixes...Yana Stamcheva2010-05-191-11/+26
* Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Lin...Lyubomir Marinov2010-05-183-12/+77
* Add native implementation of DirectShow capture devices on Microsoft Windows ...Sebastien Vincent2010-05-187-3/+1352
* Jabber to work better with reconnect plugin.Damian Minkov2010-05-181-122/+98
* Some reconnect improvements as detecting newly created accounts and modified ...Damian Minkov2010-05-182-11/+197
* Ui adjust for windows update check dialog as changelogs are now activated.Damian Minkov2010-05-171-2/+2
* Adds and activates reconnect plugin. Some fixes to protocols in order to work...Damian Minkov2010-05-1715-43/+1248