aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix resolution for portrait videosChocobozzz2020-08-031-1/+8
|
* Fixes video hotkey part 1Chocobozzz2020-07-311-1/+2
| | | | A patch has to be merged in videojs hotkey plugin too
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-0/+7
|
* Fix webtorrent play on SafariChocobozzz2020-05-121-11/+8
|
* Try to fix auto play on apple devicesChocobozzz2020-05-111-5/+9
|
* Fix autoplay on SafariChocobozzz2020-05-111-1/+11
|
* Fix videojsChocobozzz2020-04-211-2/+2
|
* Fix videojs typingsChocobozzz2020-04-171-9/+9
|
* Fix videojs subtitlesChocobozzz2020-04-081-3/+0
|
* Don't force autoplayChocobozzz2020-04-071-1/+1
| | | | | Don't use muting to autoplay videos. If the web browser does not want to autoplay the video, it's okay.
* Move streamroot plugin in core projectChocobozzz2020-01-311-4/+4
| | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* Correctly type videojs playerChocobozzz2020-01-291-25/+39
|
* Add next video button to the playerRigel Kent2019-12-191-4/+19
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-191-0/+2
| | | | fixes #1730
* respect video history on explicit playlist clickRigel Kent2019-12-181-0/+1
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889
* Add play/pause bezels to the video playerRigel Kent2019-12-181-0/+1
|
* Speedup embed first paintChocobozzz2019-12-181-51/+3
|
* add 'up next' screen on autoplayRigel Kent2019-12-171-0/+1
|
* Fix cellular detection in playerChocobozzz2019-12-091-1/+1
|
* Don't seed on cellular networksChocobozzz2019-12-061-111/+149
|
* Add hook to alter player build optionsChocobozzz2019-12-051-4/+4
|
* Add ability to disable P2P in HLS player tooChocobozzz2019-11-291-1/+3
|
* Add codec information in HLS playlistChocobozzz2019-11-261-0/+1
|
* Don't autoload HLS fragmentsChocobozzz2019-11-251-0/+1
|
* Improve HLS redundancyChocobozzz2019-08-231-2/+5
|
* Fix broken playlist apiChocobozzz2019-08-011-1/+5
|
* Add params to share modalChocobozzz2019-06-121-1/+1
|
* Add more embed parametersChocobozzz2019-06-111-8/+13
|
* Add audio support in uploadChocobozzz2019-05-161-2/+11
|
* Add to playlist dropdownChocobozzz2019-03-181-3/+6
|
* Try to fix p2p-media-loader on iosChocobozzz2019-02-201-8/+11
|
* Fallback HLS to webtorrentChocobozzz2019-02-111-4/+41
|
* Add hls support on serverChocobozzz2019-02-111-9/+36
|
* Add lazy loading in playerChocobozzz2019-02-111-7/+17
|
* Correctly implement p2p-media-loaderChocobozzz2019-02-111-4/+8
|
* Refractor videojs playerChocobozzz2019-02-111-0/+388
Add fake p2p-media-loader plugin