igor.butorin
  1. igor.butorin

videojs-ima

Public
AuthorCommitMessageCommit dateIssues
Shawn BusolitsShawn Busolits
5c85520db37Fixed #206 - typo in test.
Shawn BusolitsShawn Busolits
a9f2b916cc5MMerge pull request #193 from shawnbuso/vpaid_fixFixed video player overlaying VPAID ads.
Shawn BusolitsShawn Busolits
fafd4e1503eMMerge pull request #201 from shawnbuso/nonlinearFixes #199 - bouncing nonlinear ads.
Shawn BusolitsShawn Busolits
6d15a139ef5MMerge pull request #202 from shawnbuso/ad_labelAdded a customizable ad label field to the settings.
Shawn BusolitsShawn Busolits
a895d5a2506Added a customizable ad label field to the settings.
Shawn BusolitsShawn Busolits
d124d23d441Fixes #199 - bouncing nonlinear ads.
Shawn BusolitsShawn Busolits
e2db3ec23abFixed video player overlaying VPAID ads.
Shawn BusolitsShawn Busolits
6f73e1a517cMMerge pull request #184 from jgubman/bugfix/dont-call-resize-over-and-overstore currentWidth and currentHeight when checkForResize fires
JonJon
f37cb54a4f2store currentWidth and currentHeight when checkForResize fires
Shawn BusolitsShawn Busolits
6603dee0a3bMMerge pull request #180 from steevee/bowerBower manifest for 0.3.0
Steve CraigSteve Craig
bb77def20a9Bower manifest for 0.3.0Added license
Shawn BusolitsShawn Busolits
b7d41b285eeMMerge pull request #176 from shawnbuso/new_vresionBumped version to 0.4.0.
Shawn BusolitsShawn Busolits
6cbef2f01d2Bumped version to 0.4.0.
Shawn BusolitsShawn Busolits
11ecc6b943bMMerge pull request #166 from shawnbuso/package_licenseAdded license to package.json file.
Shawn BusolitsShawn Busolits
9cd79fa9eabMMerge branch 'shawnbuso-fluid_support'
Shawn BusolitsShawn Busolits
5a9f46af01aMAdded support for video.js fluid.
Shawn BusolitsShawn Busolits
375e38f6bb7MMerge pull request #172 from shawnbuso/paused_overlay_fixFixes issue of overlay covering controls when the video is paused
Shawn BusolitsShawn Busolits
1d9fa1a352aFixes issue of overlay covering controls when the video is paused.
Shawn BusolitsShawn Busolits
c2dc6fda2e8Added support for video.js fluidFixed typo and errant var
Shawn BusolitsShawn Busolits
57d36dfe437MMerge pull request #168 from tape-tv/fix-fullscreen-mergeresolving merge conflict of #162
Hannes ProbstHannes Probst
147443e6c79resolving merge conflict of #162overwritten code from commit 5fb8c4969a3c0e9555487348f656f0ef68ed5a54
Shawn BusolitsShawn Busolits
234c39ecbbeMMerge pull request #156 from shawnbuso/docsMade updateCurrentTime private (as it should be).
Shawn BusolitsShawn Busolits
6052e1fb60aAdded license to package.json file.
Shawn BusolitsShawn Busolits
861f2f897bfMMerge pull request #164 from shawnbuso/issue159-forceNonLinearFullSlotExposes adsRequest.forceNonLinearFullSlot
Shawn BusolitsShawn Busolits
26c80d920b3Exposes adsRequest.forceNonLinearFullSlot
Shawn BusolitsShawn Busolits
1bffd4cd680MMerge pull request #163 from tape-tv/defer-eventlistenersbind events on player after it is ready
Hannes ProbstHannes Probst
4fc91ee6528bind events on player after it's readyThis gives the player time to do it's own work before the plugin handles the event. There is a case where on the `fullscreenchange` event videojs toggles the `vjs-fullscreen` class. If the plugin handler runs before that, the values of ima.height() is wrong (is 0) when player is using the intrinsic ratio class (`.vjs-16-9`) for it's dimensions.
Shawn BusolitsShawn Busolits
2d6d553475fMMerge branch 'tape-tv-player-dimensions'
Shawn BusolitsShawn Busolits
83c9c1487d9Mimplement own width/height, read values from dom
Shawn BusolitsShawn Busolits
3778829e725MMerge pull request #162 from tape-tv/fix-fullscreenfix fullscreen handler if adsManager uninitialized
Hannes ProbstHannes Probst
5fb8c4969a3implement own width/height, read values from domaccording to https://github.com/videojs/video.js/issues/2282 videojs' width() and height() aren't supposed to return the 'real' width and height, instead returning the values the player was initialized with. This fix reads the current player's dimensions from DOM and makes the ad-plugin use these instead.
Hannes ProbstHannes Probst
a0ce42998fcfix fullscreen handler if adsManager uninitializedWe don't call for ads on every video, thus there is no call to requestAds() and subsequently no adsManger is created. This fix checks for an existing adsManager when handling the fullscreen-change event.
Shawn BusolitsShawn Busolits
062a7217e04MMerge pull request #155 from shawnbuso/issue151Fixes issue 151 - switching content while an ad is playing.
Shawn BusolitsShawn Busolits
10eb63d15a3Made updateCurrentTime private (as it should be).
Shawn BusolitsShawn Busolits
733088b4f5dMMerge pull request #154 from shawnbuso/numRedirectsREADMEUpdated README
Shawn BusolitsShawn Busolits
94cc5cba247Fixes issue 151 - switching content while an ad is playing.
Shawn BusolitsShawn Busolits
ee15aa43015Updated READMEUpdated README Updated README Updated README and docs
Shawn BusolitsShawn Busolits
ad28dda913cMMerge pull request #153 from tape-tv/add-numredirectspassing through numRedirects setting to ima-sdk
Hannes ProbstHannes Probst
f005a2d144fpassing through numRedirects setting to ima-sdk
Shawn BusolitsShawn Busolits
e70a041e857MMerge pull request #152 from shawnbuso/issue151Clear ad tracking timer interval in resetIMA_.
Shawn BusolitsShawn Busolits
0c214a30233MMerge pull request #145 from shawnbuso/samples_consistencyUpdating samples for debugging consistency - remove debug everywhere.
Shawn BusolitsShawn Busolits
f59789c1fd4MMerge pull request #148 from shawnbuso/issue44-ie_supportChanged insertBefore statements to appendChild for IE support.
Shawn BusolitsShawn Busolits
76445c5c975MMerge pull request #144 from shawnbuso/playlist-fixFixes playlist example issue #139
Shawn BusolitsShawn Busolits
8fc624f11e7Clear ad tracking timer interval in resetIMA_.
Shawn BusolitsShawn Busolits
ece5dd46d31Changed insertBefore statements to appendChild for IE support.
Shawn BusolitsShawn Busolits
ca878d469e1MMerge pull request #130 from aydinkn/tests-videojsv5-compatibleVideojs v5 upgrade for tests
Shawn BusolitsShawn Busolits
0a4e7daa26eUpdating samples for debugging consistency - remove debug everywhere.
Shawn BusolitsShawn Busolits
b7aa85452d6Fixes playlist example issue #139
Shawn BusolitsShawn Busolits
87389e121bbMMerge pull request #140 from shawnbuso/vjs5Updating plugin for Video.js 5.3
Shawn BusolitsShawn Busolits
f1f08e13416Updating plugin for Video.js 5.3Updating plugin for Video.js 5.3