David LaPalomento
906d9cba2b
0.11.2
11 years ago
Brandon Bay
4ff0b89a68
Updating dependency defines hasClass
So we don’t need to mock it out in the test anymore!
11 years ago
David LaPalomento
4643387e71
0.11.1
11 years ago
David LaPalomento
c849e31231
0.11.0
11 years ago
David LaPalomento
e686ddde77
0.10.4
11 years ago
Matthew McClure
7f7135db5c
added videojs-plugin to keywords in package.json
11 years ago
David LaPalomento
c5a2ded8db
0.10.3
11 years ago
David LaPalomento
538acc3578
0.10.2
11 years ago
David LaPalomento
d55b5cfc7f
0.10.1
11 years ago
David LaPalomento
61566277c5
0.10.0
11 years ago
Gary Katsevman
ed3af99fd4
Fix tests
11 years ago
Gary Katsevman
c84a41cbc1
Fix bandwidth test.
Also, update phantom.
Conflicts:
src/videojs-hls.js
11 years ago
David LaPalomento
b0e8c9089b
0.9.2
11 years ago
David LaPalomento
667e96efdc
0.9.1
11 years ago
David LaPalomento
0337945d71
0.9.0
11 years ago
David LaPalomento
fa251c383b
AES-128 decryption
Implement the block level AES decipher and include the routine to do PKCS#7 unpadding.
11 years ago
David LaPalomento
bf982b0b90
0.8.4
11 years ago
David LaPalomento
543cb87a4f
Update video.js to fix seeking and autoplay
Bump the required version of video.js up to 4.7.2 because the earlier version built the SWF for a version of Flash that had issues with appendBytes. Handle autoplay inside the tech itself because video.js support calls play before the Media Source has opened and the call ended up ignored. Fixes #112 . Fixes #128 .
11 years ago
David LaPalomento
55e7dd7899
0.8.3
11 years ago
Steve Heffernan
74ac98389d
Fixed sinon errors in tests
11 years ago
David LaPalomento
29d0951b81
Peg sinon to 1.10.2 to work around bug
1.10.3 has an issue with fake XHRs. Don't update until https://github.com/cjohansen/Sinon.JS/issues/511 is fixed.
11 years ago
David LaPalomento
589e8dc442
0.8.2
11 years ago
David LaPalomento
a60455fa24
0.8.1
11 years ago
David LaPalomento
64b2d4f346
0.8.0
11 years ago
David LaPalomento
d8868f673a
0.7.2
11 years ago
David LaPalomento
19b052a5bb
0.7.1
11 years ago
David LaPalomento
95f99307e4
0.7.0
11 years ago
David LaPalomento
e3f3552d20
Update media-sources and README for release
Pick up the latest vjs-media-sources and document the changes in 0.7.0.
11 years ago
David LaPalomento
9169402ccf
Use git+https so Travis can resolve dependencies
Travis is not succeeding in downloading git+ssh dependencies, so try git+https.
11 years ago
David LaPalomento
41d49103d4
Update media sources
Tech-based seeking requires sourceBuffer abort to trigger an appendBytesAction on the SWF when running in flash mode.
11 years ago
David LaPalomento
f9664de03e
Point to pre-release versions of media-sources and video.js
Pick up the addition of abort() on source buffers and the corresponding update to the video.js SWF.
11 years ago
David LaPalomento
d169546114
Use karma for all tests. Add a tests for dispose()
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.
11 years ago
Gary Katsevman
fafd056367
0.6.0
11 years ago
David LaPalomento
589526187e
0.5.0
11 years ago
Gary Katsevman
680bc82886
update sinon and have npm fixup package.json
11 years ago
Gary Katsevman
d5a917d9f2
Revert "bump sinon"
This reverts commit 78c041f339
.
11 years ago
Gary Katsevman
78c041f339
bump sinon
11 years ago
David LaPalomento
45ec53aebc
0.4.1
11 years ago
David LaPalomento
a5fc94d8ca
Update to vjs-MSE 0.2.0
Remove async tag queueing from HLS since that is now happening in the media sources plugin itself. Update the location of MSE source files. Bump the dependency in package.json. Two tests are still failing with this commit but will be fixed shortly.
11 years ago
David LaPalomento
84ea0e163a
0.4.0
11 years ago
Gary Katsevman
d461cac581
add sauceconnect back and test using it
12 years ago
Gary Katsevman
083e264e4e
Don't use saucelabs for a bit now
12 years ago
Gary Katsevman
dc3eff8b4c
fix up package.json
12 years ago
David LaPalomento
59139145b9
Update video.js dependency constraints
Use the carat operator to specify the video.js compatibility range, which means the HLS plugin is compatible with 4.x video.js releases.
12 years ago
David LaPalomento
38fc46b879
0.3.2
12 years ago
David LaPalomento
d9dab3016d
Try using peerDependencies for video.js
Clean up deps in package.json. Having video.js as a peer dependency seems like the right way of expressing the relationship so give that a shot.
12 years ago
Gary Katsevman
d04a92c93d
move sinon to dev deps
12 years ago
Gary Katsevman
599fb470de
Switch to use npm sinon
12 years ago
Parul Sharma
2afc1fa233
karma working with videojs-contrib-hls
12 years ago
Tom Johnson
39f7051b85
- Update Node.js requirment version in package.json.
- Grunt dev environment setup with connect, watch.
12 years ago