Skip to content
  1. Aug 23, 2015
  2. Aug 22, 2015
  3. Aug 08, 2015
  4. Aug 05, 2015
  5. Jul 28, 2015
  6. Jul 23, 2015
  7. Jul 20, 2015
  8. Jul 19, 2015
  9. Jul 18, 2015
  10. Jul 15, 2015
  11. Jul 14, 2015
    • David Peek's avatar
      Disables default system animation when resizing AVPlayerLayer · 05139303
      David Peek authored
      Not sure if this something you will want – perhaps it could go behind a flag. When animating video size, the default system animation makes the rendered size of the video lag behind the bounds of the react view. This patch disables the default animation, ensuring the video renders at the correct size.
      05139303
    • David Peek's avatar
      Call setRate instead of pause/play as they are equivalent (fixes #75) · 153eb59c
      David Peek authored
      Video was resuming after seek when setRate was called after play/pause in applyModifiers. According
      to Apple's docs play/pause are equivalent to setRate:1.0 and setRate:0.0, meaning that if rate was
      1.0 the video resumed after seeking completed.
      153eb59c
  12. Jul 11, 2015
  13. Jul 10, 2015
  14. Jul 01, 2015
  15. Jun 29, 2015
  16. Jun 28, 2015
  17. Jun 27, 2015
  18. Jun 26, 2015
  19. Jun 25, 2015