jforbes
077b8230a3
Fix grunt-protractor-runner dependency
10 years ago
David LaPalomento
f32b8d2e0e
Release v0.17.3
10 years ago
jforbes
48eb8b72a1
Add a functional test that runs in SauceLabs. closes #323
10 years ago
David LaPalomento
675d942304
Release v0.17.2
10 years ago
David LaPalomento
83073c7163
Update contrib release task
Remove video.js specific tasks. Add release-related grunt task configs.
10 years ago
David LaPalomento
3acc366430
Update license identifier
Use the official SPDX identifier for Apache 2.0.
10 years ago
David LaPalomento
2ce42f831f
0.17.1
10 years ago
David LaPalomento
a3e64063ab
0.17.0
10 years ago
David LaPalomento
c18e3df75d
Release v0.16.1
10 years ago
David LaPalomento
4ecbe8f981
@dmlap use contribflow to manage contributions. closes #275
10 years ago
David LaPalomento
797488096d
0.16.0
10 years ago
David LaPalomento
9ddef59c03
Switch to using options to detect preload settings
Before the Flash runtime is available, player.preload() returns undefined. Switch to player.options().preload to find out what the "desired" setting is, instead of the current value.
10 years ago
David LaPalomento
00b5acf132
Calculate preciseDuration correctly around discontinuities
Don't use previous segment timestamps to calculate the precise duration of a segment so that we don't have to worry about timestamp discontinuities. Update to contrib-media-sources 1.0.
10 years ago
David LaPalomento
61b0afe641
0.15.0
10 years ago
David LaPalomento
0d3208f00c
0.14.0
10 years ago
David LaPalomento
775915340a
0.13.1
10 years ago
David LaPalomento
1670a23704
0.13.0
10 years ago
David LaPalomento
4222a1f800
Use videojs-swf 4.6.0
Temporarily use a newer version of videojs-swf then is included in the mainline video.js release.
10 years ago
David LaPalomento
7add929814
0.12.0
10 years ago
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
Markus Hesper
d77325ce66
added prepublish hook to have a concatenated version after install
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