- 27 May, 2014 6 commits
-
-
Travis is not succeeding in downloading git+ssh dependencies, so try git+https.
David LaPalomento committed -
Tech-based seeking requires sourceBuffer abort to trigger an appendBytesAction on the SWF when running in flash mode.
David LaPalomento committed -
Pick up the addition of abort() on source buffers and the corresponding update to the video.js SWF.
David LaPalomento committed -
Open a new scope so that we can make a local alias for the first tag left in the segment parser. Avoid breaking lines in weird places.
David LaPalomento committed
-
- 22 May, 2014 1 commit
-
-
Opening the media source before the player is fully initialized would result in loadstart happening too early and the big play button getting stuck over the player. The video element should report the desired currentTime while a seek is pending, so store this value when currentTime is set and return it until a seek completes successfully.
David LaPalomento committed
-
- 21 May, 2014 8 commits
-
-
Instead of listening for the seeking event, override the currentTime implementation on the tech. Update the tests.
David LaPalomento committed -
Using the dev version can lead to accidental dependencies on non-public functionality.
David LaPalomento committed -
When in the scope of the tech, use `this` to reference the tech instead of going through the player.
David LaPalomento committed -
The video.js tech selection now manages whether the HLS polyfill is used or not, so we don't need to detect HLS support in the project itself.
David LaPalomento committed -
Get rid of grunt-contrib-qunit because it was inexplicably failing in phantomjs. It's still possible to test in phantom through karma and the tests all pass there. Add test cases for object disposal on the tech and the playlist loader.
David LaPalomento committed -
Make the withCredentials test synchronous so that karma doesn't hang on it. Pull out test player creation so that it can be re-used. Re-indented player.src invocations.
David LaPalomento committed -
- 20 May, 2014 1 commit
-
-
dispose tech, playlist loader don't trigger loadedmetadata if there was an error no need for duration update workarounds, add duration to tech update all the tests remove irrelevant tests
Gary Katsevman committed
-
- 19 May, 2014 7 commits
-
-
-
Moved initializations to init. Rename and repurpose original init method to initSource which gets called from #src.
Gary Katsevman committed -
-
-
-
-
-
- 16 May, 2014 2 commits
-
-
- 02 May, 2014 1 commit
- 01 May, 2014 3 commits
-
-
-
Merge branch 'master' into feature/playlist-loader Conflicts: test/videojs-hls.html
David LaPalomento committed
-
- 30 Apr, 2014 2 commits
-
-
You can now test on travis with saucelabs or local browsers locally. You can give the grunt 'test' task arguments with which browers you want to run.
Gary Katsevman committed
- 28 Apr, 2014 5 commits
-
- 25 Apr, 2014 4 commits
-
-