Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: update packages and linting | Sam Potts | 2020-08-30 | 1 | -4/+4 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -124/+124 |
| | |||||
* | silence all internal play promises | ydylla | 2020-03-23 | 1 | -1/+2 |
| | |||||
* | Speed settings logic improvements | Sam Potts | 2020-02-10 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1672 from ydylla/improve-quality-change | Sam Potts | 2020-02-08 | 1 | -4/+2 |
|\ | | | | | Improve/fix quality change state restoring | ||||
| * | preserve playback rate at quality change | ydylla | 2020-02-01 | 1 | -1/+2 |
| | | |||||
| * | fix regression: not restoring playback state after quality change | ydylla | 2020-02-01 | 1 | -3/+0 |
| | | |||||
* | | Ignore quality change if it matches existing | Sam Potts | 2020-02-08 | 1 | -0/+4 |
|/ | |||||
* | HTML5 poster fixes for multiple downloads | Sam Potts | 2020-01-21 | 1 | -0/+4 |
| | |||||
* | Manually merged PR #1607 | Sam Potts | 2020-01-14 | 1 | -30/+40 |
| | |||||
* | Aspect ratio tweaks | Sam Potts | 2019-06-03 | 1 | -2/+4 |
| | |||||
* | Linting changes | Sam Potts | 2019-06-01 | 1 | -3/+2 |
| | |||||
* | Aspect ratio improvements (fixes #1042, fixes #1366) | Sam Potts | 2019-04-12 | 1 | -0/+4 |
| | |||||
* | Fix for error when mime type not specified (fixes #1274) | Sam Potts | 2018-12-08 | 1 | -2/+11 |
| | |||||
* | Only save quality setting when it's updated by the user. Fixes bug in html5 ↵ | Robin van Nunen | 2018-09-29 | 1 | -3/+0 |
| | | | | player where it would override the settings if the current video does not support the given quality. | ||||
* | Removed YouTube quality controls | Sam Potts | 2018-08-13 | 1 | -0/+3 |
| | |||||
* | Fixes #1044: Don't load the new source if preload is disabled and the ↵ | Albin Larsson | 2018-06-19 | 1 | -11/+13 |
| | | | | current source hasn't been loaded | ||||
* | Replace filter()[0] with find() | Albin Larsson | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -63/+22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js | ||||
| * | Merge pull request #1029 from cky917/develop | Sam Potts | 2018-06-13 | 1 | -2/+1 |
| |\ | | | | | | | remove event listeners in destroy() | ||||
| | * | remove event listeners in destroy, add once method | cky | 2018-06-12 | 1 | -2/+1 |
| | | | |||||
| * | | fix: html5.cancelRequest not remove source tag correctly | BoHong Li | 2018-06-12 | 1 | -1/+1 |
| |/ | |||||
| * | Move uniqueness filter from getQualityOptions to setQualityMenu | Albin Larsson | 2018-06-12 | 1 | -4/+1 |
| | | |||||
| * | Trigger qualityrequested event unconditionally when trying to set it (needed ↵ | Albin Larsson | 2018-06-12 | 1 | -5/+0 |
| | | | | | | | | for streaming libraries to be able to listen) | ||||
| * | Filter out unsupported mimetypes in getSources() instead of the quality setter | Albin Larsson | 2018-06-12 | 1 | -9/+9 |
| | | |||||
| * | Assure type safety in getSources() and getQualityOptions() (always return ↵ | Albin Larsson | 2018-06-11 | 1 | -42/+11 |
| | | | | | | | | arrays), and remove external conditions and type conversion no longer needed | ||||
* | | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -13/+16 |
|/ | |||||
* | Wait for the metadata to be loaded before setting the currentTime | Philip Giuliani | 2018-05-31 | 1 | -3/+7 |
| | |||||
* | HTML5 quality selection | Sam Potts | 2018-04-02 | 1 | -0/+146 |