David LaPalomento
1102452ca3
@dmlap export a basic played() on techs. closes #2384
2015-07-21 16:56:23 -04:00
David LaPalomento
a18768b938
@dmlap export videojs.createTimeRange. closes #2361
2015-07-21 14:05:44 -04:00
David LaPalomento
07f0483780
@dmlap switched events to not bubble by default. closes #2351
2015-07-21 09:58:12 -07:00
Matthew McClure
e5d4757e36
Fixed vertical option for volumeMenuButton. closes #2352
2015-07-16 18:20:23 -07:00
Gary Katsevman
8cc967e022
pass fs state to player from enterFullscreen, split full-window styles into their own selector. closes #2357
2015-07-16 13:38:13 -07:00
jrivera
d2de00cae1
@imbcmdth updated source handlers to use bracket notation so they wont break when using minified videojs. closes #2348
2015-07-16 13:48:34 -04:00
heff
3e35935182
Sped up tests by relying on watchify and splitting up tests
...
- Temporarily killed API tests. Combining them with other tests.
- Using browserify:watch for build/temp/video.js (sandbox testing)
- Using karma:watch for automated tests
Using individual watch tasks allows watchify to use smart caching in both
instances.
- Switched to grunt-concurrent for watch tasks
- Switched to travis containers, sudo: false
- Added caching of npm modules in Travis
- Consolidated travis testing
- Cleaned up grunt file
- Fixed travis.yml spacing
- Added the watchAll task for trying it out
- Moved travis test script logic to package.json
- Moved coverage reporting to Travis only
closes #2254
2015-07-15 15:22:34 -07:00
Gary Katsevman
3268d71577
Insert cloned el back into DOM. Fixes #2214 . closes #2334
2015-07-13 13:04:04 -04:00
Gary Katsevman
9de463e35c
Export bind on videojs. Fixes #2322
...
closes #2332
2015-07-10 14:44:29 -07:00
Gary Katsevman
d5061d7691
Update vttjs to fix a trailing comma JSON error
...
closes #2331
2015-07-10 13:40:40 -07:00
David LaPalomento
f53f3dc36f
@dmlap exported the videojs.log function. closes #2317
2015-07-10 12:36:09 -07:00
David LaPalomento
ccd6ed44b8
Don't track progress until ready
...
Delay manual progress checks until the tech is ready to avoid errors.
The Flash tech errors if buffered() is called before the SWF has loaded,
for instance.
closes #2316
fixes #2288
rel #2289
2015-07-10 12:22:20 -07:00
Pavel Horal
f9316fcda0
@pavelhoral fixed subclassing without a constructor. closes #2308
2015-07-10 11:42:29 -07:00
Matthew McClure
ba4ab80455
Added a currentTime tooltip to the progress handle
...
- added data-current-time attr to PlayProgressBar
- show data-current-time attr in tooltip on hover
- separate hover state from styling
closes #2255
2015-07-09 16:18:43 -07:00
Matt Boles
77a96bea6f
Improved JSDoc comments everywhere for new docs generation
...
closes #2270
2015-07-09 16:03:49 -07:00
Michelle Anderson
3479a545aa
Checking on the event the relatedTarget exists before setting its property
...
Fixes a bug where relatedTarget was undefined in Firefox
fixes #2024
closes #2025
2015-07-09 15:41:07 -07:00
David
46c79e2b19
Release v4.12.11
2015-07-09 18:58:21 +00:00
David LaPalomento
c2820e9e38
@dmlap fixed an error caused by calling vjs_getProperty on the swf too early. closes #2289
2015-07-09 11:52:52 -07:00
Gary Katsevman
c43863edbd
@gkatsev updated the vtt.js version to fix JSON issues. closes #2327
2015-07-09 11:46:58 -07:00
Gary Katsevman
2b79dacdbc
@gkatsev fixed the texttrackchange event and text track display for non-native tracks. closes #2215
2015-07-08 15:07:21 -07:00
Thijs Triemstra
56be47b80a
Log an error when a plugin can't be found
...
closes #1931
closes #1928
2015-07-08 14:51:00 -07:00
Gaurav Saxena
34822537f4
@saxena-gaurav updated swf to 4.7.2 to fix flash of previous video frame. closes #2300
2015-07-08 14:27:39 -04:00
Matthew McClure
b77e3c9ade
@mmcc added the vjs-big-play-centered class. closes #2293
2015-07-06 17:10:50 -07:00
David LaPalomento
99032bb2a7
@dmlap updated to videojs-swf@4.7.1 to fix a video dimensions issue on subsequent loads. closes #2281
2015-07-06 16:36:19 -07:00
Pavel Horal
26a78627f1
@pavelhoral fixed a bug with user activity that caused the control bar to flicker. closes #2299
...
Fixes #2298
2015-07-01 21:22:58 -07:00
David
b93dea70b8
Release v4.12.10
2015-06-23 20:43:28 +00:00
David LaPalomento
0f1c5f22f0
Add changelog entry for SWF update
...
Prepend attribution to the previous entry.
2015-06-23 16:34:48 -04:00
jrivera
56d4861bb0
src() should not return blob URLs with MSE source handlers. closes #2271
2015-06-23 16:28:23 -04:00
jrivera
1bc8efc218
Release v4.12.9
2015-06-15 20:30:49 +00:00
jrivera
463ba4ea44
@imbcmdth fixed async currentSrc behavior. closes #2256
2015-06-15 16:26:07 -04:00
jrivera
20b46b9fb9
@imbcmdth updated currentSrc to return src instead of blob urls in html5 tech. Fixes #2232 . closes #2232
2015-06-10 14:14:54 -04:00
Matthew McClure
ee22d4ad5b
@mmcc un-hid the current and remaining times by default. closes #2241
2015-06-08 14:37:34 -07:00
David LaPalomento
0be74e51ff
@dmlap added support for the seekable property. closes #2208
2015-06-08 13:47:04 -07:00
Matthew McClure
b3a2583e9e
@mmcc fixed the progress handle transition jerkiness. closes #2219
2015-06-05 17:35:54 -07:00
heff
4803ac2674
Removed the CDN publishing logic into it's own repo
...
See videojs/cdn#3
- Added a guide note about skipping analytics tracking on the CDN
- Updated videojs-font
- Added videojs-ie8 as a dependency
- Updated the examples directory URLs and added to dist
- Updated CSS to override font path
2015-06-05 15:38:52 -07:00
David
86a11a01ab
Release v4.12.8
2015-06-05 21:31:55 +00:00
David LaPalomento
fa6ad4929e
@dmlap fix seekable export. closes #2227
2015-06-05 17:26:06 -04:00
arwid thornstrom
6410105190
@arwidt added Swedish and Finnish translations. closes #2189
2015-06-05 10:52:32 -07:00
bc-bbay
02cfee72d8
@bc-bbay made the duration display update itself on loadedmetadata. closes #2169
2015-06-05 10:41:04 -07:00
Carlos
55a391b54a
@carpasse enhanced events to allow passing a second data argument. closes #2163
2015-06-05 10:36:59 -07:00
Matthew McClure
42f00f2bfc
@mmcc deprecated the options() function and removed internal uses. closes #2229
2015-06-04 17:33:34 -07:00
Matthew McClure
dac91a7b7b
@mmcc moved the fonts into their own repo. closes #2223
2015-06-02 11:04:40 -07:00
David LaPalomento
1c35bfafc2
@dmlap add the seekable property. closes #2207
2015-06-01 17:40:40 -04:00
Matthew McClure
d729547cbf
@mmcc increased the size of the progress bar and handle on hover. closes #2216
...
fixes #2117
2015-05-29 16:56:43 -07:00
Matthew McClure
9c33bd72c7
@mmcc switched to using button elements for button components. closes #2209
2015-05-29 15:56:45 -07:00
heff
c3c4046317
Added a line to the change log for #2217
...
--skip-ci
2015-05-29 15:41:44 -07:00
heff
a88e311214
Fixed a number of IE8 and Flash issues from 5.0 changes
...
IE8 compatiblity fixes - Babel loose mode and ES5-shim
Reverted to old isPlainObject to fix IE8
Lodash.isplainobject was throwing a "Member not found error" on elements,
specifically the 'custom' track element being passed in options.
(turned out to be that we were using lodash modern, not compat)
Fixed full-window mode in IE8 by fixing fullscreen API check
Fixed the swf events by creating the object in component.createEl
fixes #2184
Added es5 shim and sham to the sandbox example
related to #1687
2015-05-28 11:00:08 -07:00
heff
7c169d417c
Fixed instances of tabIndex that did not have a capital I [ #2176 ]
2015-05-27 11:42:01 -07:00
heff
a5758019e5
Updated the ready event to always be async
...
closes #1667
Fix text track tests.
Now that ready is async, we need to tick the clock so the ready handler
fires.
Remove unneeded ready test
2015-05-22 17:27:15 -07:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
6b2dca32fc
Normalise lang codes to lowercase for insensitive match
...
Use primary code ('en') if specific code ('en-us') doesn not match
Always re-merge languages
closes #2177
Updated language function to lowercase internally
Updated component.localize to not require stubbing
2015-05-21 17:07:13 -07:00
Matthew McClure
4007add5e5
Moved to pure css slider handles
...
closes #2132
removed slider handle classes
Got rid of left-over handle styles
2015-05-21 13:43:53 -07:00
heff
1bfe0b4fed
Clean up and documentation of src/js/video.js and DOM functions
...
Preparing to export utility functions on the videojs object
closes #2182
Change el() to getEl() for consistency
Cleaned up DOM functions library
Clean up and document videojs object API
Fixed mergeOptions to modify the first object instead of a copy
More cleanup of the main video.js file and documentation
Fixed issues with mergeOptions
Cleaned up the addLanguage function
Removed unnecessary underscores in private module vars
2015-05-21 11:33:12 -07:00
eXon
5d550ffada
Additional tech 2.0 improvements from #2126
...
closes #2166
closes #2126
this.tech.emitTapEvents(); should be handled by the tech
De-dupe the bufferedPercent code in both Tech and Player
Have the player generate the tech ID
Added autoplay/preload/loop/muted to tech option
Remove the watch for native timeupdates
Fixed the JSDoc for bufferedPercent
Removed the unit test for native timeupdate
Added cute whitespaces
buffer should always return a TimeRange
2015-05-21 11:19:33 -07:00
David
69a4884880
Release v4.12.7
2015-05-19 16:57:12 +00:00
David LaPalomento
fbdf7ef041
@dmlap update swf to 4.7 to pick up preload fix. closes #2170
2015-05-19 12:43:22 -04:00
Brandon Bay
c4717ebed9
@bc-bbay update time display on loadedmetadata. closes #2151
2015-05-19 12:02:34 -04:00
heff
a8ff970d4a
Broke up Lib and Util into smaller libraries of functions
...
Broke out bind, guid, and element data functions from Lib
Separated out more dom functions in to dom.js
Broke out URL functions into url.js
Removed setLocalStorage since it wasn't being used
Moved browser tests out of lib
Moved log functions into their own file
Removed trim() since it wasn't being used
Moved formatTime into its own file
Moved round into its own file and renamed roundFloat()
Moved capitalize into its own file and renamed as toTitleCase()
Moved createTimeRange into its own file
Removed Lib.arr.forEach infavor of the native forEach
Removed Lib.obj.create in favor of native Object.create (ES6-sham)
Removed obj.each in favor of native Object.getOwnPropertyNames().forEach()
Removed obj.merge and copy. Using lodash.assign instead.
Replaced Lib.obj.isPlain with lodash.isPlainObject
Removed Lib.obj.isArray in favor of the native Array.isArray
Also removed the lib.js tests file as all tests have been moved
or removed.
Removed Lib.isEmpty in favor of !Object.getOwnPropertyNames().length
Switched Util.mergeOptions and deepMerge to use new mergeOptions()
Moved Lib.TEST_VID to Html5.TEST_VID
Removed Lib references everywhere. Woo!
Attempting to fix sourcemap test errors by setting grunt-browserify version
Switched to object.assign from lodash.assign
Removed unused 'inherits' dependency
Reorganzied test files and added '.test' to file names
Combined js/core.js and js/video.js
Moved events.js into the utils directory
2015-05-15 18:20:35 -07:00
heff
2fc8968002
@heff added support for fluid widths, aspect ratios, and metadata defaults. closes #1952
2015-05-13 22:45:01 -07:00
Brandon Bay
652a44026f
@bc-bbay fixed a bug where the player would try to autoplay when there was no source. closes #2127
2015-05-13 15:10:55 -07:00
Matthew McClure
db05a1b90d
Added @tjenkinson background-color changes
2015-05-11 15:02:28 -07:00
Gaurav
7bbbf992a9
Release v4.12.6
2015-05-07 19:10:14 +00:00
Gaurav Saxena
36956e20df
@saxena-gaurav fixed a bug from disposing after changing techs. closes #2125
2015-05-06 14:45:50 -04:00
Gary Katsevman
b65bad8f20
@gkatsev added get and set global options methods. closes #2115
2015-05-06 14:12:17 -04:00
eXon
e5595b1e38
@eXon began Tech 2.0 work, improved how tech events are handled by the player. closes #2057
...
closes #1485
2015-05-06 14:02:01 -04:00
Brandon Bay
9c99def186
@bc-bbay fixed instance where progress bars would go passed 100%. closes #2040
2015-05-06 12:10:57 -04:00
Gary Katsevman
102c6fb197
@gkatsev added a sensible toJSON function. closes #2114
2015-05-01 14:16:19 -07:00
Gary Katsevman
fd7b997ecd
@gkatsev added error logging for bad JSON formatting. closes #2113
2015-05-01 13:59:52 -07:00
Gary Katsevman
43a14291fa
@gkatsev updated the component.js styles to match the new style guide. closes #2105
2015-05-01 12:48:28 -07:00
Matthew McClure
a392d6c933
@mmcc added back the captions settings styles. closes #2112
2015-05-01 12:43:37 -07:00
Deirdre Connolly
f84632e057
@dconnolly exported the missing videojs.plugin function. closes #2103
2015-04-30 14:49:22 -07:00
David LaPalomento
b5968f13e2
@dmlap added an error message if techOrder is not in options. closes #2097
2015-04-29 14:05:22 -07:00
Brandon Bay
bb9fde0f82
@bc-bbay rename onEvent methods to handleEvent. closes #2093
2015-04-29 10:17:46 -07:00
Brandon Bay
4fa6a942d9
@bc-bbay Load plugins before controls. closes #2094
2015-04-29 10:15:15 -07:00
jforbes
013d59db76
@forbesjo added a vjs-button class to button controls. closes #2084
2015-04-28 17:47:42 -07:00
heff
ae0eec312c
Switched to box-sizing:border-box for all player elements
...
This doesn't immediately break anything (I know of) because the controls
were originally designed to work in both border-box and content-box
environments. Extra elements were added to create internally padding.
This does open the door for some simplification of the HTML, though the extra
elements could still be useful for extra skin design options.
closes #2082
closes #1444
2015-04-28 13:45:59 -07:00
jforbes
69738a86dc
@forbesjo added the `scrubbing` property. closes #2080
2015-04-28 13:33:55 -07:00
heff
f19d13b9bb
@heff added and `extends` function for external subclassing. closes #2078
2015-04-28 11:50:09 -07:00
Gary Katsevman
94f33c8d43
@gkatsev removed event.isDefaultPrevented in favor of event.defaultPrevented. closes #2081
2015-04-28 11:45:06 -07:00
Matthew McClure
4ac762cf48
@mmcc added a new default skin, switched to SASS, modified the html closes #1999
...
- removed old less style. no going back now.
- switched back to video-js.scss naming and added a base-style injection class
- cleaned up and simplified big play btn
- Flexbox straight flexin.
- move to using variables for text and icon font families
- use table layout for IE 8 and 9
- moved to using extend for icons
- Switched to SASS, added a new default theme, updated the html
- added horizontal classes
- added connect-watch grunt task
- show all the things in the control bar so everything is available
by default (and hidden via css
- reignore dist for now
- removing trailing comma to get the tests passing
- Switched to using libsass and removed incompatible "black magic"
- updating to es6 syntax
- removed old separator, added grunt task for dev, and updated example
- singular time-control and live-control. remove playing class on pause
- updated separator control styles
- Show full control bar when a player goes to fullscreen.
Also added a grunt task specifically for skin development (only watches sass file changes and runs sass)
- allow poster image to toggle playback
- This allows the poster image to toggle play / pause on audio-only sources
- fixed issue with scrollbars in Chrome on Linux
- make the control bar not-quite-black
- added back some focus highlights until we decide on another path
2015-04-28 09:52:27 -07:00
Deirdre Connolly
c62aa10637
@dconnolly replaced JSON.parse with a safe non-eval JSON parse. closes #2077
2015-04-27 17:05:39 -07:00
Matthew McClure
e1e69941a1
@mmcc added ES6 default args and template strings. closes #2015
2015-04-22 15:26:37 -07:00
heff
a02ee27802
@heff converted all classes to use ES6 classes. closes #1993
2015-04-14 13:08:32 -07:00
heff
7f70f09621
Added a line to the changelog for #1976
2015-04-03 17:05:14 -07:00
David LaPalomento
3fd1a58357
Update changelog
...
Add entry for #1974 .
2015-04-02 10:30:29 -04:00
heff
12df63d7e7
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.dev.js
dist/video-js/video.js
dist/video-js/video.novtt.dev.js
dist/video-js/video.novtt.js
package.json
2015-03-17 13:52:42 -07:00
heff
6786b70da1
Release v4.12.5
2015-03-17 20:47:00 +00:00
heff
bccea74d23
Updated to videojs-swf v4.5.4 to fix a potential security issue. closes #1955
2015-03-17 13:41:21 -07:00
Matthew McClure
cda6386e01
Added item for Bosnian, Serbian, Croatian translations
2015-03-16 12:47:56 -07:00
Ole Laursen
a0ce20c511
@OleLaursen added a Danish translation. closes #1899
2015-03-12 11:52:18 -07:00
heff
9dea6bed33
@heff replaced Closure Compiler with Uglify for minification. closes #1940
2015-03-12 11:23:47 -07:00
David LaPalomento
93ea3cee1c
@dmlap removed an ie6 hack for flash object embedding. closes #1946
2015-03-12 11:17:53 -07:00
Matthew McClure
cd48d03945
@mmcc updated the slider to allow for vertical orientation. closes #1816
2015-03-12 11:16:09 -07:00
heff
9009593297
Release v4.12.4
2015-03-05 01:16:06 +00:00
heff
5b944877ae
Randomized the Google Analytics calls to stay under the limit. closes #1916
2015-03-04 17:12:52 -08:00
Matthew
ab84de6960
Release v4.12.3
2015-02-28 01:10:21 +00:00
heff
20a4184ea7
@heff fixed setting the source to an empty string. closes #1905
2015-02-27 15:50:13 -08:00
Matthew
ed8ccf599b
Release v4.12.2
2015-02-27 00:09:30 +00:00
Gary Katsevman
2a1f9f357f
@gkatsev fixed disabling of default text tracks. closes #1892
2015-02-25 16:12:01 -08:00
heff
8e372d7ffd
Release 4.12.1
2015-02-19 16:32:05 -08:00
Gary Katsevman
14c94561a9
Only rely on selectedIndex to set select option.
...
Firefox recently added selectedOptions support, however, unlike chrome
and other browsers, they made it read-only and have it throw an error.
In my testing (via http://jsfiddle.net/vwvdywf9/ ), on various browsers and platforms, just using selectedIndex was sufficient to change the selected option.
closes #1877
2015-02-19 16:29:22 -08:00
Gary Katsevman
8b0966c1b4
Store text tracks on player not tech
...
Test keeping text tracks between tech loads.
This does break without the previous commit.
closes #1874
2015-02-19 12:28:26 -08:00
heff
dd24d17372
Release 4.12.0
2015-02-17 16:44:25 -08:00
heff
5bae2d88c3
Cleaned up inconsistencies in the changelog
2015-02-17 16:41:10 -08:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
b2fe4c6292
@mister-ben fixed a woff warning in Firefox. closes #1870
2015-02-17 12:28:15 -08:00
Gary Katsevman
52e6768526
@gkatsev fixed captions showing by default in Chrome and Safari. closes #1865
2015-02-13 16:23:55 -08:00
Gary Katsevman
4e5c28cc56
@gkatsev greatly improved text track support and implemented vtt.js as the webvtt parser. closes #1749
2015-02-13 15:19:02 -08:00
İbrahim Alkan
5c59849f30
@ragecub3 added a Turkish translation. closes #1853
2015-02-12 15:55:49 -08:00
Shoshomiga
4e9974165d
@shoshomiga added a Bulgarian translation. closes #1849
2015-02-12 15:52:26 -08:00
Simone
3459381c2a
@iSimonWeb added font-path variable. closes #1847
2015-02-12 15:48:45 -08:00
Gavin
1036338134
@DevGavin fixed the Chinese translation. closes #1841
2015-02-12 15:43:13 -08:00
Nathan Woltman
265ed0eca2
@woollybogger exported the hasClass function. closes #1839
2015-02-12 15:35:09 -08:00
David LaPalomento
5e371b4625
@dmlap Add network and ready state properties. closes #1854
2015-02-12 18:26:32 -05:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
3742afe607
Add vjs-ended class when playback reaches the end of the timeline. closes #1857
2015-02-12 18:15:44 -05:00
Matthew McClure
fd24c5c7a3
lowered tap movement and tap time thresholds
...
or, you know, actually change the threshold
updated component test to account for smaller touchmove threshold
closes #1830
2015-02-12 14:34:07 -08:00
Steve Randy Tantra
fbb2197dfa
@steverandy fixed an issue with scrolling over the player on touch devices. closes #1809
2015-02-12 12:01:20 -08:00
Ryo Chikazawa
19058302bd
@chikathreesix fixed an object delete error in Chrome. closes #1858
2015-02-11 11:12:54 -08:00
David LaPalomento
f980cdb1fb
Hide the poster when play fires. closes #1834
2015-02-09 12:11:00 -05:00
David LaPalomento
42fbd4c799
Export video.js as a named AMD module. closes #1844
2015-02-05 09:57:59 -05:00
heff
2489cc1c10
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.dev.js
dist/video-js/video.js
2015-01-23 10:50:49 -08:00
heff
aac97d287a
Release 4.11.4
2015-01-23 10:50:22 -08:00
Lee Whitaker
3c83fd364d
Update swf version to 4.5.3
...
closes #1823
2015-01-23 10:42:40 -08:00
Artem Suschev
c8781cf51b
@H1D fixed an issue with file extension type detection. closes #1818
2015-01-21 17:55:35 -08:00
David LaPalomento
4bde5c8928
Don't always add controls to the video element
...
Fix for #1561 . If the HTML tech is being constructed without a video element to work off of, make sure that the controls attribute is only added under the same circumstances it would be at player init. Before this fix, if you loaded the Flash tech and then switched to the HTML tech, you would see the native controls underneath the video.js controls.
Fix controls attribute test on iOS
iOS uses native controls by default and so was failing the assertions that native controls weren't used. Force custom controls for this test case to make it work like everywhere else.
Update nativeControlsForTouch default
The default value changed so fix the predicate that tested for whether it was in use.
closes #1811 , closes #1564 , closes #1561
2015-01-21 17:35:55 -08:00
Matthew McClure
78e95e14b8
@mmcc fixed an issue with text track hiding introduced in #1681 . closes #1804
2015-01-21 16:44:59 -08:00
Matthew McClure
67c4eed937
@mmcc added a VERSION key to the videojs object. closes #1798
2015-01-21 16:37:13 -08:00
Toni Hermoso Pulido
300eeb759c
@toniher added a Catalan translation. closes #1794
2015-01-21 16:25:50 -08:00
heff
b51d83090b
Added a line to the changelog, closes #1814
2015-01-20 11:01:05 -08:00
Bryce Fisher-Fleig
e8030ea88f
@brycefisher Added a guide on player disposal. closes #1803
2015-01-16 15:52:34 -08:00
Gary Katsevman
1c17a67f39
Fixed issue where ManualTimeUpdatesOff was not de-registering events. closes #1793
2015-01-16 12:05:21 -08:00
heff
e8235c9022
Fixed type support checking for an empty src string. closes #1797
2015-01-16 11:43:58 -08:00
heff
a3b12d9d03
Exported missing source handler functions. closes #1787
2015-01-12 14:28:22 -08:00
David LaPalomento
c939ab86ca
@dmlap fixed URL parsing in IE9. closes #1765
2014-12-23 08:25:49 -08:00
heff
fff41a9066
Added a line to the changelog for #1741
2014-12-22 11:17:15 -08:00
Sxmanek
9c1e410660
@Sxmanek added a Czech translation. closes #1739
2014-12-22 10:44:53 -08:00
Nguyễn Văn Ánh
8cf9f19c11
@anhskohbo added a Vietnamese translation. closes #1734
2014-12-22 10:15:50 -08:00
heff
f0d500a633
Updated #1730 to use the ready function instead of warning.
...
Added a line to the changelog for #1730 .
closes #1730
2014-12-22 09:54:21 -08:00
Matthew McClure
a67201f913
@mmcc updated the hide/show functions to use a class instead of inline styles. closes #1681
2014-12-22 09:38:54 -08:00
heff
a048468100
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-12-19 14:18:16 -08:00
heff
881be6f77d
Release 4.11.3
2014-12-19 14:17:50 -08:00
heff
c6d51faba3
Added a line to the changelog for #1755
2014-12-19 14:11:26 -08:00
heff
45b3601465
Added a line to the changelog for #1753
2014-12-19 14:05:58 -08:00
heff
5545fc33e1
Added a line to the changelog for #1760
2014-12-19 13:58:11 -08:00
heff
716fc2dc2b
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-12-17 16:13:27 -08:00
heff
ad3e430cc6
Release 4.11.2
2014-12-17 16:12:38 -08:00
Gary Katsevman
d7f2924fdc
Make sure that setSource is directly on prototype
...
This is to make the new source handlers backwards compatible and so it
wont break techs that extend existing techs that were converted to use
source handlers. closes #1746
2014-12-17 15:07:37 -08:00
Matthew McClure
bb5582abd3
Add the playback rate menu to the content el. closes #1716 , fixes #1712
2014-12-17 14:29:05 -08:00
Peter Dave Hello
a859575e62
@PeterDaveHello added a Traditional Chinese translation. closes #1729
2014-12-09 12:47:46 -08:00
heff
daa66b9183
Release 4.11.1
2014-12-04 14:05:50 -08:00
heff
3d16a4378c
@heff fixed a code bug in track XHR requests. closes #1715
2014-12-04 14:03:36 -08:00
heff
0469c5063c
Release 4.11.0
2014-12-04 13:29:40 -08:00
heff
dd9b4df727
@heff updated the SWF to the latest version. closes #1714
2014-12-04 13:24:05 -08:00
nemesreviz
c2e0c89d4c
@nemesreviz added a Hungarian translation. closes #1711
2014-12-04 11:50:21 -08:00
Gary Katsevman
c111d30b45
@mmcc fixed the vdata exception when you dispose a player with tracks. closes #1710
2014-12-03 14:21:25 -08:00
Matthew McClure
1f6c5179d8
@mmcc added functions for better timeout and interval handling. closes #1642
2014-12-03 11:31:39 -08:00
Ahmad M. Zawawi
ea7bf36588
@azawawi added an Arabic translation. closes #1692
2014-12-02 16:23:33 -08:00
Steve Heffernan
76e662a756
@heff added the Source Handler interface for handling advanced formats including adaptive streaming. closes #1560
2014-12-02 14:22:34 -08:00
Thijs Triemstra
8a019ee046
@thijstriemstra fixed a number of typos in the docs. closes #1704
2014-12-02 11:22:48 -08:00
heff
2de84da25f
Added a line to the changelog for #1702
2014-12-02 10:53:43 -08:00
Dan Toloudis
33e6630712
@toloudis fixed an issue with checking for an existing source on the video element. closes #1651
2014-11-25 15:31:53 -08:00
heff
2e71201e23
Cleaned up slider.js from #1616 (commit 7605d8c
) and added changelog item for #1616
2014-11-25 14:38:36 -08:00
Steve Heffernan
0919b77f31
Release 4.10.2
2014-10-30 17:25:22 -07:00
Matthew McClure
957687d449
@mmcc fixed localization of captions/subtitles menu off buttons. closes #1632
2014-10-30 17:21:58 -07:00
Steve Heffernan
5d859a92b5
Fixed the VolumeMenuButton options to allow passing 'vertical' to the VolumeBar. closes #1631
2014-10-30 13:59:05 -07:00
Steve Heffernan
1325722447
@heff fixed checking for child options in the parent options to allow for `false`. closes #1630
2014-10-30 13:19:01 -07:00
Steve Heffernan
f420c5bd5f
Added line to changelog for 4.10.1
2014-10-29 08:39:00 -07:00
Steve Heffernan
7511bb606d
Release 4.10.1
2014-10-29 08:36:16 -07:00
Steve Heffernan
6958643678
Release 4.10.0
2014-10-28 17:28:25 -07:00
Steve Heffernan
d55227668c
@heff turned on the custom html controls for touch devices. closes #1617
2014-10-28 16:53:30 -07:00
Steve Heffernan
f27bdd27ca
@heff Added the ability to set options for child components directly in the parent options. closes #1599
2014-10-28 11:45:32 -07:00
Gavin
fdb34f3179
@DevGavin added a Simplified Chinese translation. closes #1593
2014-10-28 11:29:05 -07:00
Matthew McClure
f5117ae976
@mmcc fixed an issue with the VolumeButton assuming it was vertical by default. closes #1592
2014-10-28 11:19:34 -07:00
Steve Heffernan
4b818d9ebf
@heff enhanced the event listener API to allow for auto-cleanup of listeners on other componenets and elements. closes #1588
2014-10-28 11:16:56 -07:00
Matthew McClure
b8cc047a2e
@mmcc fixed an issue where errors on source tags could get missed. closes #1575
2014-10-28 11:00:49 -07:00
Steve Heffernan
af02d158da
@heff updated the poster to use CSS styles to display; fixed the poster not showing if not originally set. closes #1568
2014-10-16 12:59:41 -07:00
Steve Heffernan
a6019d4207
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.js
2014-10-15 16:08:26 -07:00
Steve Heffernan
b848fd736d
Release 4.9.1
2014-10-15 16:07:59 -07:00
Steve Heffernan
b619404069
Bumped to videojs-swf v4.5.1 to fix a data sanitization issue. closes #1587
2014-10-15 16:04:18 -07:00
Thijs Triemstra
375cc1ecf9
@thijstriemstra added a Dutch translation. closes #1566
2014-10-06 12:45:45 -07:00
OlehTsvirko
0b75b0f843
@OlehTsvirko added a Russian translation. closes #1563
2014-10-06 12:39:45 -07:00
OlehTsvirko
2e3d2417fb
@OlehTsvirko added a Ukrainian translation. closes #1562
2014-10-06 11:26:27 -07:00
Jan Hesse
33f7805c2b
@andekande improved the German translation. closes #1555
2014-10-06 11:18:17 -07:00
aptx4869
5e70bef2ab
@aptx4869 fixed an issue where the native JSON parser wasn't used. closes #1565
2014-10-06 11:16:08 -07:00
Steve Heffernan
85730d7a1b
Release 4.9.0
2014-09-30 18:51:46 -07:00
Matthew McClure
18b6d25bc7
@mmcc added support for audio tags (html5 audio only). closes #1540
2014-09-30 18:34:51 -07:00
Steve Heffernan
8273809a18
Added a line to the changelog for #1519 . closes #1519
2014-09-30 16:28:36 -07:00
Steve Heffernan
ce97c24d79
@heff updated to swf v4.5.0 to fix event issues. closes #1554
2014-09-30 16:16:36 -07:00
Craig Rogers
9b7882e395
@twentyrogersc fixed the return value when setting the poster source. closes #1552
2014-09-30 15:38:22 -07:00
Philip Giuliani
6c4eac47a0
@philipgiuliani added an Italian translation. closes #1550
2014-09-30 15:31:26 -07:00
Matthew McClure
13f154d4d6
@mmcc made it possible to override the font-size of captions and subtitles. closes #1547
2014-09-30 15:27:05 -07:00
Matthew McClure
e526c9335d
@doublex fixed an issue with IE7 backwards compatibility. closes #1542
2014-09-30 15:15:40 -07:00
Steve Heffernan
61aee3376b
Added a line to the changelog for #1533
2014-09-30 14:59:36 -07:00
Tom Johnson
6040a61498
@seniorflexdeveloper added new translations and translation updates. closes #1530
2014-09-29 16:38:09 -07:00
Ryo Chikazawa
f47bf26e49
@chikathreesix fixed an issue where data-setup options could be missed. closes #1514
2014-09-29 16:13:07 -07:00
Tetsuya Morimoto
e0a124890b
@t2y added a Japanese translation. closes #1497
2014-09-29 16:08:14 -07:00
Alex
585befce81
@alexrqs cleaned up the Spanish translation. closes #1494
2014-09-29 16:02:57 -07:00
Stephen
d93bea98d7
@mynameisstephen fixed an issue where slider event listeners were not cleaned up. closes #1475
2014-09-29 15:55:51 -07:00
baloneysandwiches
fd181aa9cd
@baloneysandwiches added a hasClass method. closes #1464
2014-09-29 15:46:18 -07:00
Steve Heffernan
2a71d69c72
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.js
2014-09-25 14:18:03 -07:00
Steve Heffernan
c0518a1ff0
Release 4.8.5
2014-09-25 14:15:59 -07:00
Steve Heffernan
bb52851aa4
Updated to the latest version of the swf to fix HLS playback. closes #1538
2014-09-25 14:09:25 -07:00
Steve Heffernan
a2710b60f1
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-09-23 16:26:06 -07:00
Steve Heffernan
2b57ada7df
Release 4.8.4
2014-09-23 16:21:59 -07:00
Gary Katsevman
d43831d6d0
@gkatsev fixed isFullscreen reporting on iOS devices. closes #1511
...
Squashed commit of the following:
commit 02fe7a40d0
Author: Gary Katsevman <git@gkatsev.com>
Date: Tue Sep 23 14:15:08 2014 -0400
Feature detect old fullscreen instead of UA switch
commit f3eccbbe67
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 22 21:31:34 2014 -0400
No need for if since assume we're in fs
commit 0498b10084
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 22 21:28:10 2014 -0400
Revert "Don't trigget vjs's fullscreenchange event"
This reverts commit cc45177ee5
.
Conflicts:
src/js/media/html5.js
commit 1ed30853ef
Author: Gary Katsevman <git@gkatsev.com>
Date: Wed Sep 17 12:00:29 2014 -0400
Listen via 'this.one'.
Don't bother checking whether the video element is fullscreen but just
assume we are fullscreen.
commit 27e2707508
Author: Gary Katsevman <git@gkatsev.com>
Date: Tue Sep 16 18:12:36 2014 -0400
Use one for event binding.
commit cc45177ee5
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 17:28:46 2014 -0400
Don't trigget vjs's fullscreenchange event
This event isn't really being used for this usecase right now, so, no
need to trigger it.
commit ad505a6807
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 16:45:48 2014 -0400
Update exports for request & cancel fullscreen
commit e423635b6c
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 16:15:10 2014 -0400
On iOS, use ios specific enterFullscreen methods.
commit fe4a8fbf6a
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 14:53:20 2014 -0400
Export isFullScreen correctly. Export isFullscreen as well.
2014-09-23 15:17:01 -07:00
Steve Heffernan
737b989d5e
Removed dist files
2014-09-22 16:13:39 -07:00
Steve Heffernan
ae04900c54
Release 4.8.3
2014-09-22 16:13:03 -07:00
Steve Heffernan
518614ca57
Added line to the changelog for #1526
2014-09-22 16:10:18 -07:00
Daniel Roviriego
ca1fdbb238
@deedos added a Brazilian Portuguese translation. closes #1520
2014-09-22 11:12:13 -07:00
Steve Heffernan
ee7c962494
Release 4.8.2
2014-09-16 16:38:42 -07:00
Steve Heffernan
05c18b7049
Added line to the changelog for #1512
2014-09-16 14:56:16 -07:00
Steve Heffernan
18965bb8d7
Release 4.8.1
2014-09-05 14:58:12 -07:00
Steve Heffernan
3a1239df1e
Added a line to the changelog for #1488
2014-09-05 14:53:40 -07:00
Steve Heffernan
08da4c889f
Added a line to the changelog for #1467
2014-09-05 14:50:00 -07:00
Steve Heffernan
18be3ef9ac
Added a line to the changelog for #1487
2014-09-05 14:31:20 -07:00
Steve Heffernan
6c2efbf999
Added a line to the changelog for #1483
2014-09-05 13:53:11 -07:00
Steve Heffernan
54b175d988
Added line to the changelog for #1482
2014-09-05 13:42:06 -07:00
David LaPalomento
d385f8257f
Fixes #1481
...
Clear out pending errors on player disposal.
Source selection errors are dispatched asynchronously so that there is an opportunity to override the error message. If the player is disposed during that period, the error timeout wasn't being cleared properly. Fix for #1480 .
Fix whitespace
When defining variables inline with declarations, stick to one variable per line.
2014-09-05 13:32:15 -07:00
Steve Heffernan
88f59d7ad6
Release 4.8.0
2014-09-03 08:43:58 -07:00
Steve Heffernan
7ead5f708f
Added a line to the changelog for #1473
2014-09-02 16:47:47 -07:00
Steve Heffernan
5f7ae5a7ba
Added a line to the changelog for #1470
2014-09-02 16:29:15 -07:00
Steve Heffernan
6f069b765c
Added line to changelog for #1449
2014-09-02 15:22:17 -07:00
Steve Heffernan
65e4b9f167
Added line to the changelog for #1453
...
Moved grunt languages configuration to lower in the gruntfile.
2014-09-02 11:40:18 -07:00
Steve Heffernan
c5bd01160a
Added line to the changelog for #1409
2014-09-02 11:06:30 -07:00
Steve Heffernan
1f33546f90
Added a line to the change log for #1455
2014-08-27 15:33:48 -07:00
Steve Heffernan
2a9f1cdaac
Added a line to the changelog for #1430
2014-08-27 13:11:55 -07:00
Steve Heffernan
16321d6208
Added line to the changelog for #1426
2014-08-27 13:05:33 -07:00
Steve Heffernan
760eb308db
Release 4.7.3
2014-08-20 15:16:22 -07:00
Steve Heffernan
03059c17d8
Added line to the changelog for #1424
2014-08-20 15:12:12 -07:00
Steve Heffernan
5761ab33bd
Added line to the changelog for #1427
2014-08-20 15:07:52 -07:00
Steve Heffernan
7baa40220f
Release 4.7.2
2014-08-14 16:31:27 -07:00
Steve Heffernan
aaab1500c8
Added line to the changelog for #1417
2014-08-14 16:29:39 -07:00
Steve Heffernan
692a0e9c09
Release 4.7.1
2014-08-06 11:26:56 -07:00
Steve Heffernan
a7d6c350e7
Added line to changelog for #1401
2014-08-06 11:24:41 -07:00
Steve Heffernan
f3d7196a73
Release 4.7.0
2014-08-05 18:05:38 -07:00
Steve Heffernan
7dc919c89e
Added line to changelog for #1385
2014-08-04 16:16:09 -07:00
jackunion
a0d8db9ed1
Fixed an issue where the user was unable to scroll/zoom page if touching the video
...
closes #1373 , closes#895
fixes #895
Moved event.preventDefault() to 'touchend' listener
missing semicolon
2014-08-04 16:08:25 -07:00
Steve Heffernan
d64205de79
Added line to changelog for #1369
2014-08-04 15:53:49 -07:00
Steve Heffernan
fa75d61cf8
Added line to changelog for #1351
2014-08-01 13:14:47 -07:00
Steve Heffernan
8afc2f919b
Added line to the change log for #1253
2014-08-01 12:47:29 -07:00
Steve Heffernan
14c64f197f
Added line to changelog for #1363
2014-07-29 16:03:30 -07:00
Steve Heffernan
f69881c276
Added docs and changelog line for #1320
2014-07-29 10:42:10 -07:00
Steve Heffernan
707d0e7660
Added line to changelog for #1345
2014-07-28 16:28:17 -07:00
Steve Heffernan
5ef0da4ac6
Added line to changelog for #1340
2014-07-28 16:13:04 -07:00
Steve Heffernan
540e7f0cb7
Added line to changelog for #1337
2014-07-28 15:53:59 -07:00
Steve Heffernan
9217d5c2e7
Added line to changelog for #1321 . Removed unneeded hasOwnProperty.
2014-07-28 15:07:57 -07:00
Steve Heffernan
d3e03accce
Added line to the changelog
2014-07-28 13:39:53 -07:00
Gary Katsevman
c794aeca34
quote vertical option so it doesn't get minified
2014-07-28 11:37:39 -07:00
Steve Heffernan
3352346a74
Removed dist files
2014-07-11 14:50:42 -07:00
Steve Heffernan
a97a002ed6
Release 4.6.4
2014-07-11 14:48:42 -07:00
themicp
392cbda095
Added support for listening to multiple events through a types array. closes #1231
2014-07-08 11:51:47 -07:00
Gary Katsevman
d5372545a2
Added additional browsers for saucelabs testing. closes #1216
2014-07-08 11:46:02 -07:00
Gary Katsevman
813f28fb4d
Added a base for running saucelabs tests from grunt. closes #1215
2014-07-08 11:43:57 -07:00
spectralsun
14ecc2fc89
added missing exports. closes #1328
2014-07-07 10:43:44 -07:00
Matt Osborn
fe6946d451
Fixed an error when disposing a tech using manual timeupdates. closes #1312
2014-06-25 17:40:25 -07:00
Cavitt
b66ef806e5
Exposed the vertical option for slider controls. closes #1303
2014-06-25 17:27:56 -07:00
Patrick Forget
8a05aa11a1
Added a composer.json for PHP packages. closes #1241
2014-06-13 17:01:11 -07:00
David LaPalomento
155781058e
Fixed an IE11 issue where clicking on the video wouldn't show the controls. closes #1291
2014-06-13 14:16:03 -07:00
Troy Brandt
bb50466733
Fixed issues around webvtt cue time parsing. Fixed #877 , fixed #183.. closes #1236
2014-06-13 13:30:16 -07:00
Chris Fung
95173ebf7c
Fixed support for webvtt chapters. Fixes #676.. closes #1221
2014-06-13 11:30:44 -07:00
shmulik
6d78c95bb4
Added cross-browser isArray for cross-frame support. fixes #1195 . closes #1218
2014-06-12 15:24:46 -07:00
Steve Heffernan
b2f6175a7b
Release 4.6.3
2014-06-12 14:08:27 -07:00
Steve Heffernan
3720a2de12
Fixed a minification issue with the fullscreen event. fixes #1282 . closes #1286
2014-06-12 14:05:27 -07:00
David LaPalomento
39ae5178ee
Updated to version 4.4.1 of the SWF. closes #1285
2014-06-12 14:02:44 -07:00
Steve Heffernan
17cb669047
Release 4.6.2
2014-06-10 16:58:41 -07:00
Steve Heffernan
71c0a72717
Fixed an issue with the firstplay event not firing when autoplaying. closes #1271
2014-06-10 16:55:08 -07:00
Steve Heffernan
5edc3a5cbc
Release 4.6.1
2014-05-20 13:58:26 -07:00
Steve Heffernan
3f9a2ca35b
Udpated playbackRate menu to work in minified version. closes #1223
2014-05-20 13:56:43 -07:00
Steve Heffernan
d01de49ded
Release 4.6.0
2014-05-20 10:42:01 -07:00
Brad Chase
23ab370ab6
Added a player option to offset the subtitles/captions timing. closes #1212
2014-05-19 13:40:04 -07:00
Matthew McClure
6bb92282c3
Added a cog icon to the font icons. closes #1211
2014-05-19 13:21:32 -07:00
Dominic
f3ab261d5b
Added a clearer error message when a tech is undefined. closes #1210
2014-05-19 12:45:00 -07:00
Gary Katsevman
a97bb5f74b
Fixed saucelabs integration to run on commits in TravisCI. closes #1214
2014-05-16 15:18:24 -07:00
Gary Katsevman
3189ec1a0b
Added cross-browser testing with SauceLabs, and added Karma as the default test runner. closes #1187
2014-05-16 14:48:05 -07:00
Steve Heffernan
46aa551e1e
Modernized the fullscreen API and added support for IE11. fixes #1155 closes #1205
2014-05-15 14:46:28 -07:00
Steve Heffernan
97c1f83dc7
Added a missing changelog item
2014-05-14 16:01:52 -07:00
Artem Suschev
8dfe0a4d06
Added support for playbackRate switching. closes #1132
2014-05-13 14:02:02 -07:00
Erik Skogby
047bd8f618
Made vjs.get work with xDomain in IE < 10. closes #1095
2014-05-13 12:35:40 -07:00
Steve Heffernan
d7f840a969
Better error handling. closes #1197
...
Squashed commit of the following:
commit 81d785980d
Author: Steve Heffernan <steve@zencoder.com>
Date: Mon May 12 12:53:59 2014 -0700
Removed unneeded comments
commit c7ad7322e4
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 9 14:29:31 2014 -0700
Addressed comments in #1191
Now clearing errors on loadstart events.
Added some default error messages.
commit a742239d0e
Author: Steve Heffernan <steve@zencoder.com>
Date: Wed May 7 15:38:31 2014 -0700
Fixed the error display to hide by default
commit 561c3f8449
Author: Steve Heffernan <steve@zencoder.com>
Date: Mon May 5 10:44:47 2014 -0700
Added support for displaying a message for the error.
commit 2214207842
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 17:18:22 2014 -0700
Updated spinner to hide on all errors
commit 95d7e70274
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 15:37:44 2014 -0700
Exported ErrorDisplay
commit 11ca9cdd8d
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 15:35:46 2014 -0700
Updated flash tech to support new errors
commit 56cbe66f42
Author: Steve Heffernan <steve@zencoder.com>
Date: Fri May 2 13:06:49 2014 -0700
Started on better error handling and displaying in the UI when an error has occurred.
commit 740014c57b
Author: Steve Heffernan <steve@zencoder.com>
Date: Wed Apr 30 16:11:33 2014 -0700
Added better global log/error/warn functions.
Added sinon.js for stubs in tests.
Updated grunt version to satisfy peer dependency warning.
2014-05-12 17:08:48 -07:00
Steve Heffernan
4bb3a23331
Made negative LESS calculations a little more readable.
...
Added line to the changelog for PR merge.
2014-05-09 10:56:46 -07:00
Steve Heffernan
3fd0c92c95
Added line to changelog
2014-05-07 15:23:32 -07:00
Jon Zepernick
dbff62e3f0
Made tap events on mobile less sensitive to touch moves. closes #1111
2014-05-06 17:22:29 -07:00
Steve Heffernan
ef25557577
Added line to changelog
2014-05-06 17:03:44 -07:00
Steve Heffernan
adf4e507c1
Added line to the changelog
2014-05-06 14:51:09 -07:00
Steve Heffernan
d96e008978
Updated setup.md and demo.html with fallback paragraph
2014-05-05 15:48:34 -07:00
Steve Heffernan
16eea0a1df
Merge branch 'feature/fix-timeupdates' of github.com:heff/video-js into heff-feature/tech-error
2014-04-25 15:39:45 -07:00
Steve Heffernan
f4704ee74f
Merge branch 'feature/tech-error' of github.com:heff/video-js into heff-feature/tech-error
2014-04-25 15:38:20 -07:00
Steve Heffernan
8c9a4cc434
Merge branch 'mousespam' of github.com:download13/video.js into download13-mousespam
2014-04-25 15:31:31 -07:00
Steve Heffernan
46605739e2
Merge branch 'feature/fix-menu-title' of github.com:coursera/video.js into coursera-feature/fix-menu-title
2014-04-17 22:55:16 -07:00
Steve Heffernan
2473d5bf7a
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.js
2014-04-12 14:05:13 -07:00
Steve Heffernan
4242fe3857
Release 4.5.2
2014-04-12 14:03:18 -07:00
Jon Wong
35d7258973
Merge branch 'feature/fix-menu-title' of git://github.com/coursera/video.js into coursera-feature/fix-menu-title
2014-04-03 14:26:38 -07:00
David LaPalomento
aa8d50b219
Don't force sliders to get evaluated on load. closes #1122
...
Squashed commit of the following:
commit d5957da3b2
Author: David LaPalomento <dlapalomento@gmail.com>
Date: Mon Mar 31 16:22:43 2014 -0400
Peg the volume control to 1.0 on init
Setup styles so that the volume control initially renders at full volume. This matches browser behavior where volume is available and saves Javascript from having to manually update the volume control on init. After the initial draw, the volume control is updated dynamically the same way it was before.
commit 8bc861fb86
Author: David LaPalomento <dlapalomento@gmail.com>
Date: Wed Mar 12 17:16:30 2014 -0400
Don't force sliders to get evaluated on load
Since the load and play progress sliders are guaranteed to start from zero, set that through CSS. Calling Slider.prototype.update forces a re-flow because element dimensions are queried and style rules changed. That reflow consistently took around 60ms on my laptop which would mean dropped frames and "jerkiness" on initialization.
2014-04-03 13:46:48 -07:00
Matthew McClure
95c29e684f
Reset player on source change. closes #1050 closes #1124
2014-04-03 11:16:09 -07:00
Steve Heffernan
d784f9d0d9
Added line to the changelog
2014-04-01 17:21:50 -07:00
Steve Heffernan
848cfd6620
Release 4.5.1
2014-03-27 14:31:36 -07:00
Steve Heffernan
d3af3e0e07
Added line to the changelog
2014-03-27 14:29:46 -07:00
Steve Heffernan
825de43819
Release 4.5.0
2014-03-27 13:35:51 -07:00
Steve Heffernan
c286c826db
Added line to changelog
2014-03-26 14:45:08 -07:00
Steve Heffernan
a64a5e27cf
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-03-06 13:18:49 -08:00
Steve Heffernan
bdeaae1c92
Release 4.4.3
2014-03-06 13:15:53 -08:00
Steve Heffernan
e2b2d14f48
Added line to the changelog
2014-03-06 12:55:25 -08:00
Steve Heffernan
6244c39129
Added line to the changelog
2014-03-06 12:48:12 -08:00
Steve Heffernan
48230ea1a1
Added line to changelog
2014-03-05 13:42:32 -08:00
Steve Heffernan
7c772fbf3e
Merge branch 'bugfix/src-getter' of git://github.com/dmlap/video-js into dmlap-bugfix/src-getter
...
Conflicts:
src/js/media/flash.js
2014-03-04 11:24:10 -08:00
Steve Heffernan
a0f929dd57
Added line to the changelog
2014-03-04 09:32:28 -08:00
Steve Heffernan
0ad8abfef1
Added line to the change log
2014-03-03 13:37:46 -08:00
Steve Heffernan
ed78764379
Updated changelog
2014-02-27 17:57:20 -08:00
Steve Heffernan
7aefee5d7d
Release 4.4.2
2014-02-24 21:57:43 -08:00
Steve Heffernan
c1e623bed7
Added line to the changelog
2014-02-24 21:51:56 -08:00
Steve Heffernan
f135b97ce0
Fixed the version numbers in the changelog
2014-02-18 17:17:58 -08:00
Steve Heffernan
7be94c3882
Release 4.4.1
2014-02-18 17:04:02 -08:00
Steve Heffernan
4f66e09595
Updated changelog
2014-02-18 16:58:11 -08:00
Steve Heffernan
9e5dce5c14
Release 4.4.0
2014-02-18 13:43:40 -08:00
Steve Heffernan
956aaa0425
Added release process using contrib.json
2014-02-14 16:52:48 -08:00
Steve Heffernan
5ab2504e90
Added line to changelog
2014-02-13 19:24:55 -08:00
Steve Heffernan
12c830049e
Updated changelog
2014-02-11 17:21:24 -08:00
Steve Heffernan
0fc76451f9
Adding line to CHANGELOG
2014-02-06 17:15:19 -08:00
Steve Heffernan
2d5ca1ebc2
Adding line to CHANGELOG
2014-02-06 17:12:00 -08:00
Steve Heffernan
04c893208e
Added line to changelog
2014-02-06 17:01:49 -08:00
Steve Heffernan
453402a912
Added line to changelog
2014-02-06 17:01:23 -08:00
Steve Heffernan
4521c70173
Changed enableUserActivity to enableTouchActivity
...
Added back tracking of touch+hold
2014-02-06 16:54:35 -08:00
Steve Heffernan
70ed4fcbb2
Updated changelog
2014-02-03 13:20:03 -08:00
Steve Heffernan
c597605afd
Added line to the changelog
2014-01-23 17:50:23 -08:00
Steve Heffernan
0dd210dcf3
Added line to changelog
2014-01-23 17:22:14 -08:00
Steve Heffernan
4dd776c334
Added line to changelog
2014-01-23 16:46:24 -08:00
Steve Heffernan
6a1c0bdd0c
Added a line to the changelog
2014-01-23 16:42:48 -08:00
Steve Heffernan
f5acb89d70
Added a changelog item
2014-01-23 15:47:37 -08:00
Steve Heffernan
dfe4543a0d
Adding line to CHANGELOG
2013-12-20 14:14:35 -08:00
Steve Heffernan
a106924e6d
Adding line to CHANGELOG
2013-12-11 13:28:32 -08:00
Steve Heffernan
7b23576afc
Adding line to CHANGELOG
2013-12-09 16:16:30 -08:00
Steve Heffernan
2066474096
Adding line to CHANGELOG
2013-12-02 17:37:49 -08:00
Steve Heffernan
df57b302da
Adding line to CHANGELOG
2013-12-02 17:03:56 -08:00
Steve Heffernan
09f81c0c6c
Adding line to CHANGELOG
2013-12-02 15:34:19 -08:00
Steve Heffernan
3248bc1258
Adding line to CHANGELOG
2013-12-02 15:30:07 -08:00
Steve Heffernan
dcc19dcf04
Adding line to CHANGELOG
2013-11-26 16:57:40 -08:00
Steve Heffernan
ef0d63b5ba
Modified tests for #838 and updated changelog. closes #838
2013-11-26 16:53:23 -08:00
Steve Heffernan
5308dd41d2
Fixed changelog version
2013-11-04 16:15:15 -08:00
Steve Heffernan
847472f286
Rotating CHANGELOG
2013-11-04 16:12:11 -08:00
Steve Heffernan
c85d94a2ce
Adding line to CHANGELOG
2013-10-29 11:01:12 -07:00
Steve Heffernan
6e3eb5075e
Adding line to CHANGELOG
2013-10-28 18:26:13 -07:00
Steve Heffernan
c56e6ed37c
Adding line to CHANGELOG
2013-10-17 16:28:45 -07:00
Steve Heffernan
124c62fe24
Adding line to CHANGELOG
2013-10-17 16:07:44 -07:00
Steve Heffernan
0c4ab0b449
Adding line to CHANGELOG
2013-10-17 16:06:39 -07:00
Steve Heffernan
3203c2c5ed
Merge branch 'stable'
2013-10-15 13:39:32 -07:00
Steve Heffernan
d3efe4b04c
Rotating CHANGELOG
2013-10-15 13:39:29 -07:00
Steve Heffernan
f35ae5c44f
Adding line to CHANGELOG
2013-10-15 13:39:27 -07:00
Steve Heffernan
a6198efaca
Adding line to CHANGELOG
2013-10-01 17:55:18 -07:00
Steve Heffernan
2662ad9c96
Adding line to CHANGELOG
2013-09-19 09:24:22 -07:00
Steve Heffernan
50adf355af
Rotating CHANGELOG
2013-09-09 12:21:51 -07:00
Steve Heffernan
1d05177627
Adding line to CHANGELOG
2013-09-09 12:21:47 -07:00
Steve Heffernan
c39dd5567e
Fixed changelog version
2013-09-04 13:30:28 -07:00
Steve Heffernan
8e9db2d662
Rotating CHANGELOG
2013-09-04 13:28:12 -07:00
Steve Heffernan
efe7a12ccb
Fixed IE8 tests and flaky fonts
2013-09-04 11:48:19 -07:00
Steve Heffernan
e6ecbfe824
Added a line to the changelog
2013-08-27 13:13:07 -07:00
Steve Heffernan
bd789b8613
Added a line to the changelog
2013-08-27 10:27:41 -07:00
Steve Heffernan
26cc24c59d
Merge branch 'export-addremove-class' of git://github.com/theonion/video.js into theonion-export-addremove-class
...
Conflicts:
src/js/exports.js
test/unit/api.js
2013-08-26 16:40:40 -07:00
Steve Heffernan
4bc269992e
Adding line to CHANGELOG
2013-08-26 16:31:57 -07:00
Steve Heffernan
75dd7c5a3c
Adding line to CHANGELOG
2013-08-26 16:14:10 -07:00
Steve Heffernan
a04932eaf9
Adding line to CHANGELOG
2013-08-25 19:30:37 -07:00
Steve Heffernan
8721202ec1
Adding line to CHANGELOG
2013-08-25 18:51:24 -07:00
Steve Heffernan
7c2ae3f68c
Adding line to CHANGELOG
2013-08-23 15:05:23 -07:00
Steve Heffernan
5a6fa37623
Adding line to CHANGELOG
2013-08-19 12:37:38 -07:00
Steve Heffernan
acf6d67e0d
Updated changelog note
2013-08-09 14:34:20 -07:00
Steve Heffernan
d47f78f5d1
Adding line to CHANGELOG
2013-08-09 14:29:52 -07:00
Steve Heffernan
b5b0f42888
Adding line to CHANGELOG
2013-07-30 11:12:45 -07:00
Steve Heffernan
8010b77eb3
Adding line to CHANGELOG
2013-07-30 10:43:27 -07:00
Steve Heffernan
89fb86bff7
Adding line to CHANGELOG
2013-07-29 15:49:30 -07:00
Steve Heffernan
1d972a0686
Adding line to CHANGELOG
2013-07-29 15:33:30 -07:00
Steve Heffernan
ca96297ef9
Adding line to CHANGELOG
2013-07-22 12:14:56 -04:00
Steve Heffernan
c8ee76b80e
Adding line to CHANGELOG
2013-07-19 20:19:13 -07:00
Steve Heffernan
c82611d506
Rotating CHANGELOG
2013-06-28 15:56:43 -07:00
Steve Heffernan
52751a0d67
Adding line to CHANGELOG
2013-06-28 13:07:05 -07:00
Steve Heffernan
b4a07a3d9d
Adding line to CHANGELOG
2013-06-28 13:04:00 -07:00
Steve Heffernan
23fc4cca35
Adding line to CHANGELOG
2013-06-26 15:06:10 -07:00
Steve Heffernan
8e5cf7a69d
Fixed up some changelog issues
2013-06-24 13:00:19 -07:00
Steve Heffernan
fd39878f8b
Adding line to CHANGELOG
2013-06-24 12:48:11 -07:00
Steve Heffernan
19a33cc7c7
Adding line to CHANGELOG
2013-06-24 12:38:30 -07:00
Steve Heffernan
a040ce61ad
Adding line to CHANGELOG
2013-06-24 12:08:30 -07:00
Steve Heffernan
d932cffd50
Added line to changelog for 4.0.4
2013-06-11 15:29:20 -07:00
Steve Heffernan
93e3b38132
Adding line to CHANGELOG
2013-06-11 15:15:26 -07:00
Steve Heffernan
d27c3102e9
Adding line to CHANGELOG
2013-06-05 10:28:13 -07:00
Steve Heffernan
0ddf8af452
Adding line to CHANGELOG
2013-06-03 13:20:47 -07:00
Steve Heffernan
21cd77358a
Adding line to CHANGELOG
2013-05-31 16:09:34 -07:00
Steve Heffernan
8799984a8c
Adding line to CHANGELOG
2013-05-31 10:31:57 -07:00
Steve Heffernan
5bc5c40f8a
Updated changelog to match new contribflow template
2013-05-31 09:48:02 -07:00
Steve Heffernan
ed5ac285c3
Adding line to CHANGELOG
2013-05-28 15:33:09 -07:00
Steve Heffernan
731ec4fa0b
Adding line to CHANGELOG
2013-05-23 13:14:43 -07:00
Steve Heffernan
d4168cd2b6
Adding line to CHANGELOG
2013-05-22 18:34:50 -07:00
Steve Heffernan
b3d4ed6459
Added date to changelog
2013-05-20 15:02:26 -07:00
Steve Heffernan
f4ac570297
Updated to new changelog layout. Deleted changelog2 test file.
2013-05-20 14:57:48 -07:00
Steve Heffernan
4c2b129947
Adding line to CHANGELOG: Added a plugins interface
2013-02-04 16:20:29 -08:00
Steve Heffernan
4d7da6cb8a
Adding line to CHANGELOG: Added automated test suite and support for Travis CI.
2012-12-10 18:54:48 -08:00
Steve Heffernan
a177931d71
Adding line to CHANGELOG: Updated docs to use Github markdown
2012-11-15 11:23:07 -08:00
Steve Heffernan
fc6d1b1229
Merge branch 'hotfix/fix-chrome-seeking-spinner' fixes #240
...
Conflicts:
src/controls.js
2012-11-12 17:32:44 -08:00
Steve Heffernan
efb357f841
Adding line to CHANGELOG: Fixed chrome spinner continuing on seek
2012-11-12 17:29:12 -08:00
Steve Heffernan
c9fa0be0e0
Adding line to CHANGELOG: Allow disabling of default components
2012-06-28 16:37:25 -07:00
Steve Heffernan
11a9e88d42
Merge branch 'hotfix/multiple-control-fades-fix'
...
Conflicts:
src/controls.js
2012-05-02 20:57:49 -07:00
Steve Heffernan
f82312e5fb
Adding line to CHANGELOG: Fixed error with multiple controls fading listeners
2012-05-02 20:55:57 -07:00
Steve Heffernan
8bd70b6060
Adding line to CHANGELOG: Duration is now setable (need ed for HLS m3u8 files)
2012-04-25 15:20:07 -07:00
Steve Heffernan
2ee7ae0448
Adding line to CHANGELOG: Event binders (on/off/one) now return the player instance
2012-04-18 15:56:38 -07:00
Steve Heffernan
cfd6b4d670
Adding line to CHANGELOG: Stopped player from going back to beginningg on ended event.
2012-04-12 15:22:36 -07:00
Steve Heffernan
7839f2e427
Adding line to CHANGELOG: Added support for percent width/height and fluid layouts
2012-04-09 14:56:36 -07:00
Steve Heffernan
1a6c5ffcb9
Adding line to CHANGELOG: Improved load order of elements to reduce reflow.
2012-04-06 17:15:44 -07:00
Steve Heffernan
2d2e7117b3
Merge branch 'hotfix/options-width-fix'
...
Conflicts:
src/core.js
2012-04-06 16:52:18 -07:00
Steve Heffernan
2ef7617c66
Adding line to CHANGELOG: Fixed setting width/height with javascript options
2012-04-06 16:50:16 -07:00
Steve Heffernan
1d680a9135
Fixed changeslog bullet.
2012-03-28 15:56:11 -07:00
Steve Heffernan
b52b9a1faf
Adding line to CHANGELOG: Changed addEvent function name to 'on'.
2012-03-26 11:24:41 -07:00
Steve Heffernan
7bf9b5936f
Adding line to CHANGELOG: Removed conflicting array.indexOf function
2012-03-26 11:01:55 -07:00
Steve Heffernan
b1da28fe18
Merge branch 'stable'
2012-03-23 17:11:02 -07:00
Steve Heffernan
00567cff6c
Spelling error.
2012-03-23 17:10:35 -07:00
Steve Heffernan
be48f1dd2e
Udpated changelog
2012-03-22 15:07:57 -07:00
Steve Heffernan
8e50338da3
Rotating CHANGELOG.
2012-03-20 11:17:27 -07:00
Steve Heffernan
bf16a832ef
Adding line to CHANGELOG: Updated docs with more options.
2012-03-19 16:02:21 -07:00
Steve Heffernan
2fe90f9c5c
Udpated changelog
2012-03-16 13:28:38 -07:00
Steve Heffernan
cae79a9fe0
Adding line to CHANGELOG: Overhauled HTML5 Track support.
2012-03-16 12:55:16 -07:00
Steve Heffernan
96a3b03fd7
Updated rake file with special case lib generation.
...
Added notes to changelog.
2012-02-15 13:31:54 -08:00
Steve Heffernan
4da9ae8d07
Adding line to CHANGELOG: Updated 'fullscreenchange' even to be calledd d even if the user presses escape to exit fullscreen.
2012-02-13 17:53:16 -08:00
Steve Heffernan
6932c64a18
Adding line to CHANGELOG: Automatically converting URsource URL to absolute for Flash fallback.
2012-02-13 17:14:50 -08:00
Steve Heffernan
842d761a37
Adding line to CHANGELOG: Created new 'loadedalldata' event for when the source is completely downloaded
2012-02-13 13:16:53 -08:00
Steve Heffernan
c762accb39
Fixed issue with .one scope.
...
Improved destroy method.
Still building out tests.
2012-02-03 17:53:59 -08:00
Steve Heffernan
4fdbf91222
Adding line to CHANGELOG: Refactored API to be more immediately available.
2012-02-03 10:51:38 -08:00
Steve Heffernan
05338dc704
Rotating CHANGELOG.
2012-01-30 13:59:29 -08:00
Steve Heffernan
e9e1eeae63
Updated changelog with FF9 fullscreen fix.
2012-01-30 12:57:17 -08:00
Steve Heffernan
4e6c5bc539
Adding line to CHANGELOG: Replaced swfobject with custom embed to save file size.
2012-01-30 11:07:14 -08:00
Steve Heffernan
c40cd9b03c
Adding line to CHANGELOG: Added flash iframe-mode, an experimental method for getting around flash reloading issues.
2012-01-30 11:01:02 -08:00
Steve Heffernan
9bea1b768f
Adding line to CHANGELOG: Fixed issue with volume knob position. Improved controls fading.
2012-01-28 16:28:59 -08:00
Steve Heffernan
a4213763be
Adding line to CHANGELOG: Fixed ian issue with triggering fullscreen a second time.
2012-01-27 12:27:55 -08:00
Steve Heffernan
8437f704c7
Added feature note
2012-01-27 09:25:44 -08:00
Steve Heffernan
20d5342da2
Fixed a hotfix note.
2012-01-23 17:00:21 -08:00
Steve Heffernan
66068858d7
Added feature note.
2012-01-23 16:59:51 -08:00
Steve Heffernan
740fca702c
Merge branch 'hotfix/fix-ie-controls-hiding'
2012-01-23 16:02:53 -08:00
Steve Heffernan
e967754c27
Adding line to CHANGELOG: CFixed issue with controls not hiding in IE due to no opacity support
2012-01-23 16:02:50 -08:00
Steve Heffernan
0c2e3f5f5a
Added line to feature list for Fullscreen edit pull request.
...
Added require.js for including individual source files during development.
2012-01-17 10:18:19 -08:00
Steve Heffernan
b9af34b33d
Adding line to CHANGELOG: Stopped spinner from showing on 'stalled' events since browsers sometimes don't show that they've recovered.
2012-01-16 15:44:09 -08:00
Steve Heffernan
23c219d0ce
Adding line to CHANGELOG: Fixed CDN Version which was breaking dev.html
2012-01-14 18:15:29 -08:00
Steve Heffernan
219f83e1f2
Adding line to CHANGELOG: Made full-window mode more independent
2012-01-14 18:05:29 -08:00
Steve Heffernan
24e6e72dc4
Adding line to CHANGELOG: Added rakefile for release generation
2012-01-13 11:37:17 -08:00
Steve Heffernan
386161c5b9
Adding line to CHANGELOG: Fixed an ie8 breaking bug with the poster
2012-01-12 17:40:44 -08:00
Steve Heffernan
11a75fe74f
Adding line to CHANGELOG: Fixed wrong URL for CDN in docs
2012-01-12 16:35:16 -08:00
Steve Heffernan
d1824d7c28
Adding line to CHANGELOG: Removed deprecated event.layerX and layerY
2012-01-12 15:44:51 -08:00
Steve Heffernan
855f513d5f
Adding line to CHANGELOG: Fixing an undefined source when no sources exist on load
2012-01-12 14:30:14 -08:00
Steve Heffernan
dff355dda9
Adding line to CHANGELOG: Added line to docs to test zenflow
2012-01-12 13:30:59 -08:00
Steve Heffernan
a1a0e351c1
Set up zenflow workflow management config.
2012-01-12 12:59:53 -08:00