- 11 Mar, 2016 2 commits
- 03 Mar, 2016 1 commit
- 02 Mar, 2016 1 commit
-
-
- 01 Mar, 2016 1 commit
-
-
Work around a bug with the buffered property in IE11 that prevented playback
Jon-Carlos Rivera committed
-
- 29 Feb, 2016 1 commit
-
-
- 26 Feb, 2016 6 commits
- 25 Feb, 2016 1 commit
-
-
fixed a typo in src/videojs-contrib-hls fixed some inconsistencies in test/videojs-contrib-hls
brandonocasey committed
-
- 24 Feb, 2016 2 commits
-
-
The refactor should not have changed the required ordering for statements so restore it. Adjust styles a tad.
David LaPalomento committed -
removed stub test and stub src files updated build scripts to continue working fixed several linting issues that were previously unnoticed turn the linter back on remove init function from stream added ignore for playlist-loader as it will be finished later
brandonocasey committed
-
- 22 Feb, 2016 1 commit
-
-
- 16 Feb, 2016 4 commits
-
-
If Flash-based source buffers are being used, the HLS source handler isn't available until later in the player lifecycle. Wait a bit before spying on drainBuffer() to account for that possible delay.
David LaPalomento committed -
- 12 Feb, 2016 1 commit
-
-
getComputedStyle returns null when in an iframe with display: none so be careful dereferencing it.
David LaPalomento committed
-
- 11 Feb, 2016 1 commit
-
-
- 10 Feb, 2016 4 commits
- 09 Feb, 2016 3 commits
-
-
-
…n enough information exists to do so * Moved endOfstream and playlist updating code out of `updateendHandler` * We now update segment durations when we have a previous segment with a known end-time * Always trigger endOfStream when we append the last fragment in addition to triggering it if we are in a buffer that touches the end of the stream (duration) after an append
jrivera committed -
- If the playlist hasn't been loaded yet, use 0. - If the playlist duration is Infinity, use the playlist duration. - If the mediaSource doesn't exist, use the playlist duration. - In all other cases, use the mediaSource's duration.
jrivera committed
-
- 08 Feb, 2016 4 commits
-
-
-
-
In Firefox, the updateend event is triggered for both removing from the buffer and adding to the buffer. To prevent our update end handler from executing on removals, we wait for segmentInfo to have a filled in buffered value before we continue processing.
Garrett Singer committed
-
- 05 Feb, 2016 7 commits
-
-
-
-
updated stub.js to keep unit tests working updated build/watch scripts ripped resolve-url out of videojs-contrib-hls for now
brandonocasey committed -
-
List the filename at the top of the comment. Add a little more detail to comment for decrypter.js. Fix up the code block formatting in the index module comment.
David LaPalomento committed
-