Skip to content
Snippets Groups Projects
  1. May 21, 2013
  2. May 20, 2013
  3. May 15, 2013
  4. May 14, 2013
  5. May 12, 2013
  6. May 09, 2013
  7. May 02, 2013
  8. Apr 30, 2013
  9. Apr 24, 2013
  10. Apr 23, 2013
  11. Apr 19, 2013
  12. Apr 17, 2013
  13. Apr 16, 2013
  14. Apr 13, 2013
  15. Apr 11, 2013
  16. Apr 09, 2013
  17. Apr 08, 2013
  18. Mar 31, 2013
  19. Mar 28, 2013
  20. Mar 27, 2013
  21. Mar 26, 2013
  22. Mar 25, 2013
  23. Mar 24, 2013
    • Werner Dittmann's avatar
      Update to zrtp4j-light v3.1.0 · 489aeb4a
      Werner Dittmann authored
      Update zrtp4j-light that implements new features to negotiate ZRP protocol
      versions, support the B256 SAS authentication mode, some smaller updates and
      bug fixes.
      489aeb4a
  24. Mar 19, 2013
    • Lyubomir Marinov's avatar
    • Boris Grozev's avatar
      Fixes a problem with RTCP PLI packets not being sent. The problem was that the... · 4ccda9a4
      Boris Grozev authored
      Fixes a problem with RTCP PLI packets not being sent. The problem was that the usePLI field of VideoMediaStreamImpl was accessed from the constructor of the superclass (through the overloaded deviceSessionChanged method), before being initialized. As a result it's value was 'false' rather than the intended 'true'. This patch makes the field static, since (once initialized) it's value was always 'true' anyway.
      
      This is the stack trace observed:
           [java] 	at org.jitsi.impl.neomedia.VideoMediaStreamImpl.deviceSessionChanged(VideoMediaStreamImpl.java:520)
           [java] 	at org.jitsi.impl.neomedia.MediaStreamImpl.setDevice(MediaStreamImpl.java:1678)
           [java] 	at org.jitsi.impl.neomedia.MediaStreamImpl.<init>(MediaStreamImpl.java:284)
           [java] 	at org.jitsi.impl.neomedia.VideoMediaStreamImpl.<init>(VideoMediaStreamImpl.java:318)
           [java] 	at org.jitsi.impl.neomedia.MediaServiceImpl.createMediaStream(MediaServiceImpl.java:364)
      
      4ccda9a4
  25. Mar 18, 2013
  26. Mar 14, 2013
  27. Mar 11, 2013
Loading