Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Intelligent seeking over un-closeable buffer gaps - Part Deux #735

Merged
merged 35 commits into from
Jun 29, 2016

Commits on Jun 8, 2016

  1. Working implementation of adaptive seeking

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    a806e10 View commit details
    Browse the repository at this point in the history
  2. Fixed linting errors

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ccacb8b View commit details
    Browse the repository at this point in the history
  3. Converted into videojs plugin

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    90c2f94 View commit details
    Browse the repository at this point in the history
  4. Fixed build

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    019da2c View commit details
    Browse the repository at this point in the history
  5. Fixed naming convention

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    e0ab61e View commit details
    Browse the repository at this point in the history
  6. Brandon's changes

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f030e1f View commit details
    Browse the repository at this point in the history
  7. Added some basic tests, going to flesh out

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ae2aee9 View commit details
    Browse the repository at this point in the history
  8. Added broken-out test suite

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    9aebe8f View commit details
    Browse the repository at this point in the history
  9. vjs standard

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ef37c01 View commit details
    Browse the repository at this point in the history
  10. Turned into object

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4d4523b View commit details
    Browse the repository at this point in the history
  11. Fixed linting

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    c1ffa53 View commit details
    Browse the repository at this point in the history
  12. Use this.tech_

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    380f81b View commit details
    Browse the repository at this point in the history
  13. Brought in Brandons suggestions

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    627fdb2 View commit details
    Browse the repository at this point in the history
  14. Fixed up more

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    a32268c View commit details
    Browse the repository at this point in the history
  15. Fixed test

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    3dd3817 View commit details
    Browse the repository at this point in the history
  16. Used test helpers

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    7e9c1b9 View commit details
    Browse the repository at this point in the history
  17. Fixed lint

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f72df37 View commit details
    Browse the repository at this point in the history
  18. Included fudge factor

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    871b481 View commit details
    Browse the repository at this point in the history
  19. Altered test to account for fudge factor change

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    3e189f9 View commit details
    Browse the repository at this point in the history
  20. lint

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    5fe88a4 View commit details
    Browse the repository at this point in the history
  21. Fixed indendation

    '
    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    2f06112 View commit details
    Browse the repository at this point in the history
  22. Made gap-skipper a module

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    5a9dd88 View commit details
    Browse the repository at this point in the history
  23. Brandons stuff

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    dd99b11 View commit details
    Browse the repository at this point in the history
  24. Commented tests

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4df88e2 View commit details
    Browse the repository at this point in the history
  25. Writing doc tests now

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    6e1fcce View commit details
    Browse the repository at this point in the history
  26. Added jsdocs

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4814500 View commit details
    Browse the repository at this point in the history
  27. Fixed jsdocs

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    2c562a7 View commit details
    Browse the repository at this point in the history
  28. hopefully final push

    Dylan Dove authored and jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ab4175f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d3e1548 View commit details
    Browse the repository at this point in the history
  30. Added the ability for the gap skipper to clean up after itself on dis…

    …pose
    
    Made the logging easier to follow and less verbose
    jrivera committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f98e3ed View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Stop triggering an artificial waiting event

    jrivera committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3ed5356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ff251 View commit details
    Browse the repository at this point in the history
  3. Make logging less xml-like

    jrivera committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    3c8cfbd View commit details
    Browse the repository at this point in the history
  4. Fix tests

    jrivera committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    dd0aa74 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Small style changes and refactorings

    jrivera committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f5403f9 View commit details
    Browse the repository at this point in the history