| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix logger usage - sixth bunch. | Werner Dittmann | 2010-06-03 | 69 | -340/+674 |
* | Fix a bug in DirectShow when changing webcam resolution and add I420 format s... | Sebastien Vincent | 2010-06-03 | 2 | -1/+6 |
* | Fix logger usage - fifth bunch. | Werner Dittmann | 2010-06-03 | 36 | -181/+362 |
* | use of StringBuilder instead of StringBuffer | Matthieu Casanova | 2010-06-03 | 1 | -10/+14 |
* | use of StringBuilder instead of StringBuffer | Matthieu Casanova | 2010-06-03 | 1 | -7/+9 |
* | replaced use of a StringBuffer by a simple String concatenation as it is now ... | Matthieu Casanova | 2010-06-03 | 1 | -2/+1 |
* | Fix logger usage - forth bunch. | Werner Dittmann | 2010-06-03 | 25 | -73/+146 |
* | Fix logger usage - third bunch of changes. | Werner Dittmann | 2010-06-03 | 16 | -82/+164 |
* | Prevent Call Dialog from stealing focus. | Damian Minkov | 2010-06-02 | 1 | -0/+5 |
* | Fixes a few warnings. | Lyubomir Marinov | 2010-05-31 | 9 | -31/+8 |
* | Fix jabber keepalive thread to change state and not trigger re-registering. | Damian Minkov | 2010-05-31 | 2 | -4/+10 |
* | - Add DTMF for DTMF RFC4733 Listener. | Damian Minkov | 2010-05-31 | 7 | -7/+363 |
* | Show language options in their own locale. Suggested by Matthieu Casanova. | Damian Minkov | 2010-05-30 | 1 | -4/+8 |
* | Fix another bunch of unguarded logger.{debug,info,trace} calls. | Werner Dittmann | 2010-05-30 | 42 | -276/+543 |
* | Fixing jabber asking for password on connection problems. | Damian Minkov | 2010-05-28 | 1 | -71/+72 |
* | Fix handling of logger message and level. | Werner Dittmann | 2010-05-28 | 19 | -246/+417 |
* | Fixed bug reported by Lubomir Marinov on dev ( May 28, 2010, subject : "Call ... | Yana Stamcheva | 2010-05-28 | 1 | -59/+73 |
* | Keyframe indication in single NAL unit packet. | Sebastien Vincent | 2010-05-28 | 2 | -1/+9 |
* | - Moves the "full screen" and "transfer call" buttons from the status bar to ... | Yana Stamcheva | 2010-05-27 | 11 | -434/+721 |
* | Fixes a problem in the SDP negotiation of the media formats caused by conside... | Lyubomir Marinov | 2010-05-27 | 6 | -55/+132 |
* | Ignore timestamp check for new NAL unit in H264 depacketizer and re-enable ou... | Sebastien Vincent | 2010-05-27 | 2 | -2/+5 |
* | Fixes the display of the peer avatar in the CallDialog and in the fullscreen ... | Lyubomir Marinov | 2010-05-26 | 3 | -16/+70 |
* | Fix appearing unknown contact buttons in the contact list, when the search ha... | Yana Stamcheva | 2010-05-26 | 7 | -23/+56 |
* | Use framerate of Format instead of default ones (if format framerate is not s... | Sebastien Vincent | 2010-05-26 | 1 | -1/+1 |
* | Attempt to reduce bandwidth usage and CPU (1-2% on dual-core processor on Lin... | Sebastien Vincent | 2010-05-26 | 1 | -13/+15 |
* | Try to fix hiding the local video behind the remote video. | Yana Stamcheva | 2010-05-25 | 1 | -9/+15 |
* | - Fix receiving DTMFs may stop receiving sound. | Damian Minkov | 2010-05-25 | 6 | -216/+401 |
* | (1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) M... | Lyubomir Marinov | 2010-05-25 | 6 | -80/+115 |
* | Update ffmpeg/x264 which provide amongs the other periodic intra refresh feat... | Sebastien Vincent | 2010-05-25 | 3 | -10/+35 |
* | fixed a NPE that happens sometimes and added missing @Override annotations | Matthieu Casanova | 2010-05-25 | 1 | -1/+9 |
* | Set correct offset in RawPacket. | Werner Dittmann | 2010-05-25 | 1 | -1/+1 |
* | Revert some optimizations. | Werner Dittmann | 2010-05-25 | 1 | -21/+13 |
* | Fix re-use of RawPackets. | Werner Dittmann | 2010-05-23 | 3 | -33/+69 |
* | Fix a thread blocking problem. | Werner Dittmann | 2010-05-22 | 1 | -2/+9 |
* | Reuse buffers as much as possible. | Werner Dittmann | 2010-05-22 | 3 | -9/+35 |
* | Cleanup unused ZRTP objects and thread. | Werner Dittmann | 2010-05-22 | 4 | -9/+13 |
* | - Fix setting/changing payload type of rtp packets. | Damian Minkov | 2010-05-21 | 2 | -5/+9 |
* | Remove DDRenderer plugin for Windows 7. | Sebastien Vincent | 2010-05-21 | 4 | -6/+21 |
* | Fix some unexpected behavior in the contact list. | Yana Stamcheva | 2010-05-21 | 12 | -1480/+66 |
* | - Support for DTMF rfc4733 finished and activated. If this telephony event is... | Damian Minkov | 2010-05-21 | 11 | -412/+660 |
* | Fixes a possible problem in the PortAudio capture which could be left locked ... | Lyubomir Marinov | 2010-05-21 | 2 | -57/+85 |
* | Fixes contact list behavior and introduces more smooth writing in the search ... | Yana Stamcheva | 2010-05-20 | 22 | -422/+980 |
* | Add support for Y411 and Y41P formats for DirectShow capture device. | Sebastien Vincent | 2010-05-20 | 3 | -15/+25 |
* | Add support for YUY2, UYVY and NV12 format for native DirectShow devices. | Sebastien Vincent | 2010-05-19 | 5 | -66/+157 |
* | Remove popup dialog from reconnect plugin, only notifications. Fix imports, e... | Damian Minkov | 2010-05-19 | 2 | -13/+20 |
* | Introduce new features in currently updated OrangeExtension and fix bouncing ... | Damian Minkov | 2010-05-19 | 4 | -10/+43 |
* | Fix disappearing contacts when status changes (Part of the contact list fixes... | Yana Stamcheva | 2010-05-19 | 1 | -11/+26 |
* | Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Lin... | Lyubomir Marinov | 2010-05-18 | 3 | -12/+77 |
* | Add native implementation of DirectShow capture devices on Microsoft Windows ... | Sebastien Vincent | 2010-05-18 | 7 | -3/+1352 |
* | Jabber to work better with reconnect plugin. | Damian Minkov | 2010-05-18 | 1 | -122/+98 |