aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-plugin.ts
Commit message (Collapse)AuthorAgeFilesLines
* move to boolean switchRigel Kent2018-10-131-3/+2
|
* add webtorrent opt-out settingsRigel Kent2018-10-131-1/+5
| | | | | - add a key in localstorage to remember the opt-out - add a user setting
* Add user history and resume videosChocobozzz2018-10-051-2/+32
|
* Hide useless error when destroying fake rendererChocobozzz2018-09-281-1/+11
|
* Fix ios player playback/subtitles menuChocobozzz2018-09-171-99/+102
|
* Sort video captionsChocobozzz2018-07-251-1/+1
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-161-1/+6
|
* Improve start time paramChocobozzz2018-07-161-4/+4
| | | | Can handle 2m42s for example
* Handle subtitles in playerChocobozzz2018-07-161-2/+18
|
* Fix video resolution limitChocobozzz2018-07-101-11/+26
|
* [#766] Fix the change of speed when quality changesGaƫtan Rizio2018-07-091-0/+2
| | | | | | | | | | | | When changing the `playbackRate` of the video then changing the quality, the `playbackRate` returned to its initial value (1). The reason behind it is that the callback was not called when change of the quality was done if there was no error. This commit does the following: * Ensure the callback (`done`) is called after changing the quality
* filter to Cap the maximum resolution to the screen resolutionNitesh Sawant2018-06-301-2/+3
|
* Fix FPS label in resolution menuChocobozzz2018-06-291-1/+4
|
* Don't log "The play() request was interrupted..."Chocobozzz2018-06-291-0/+4
|
* Log into the console torrent errorsChocobozzz2018-06-251-4/+4
|
* Disable auto resolution on HTTP fallbackChocobozzz2018-06-221-2/+11
|
* Add title in player peers info to show total downloaded/uploaded dataChocobozzz2018-06-221-1/+3
|
* Move player local storage functions in their own fileChocobozzz2018-06-181-9/+8
|
* Don't send view on private videoChocobozzz2018-06-181-0/+2
|
* Create webtorrent client on player loadChocobozzz2018-06-181-23/+24
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Add theatre modeChocobozzz2018-06-111-12/+18
|
* Remove video not foundChocobozzz2018-06-081-5/+2
|
* Smooth resolution change?Chocobozzz2018-06-081-0/+28
|
* Fix seeking on auto resolution changeChocobozzz2018-06-081-1/+2
|
* Improve player progress barChocobozzz2018-06-081-1/+3
|
* Pick average video file insead of max qualityChocobozzz2018-06-071-2/+8
|
* Reduce bundle sizesChocobozzz2018-06-071-5/+12
|
* Fix player resolution change that plays even if the video was pausedChocobozzz2018-06-071-21/+42
|
* Localize playerChocobozzz2018-06-061-9/+1
|
* Fix player progress barChocobozzz2018-05-311-0/+4
|
* Add context menu to playerChocobozzz2018-05-301-0/+4
|
* Fix protractor with SafariChocobozzz2018-05-241-3/+1
|
* Make it works with new autoplay policyChocobozzz2018-05-221-2/+12
|
* Fix play on iOS (grumph)Chocobozzz2018-05-221-4/+16
|
* Store webtorrent chunks in indexdbChocobozzz2018-05-151-9/+10
|
* Fix auto qualityChocobozzz2018-04-201-3/+5
|
* Handle when autoplay failsChocobozzz2018-04-181-10/+25
|
* Hide big play button on autoplayChocobozzz2018-04-171-4/+4
|
* Improve big play button animationChocobozzz2018-04-151-4/+3
|
* Add ability to set a start timeChocobozzz2018-04-051-7/+17
|
* Cleanup peertube plugin after disposeChocobozzz2018-04-051-11/+25
|
* Fix auto quality with http fallbackChocobozzz2018-04-051-1/+2
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-34/+158
|
* Fix watch page video changeChocobozzz2018-04-031-2/+2
|
* Improve first playChocobozzz2018-04-031-0/+1
|
* Improve playerChocobozzz2018-04-031-233/+55
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add opacity effect on control bar iconsChocobozzz2018-04-031-0/+4
|
* Improve player progress barChocobozzz2018-04-031-0/+24
|
* Fix player error when the media is not supportedChocobozzz2018-03-261-3/+4
|