aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/settings-menu-item.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor videojs playerChocobozzz2019-02-111-332/+0
| | | | Add fake p2p-media-loader plugin
* Fix captions in HTTP fallbackChocobozzz2019-01-141-0/+13
|
* Better typingsChocobozzz2018-10-181-2/+6
|
* NoImplicitAny flag true (#1157)BO412018-10-181-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 hotkeyChocobozzz2018-09-241-1/+5
|
* Fix ios player playback/subtitles menuChocobozzz2018-09-171-2/+5
|
* Handle subtitles in playerChocobozzz2018-07-161-0/+2
|
* Reduce bundle sizesChocobozzz2018-06-071-0/+1
|
* Localize playerChocobozzz2018-06-061-2/+2
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-13/+6
|
* Improve playerChocobozzz2018-04-031-0/+313
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!