Skip to content
Snippets Groups Projects
  1. Jun 21, 2013
  2. Jun 20, 2013
  3. Jun 19, 2013
  4. Jun 18, 2013
  5. Jun 17, 2013
  6. Jun 12, 2013
  7. Jun 10, 2013
  8. Jun 07, 2013
  9. Jun 04, 2013
  10. Jun 03, 2013
  11. Jun 01, 2013
  12. May 29, 2013
  13. May 28, 2013
  14. May 27, 2013
    • Boris Grozev's avatar
      Fixes a problem with multiple Player instances created for local video · c37e16b0
      Boris Grozev authored
      playback, on the focus of a video conference (which also lead to multiple
      Components and renderers being used), which sometimes caused the videos
      on the focus' interface to freeze.
      
      Prevents MediaStreamMediaDeviceSession from creating local
      Player instances, instead reuses the Player from the
      VideoTranslatorMediaDevice's wrapped VideoMediaDeviceSession.
      
      Makes VideoTranslatorMediaDevice a VideoListener of its wrapped
      VideoMediaDeviceSession, forwarding all received events to all of its
      MediaStreamMediaDeviceSession's.
      c37e16b0
    • Boris Grozev's avatar
      Fixes a problem where video wouldn't work in a jitsi-hosted · 64a9115e
      Boris Grozev authored
      conference. Adds some logs.
      
      We don't need to perform any format checks in
      VideoMediaDeviceSession#onRTCPFeedbackCreate(). At the time of a call,
      our format could be null (for MediaStreamMediaDeviceSession's
      subsequently added to a VideoTranslatorMediaDevice), which causes an
      NPE.
      64a9115e
  15. May 26, 2013
  16. May 25, 2013
  17. May 24, 2013
  18. May 23, 2013
  19. May 22, 2013
  20. May 21, 2013
  21. May 20, 2013
  22. May 19, 2013
  23. May 15, 2013
Loading