Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly fix peertube button link | Chocobozzz | 2021-07-29 | 1 | -0/+2 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -5/+13 |
| | |||||
* | Fix console error when watching a video | Chocobozzz | 2021-06-29 | 1 | -4/+1 |
| | |||||
* | Fix player settings dispose | Chocobozzz | 2021-05-05 | 1 | -5/+8 |
| | |||||
* | Autoclose settings on outside click | Chocobozzz | 2021-04-27 | 1 | -5/+22 |
| | |||||
* | Update i18n with new player keys | Chocobozzz | 2020-12-04 | 1 | -2/+2 |
| | |||||
* | add 'total downloaded' stats from server and peers in player (#3394) | Florian CUNY | 2020-12-04 | 1 | -2/+11 |
| | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3384 This will only work with HLS. The display for Webtorrent is left untouched. Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Add previous button | Chocobozzz | 2020-08-07 | 2 | -37/+50 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 12 | -12/+12 |
| | |||||
* | Fix videojs typings | Chocobozzz | 2020-04-17 | 12 | -23/+23 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
|\ | |||||
| * | Fix wrong audio only resolution label for hls | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Correctly type videojs player | Chocobozzz | 2020-01-29 | 12 | -299/+334 |
|/ | |||||
* | Add next video button to the player | Rigel Kent | 2019-12-19 | 1 | -0/+36 |
| | |||||
* | Focus player on video loading | Chocobozzz | 2019-11-28 | 1 | -0/+2 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -1/+5 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept. | ||||
* | Fix player captions menu | Chocobozzz | 2019-10-28 | 1 | -1/+4 |
| | |||||
* | Fix control bar inactive timeout | Chocobozzz | 2019-08-07 | 1 | -0/+4 |
| | |||||
* | Update Angular -> 8.2.0 | Chocobozzz | 2019-08-01 | 4 | -0/+31 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -0/+3 |
| | |||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 3 | -15/+15 |
| | |||||
* | Handle theater mode for playlists | Chocobozzz | 2019-03-18 | 1 | -2/+9 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -5/+6 |
| | |||||
* | Correctly implement p2p-media-loader | Chocobozzz | 2019-02-11 | 4 | -24/+53 |
| | |||||
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 8 | -0/+1018 |
Add fake p2p-media-loader plugin |