Commit graph

62 commits

Author SHA1 Message Date
Kasper Moskwiak
e22c3aa043 #63 Plugin doesn't work with IE 9 issue 2016-09-13 23:24:51 +02:00
Kasper Moskwiak
dba17d2e5b merge hls-tech into master
+ update videojs and videojs-hls-contrib
2016-09-13 22:44:42 +02:00
Kasper Moskwiak
dc22099421 Merge branch 'master' of git://github.com/timonbandit/videojs-resolution-switcher into timonbandit-master
Conflicts:
	lib/videojs-resolution-switcher.js
2016-07-09 19:30:08 +02:00
Kasper Moskwiak
59744c42ec resolve conflicts 2016-07-09 19:17:46 +02:00
Kasper Moskwiak
b928c07378 resolve conflicts 2016-07-09 18:55:24 +02:00
Kasper Moskwiak
a8703b16e7 keep font-family when .vjs-menu-icon is applied 2016-07-08 19:05:32 +02:00
Kasper Moskwiak
e3556aeaa3 hls 2016-07-08 18:42:08 +02:00
Dmitriy Lunkin
3cea1487b8 fix bug with disabled bigPlayButton 2016-06-18 13:32:00 +03:00
Derk-Jan Hartman
d5aec7c6c6 Only add sources if the type is supported by a Tech
There is not much use in adding sources that we cannot play, so filter
them out. Backwards compatible with Tech's that do not yet support
canPlayType().

Fixes #15
2016-05-23 23:25:43 +02:00
Derk-Jan Hartman
033dfe291c A big rewrite of the plugin
* Stricter separation between functionality and UI
* Option to disable the UI
* Scoping per instance. #29
* Cleaned up inheritence etc of the UI components
2016-05-02 00:47:28 +02:00
Derk-Jan Hartman
c1a41a4635 Cleanup styling
- Remove color override
- Simplify how the dynamic label vs cog icon is styled
- Don't use !important, but specificity to override video.js
- Use more isolated method to center the menu.
2016-04-23 17:43:25 +02:00
Derk-Jan Hartman
dc3383cc48 Fix indentation 2016-04-23 15:34:06 +02:00
Kasper Moskwiak
409007d9d7 updateSrc for HLS 2016-04-13 23:17:17 +02:00
Kasper Moskwiak
f8218598f6 jshint fix 2016-04-13 22:39:04 +02:00
Kasper Moskwiak
a160db7fc5 auto resolution select 2016-04-13 22:37:43 +02:00
Kasper Moskwiak
18466b0b3b hls support 2016-04-09 18:02:07 +02:00
Kasper Moskwiak
2e5bb5ade7 hls init 2016-04-05 23:09:56 +02:00
Kasper Moskwiak
08db8f10f3 fix #41 2016-04-05 19:19:57 +02:00
Kasper Moskwiak
4f751b593d jshint problems 2016-03-13 21:22:25 +01:00
Kasper Moskwiak
e02c1cd8b2 use sans-serif fonts 2016-03-13 21:12:35 +01:00
Kasper Moskwiak
92477a26db youtube tech 2016-03-13 20:57:55 +01:00
Kasper Moskwiak
42c6498597 fix #24 2016-03-13 20:05:31 +01:00
Yurifag
694392ab05 implement dispose method 2016-03-02 17:25:43 +01:00
Kasper Moskwiak
b964dd0c0f Merge branch 'feature/disable-text-transform-for-resolution-menu' of git://github.com/gkralik/videojs-resolution-switcher into gkralik-feature/disable-text-transform-for-resolution-menu 2016-02-06 11:39:37 +01:00
Kasper Moskwiak
a8c5a705b5 Merge branch 'feature/highlight-menu-item-of-selected-resolution' of git://github.com/gkralik/videojs-resolution-switcher into gkralik-feature/highlight-menu-item-of-selected-resolution 2016-02-06 11:34:05 +01:00
Gregor Kralik
8f6511f1e4 make sure the resolution select button's text is vertically centered
decrease the line-height from 2.5em to 2.3em
2016-01-27 14:45:14 +01:00
Gregor Kralik
365238ba45 disable the text-transform CSS property for the resolution menu
the default skin has text-transform: lowercase. so if one uses
"HD" and "SD" as resolution labels, it will render as "hd" and "sd"
by default.
override the property so no transformation occurs and the labels
show as the user wants them to show.
2016-01-27 13:42:55 +01:00
Gregor Kralik
cdda41a703 add class .vjs-selected to the selected version's menu item 2016-01-27 13:41:26 +01:00
Kasper Moskwiak
e539a816b0 happy new year! 2015-12-31 21:30:45 +01:00
Kasper Moskwiak
5bb133609d version update 2015-12-28 20:52:59 +01:00
Mohammad Samimi
b3b047253b add menu button before full screen button 2015-12-27 14:27:24 +03:30
Kasper Moskwiak
437ecd076c jshint tests 2015-12-20 12:01:23 +01:00
Kasper Moskwiak
0c390b3f2e groupedSrc method, Readme 2015-12-19 23:43:59 +01:00
Kasper Moskwiak
c12df7ee56 method: get group sources 2015-12-19 21:33:04 +01:00
Kasper Moskwiak
2c88a865de custom source picker hot fix 2015-12-19 21:33:04 +01:00
Kasper Moskwiak
3d1c987819 custom source selecting function in options 2015-12-19 21:33:04 +01:00
Aydın Akan
4e9f2eda56 fixed issue #18 2015-12-15 14:38:23 +02:00
Kasper Moskwiak
0409fdb6a7 fix issue #14 2015-11-09 09:29:51 +01:00
Kasper Moskwiak
52b097cc0e custom source picker 2015-11-08 23:03:45 +01:00
David Beuchert
9c7b440223 Revert "use className property instead of classList object"
This reverts commit 95ebf02893.
2015-11-02 13:49:20 +01:00
David Beuchert
95ebf02893 use className property instead of classList object 2015-11-02 12:39:28 +01:00
David Beuchert
c17a807934 use array access as default is a reserved keyword 2015-11-02 12:03:43 +01:00
Kasper Moskwiak
cd1974eba1 Issue #10 - set resolution method 2015-10-31 20:49:23 +01:00
Kasper Moskwiak
1cbbd10577 get current resolution method 2015-10-31 19:38:36 +01:00
Kasper Moskwiak
a8c428a443 issue #5 player not ready 2015-10-29 21:20:22 +01:00
Kasper Moskwiak
63bd92ffeb Merge branch 'patch-1' of git://github.com/H1D/videojs-resolution-switcher into H1D-patch-1
Conflicts:
	lib/videojs-resolution-switcher.js
2015-10-28 15:58:58 +01:00
Kasper Moskwiak
0033246639 Hide loading spinner (flash issue) 2015-10-28 15:18:08 +01:00
Artem Suschev
c2c9b10a58 added AMD support 2015-10-26 19:25:56 +03:00
Kasper Moskwiak
b09025742b Hide loading spinner after playing (flash issue). Added example with flash. 2015-10-18 00:23:16 +02:00
Kasper Moskwiak
9807328dc0 move plugin back to lib directory 2015-10-18 00:18:56 +02:00