Skip to content
  1. Nov 11, 2015
  2. Nov 10, 2015
  3. Nov 09, 2015
  4. Nov 06, 2015
  5. Nov 04, 2015
  6. Nov 02, 2015
  7. Oct 31, 2015
  8. Oct 30, 2015
  9. Sep 16, 2015
  10. Aug 25, 2015
  11. Aug 24, 2015
  12. Aug 23, 2015
  13. Aug 22, 2015
  14. Aug 08, 2015
  15. Aug 05, 2015
  16. Jul 28, 2015
  17. Jul 23, 2015
  18. Jul 20, 2015
  19. Jul 19, 2015
  20. Jul 18, 2015
  21. Jul 15, 2015
  22. 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
  23. Jul 11, 2015
  24. Jul 10, 2015
  25. Jul 01, 2015
  26. Jun 29, 2015
  27. Jun 28, 2015