Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -332/+0 |
| | | | | Add fake p2p-media-loader plugin | ||||
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 1 | -0/+13 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -2/+6 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -6/+5 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Fix playback rate hotkey | Chocobozzz | 2018-09-24 | 1 | -1/+5 |
| | |||||
* | Fix ios player playback/subtitles menu | Chocobozzz | 2018-09-17 | 1 | -2/+5 |
| | |||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 1 | -0/+2 |
| | |||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -13/+6 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 1 | -0/+313 |
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! |