Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change a little bit optimize-old-videos logic | Chocobozzz | 2018-10-08 | 1 | -19/+18 |
| | |||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 3 | -9/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | ||||
* | parametrize gpg key in release script | Rigel Kent | 2018-10-03 | 1 | -1/+2 |
| | |||||
* | fix diff order | John Livingston | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | using "diff -u", for a clearer display | John Livingston | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Add tests regarding well known/static text endpoints | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix dnt route | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | add protractor profile for local tests | Rigel Kent | 2018-10-01 | 2 | -1/+16 |
| | |||||
* | Fix 404 on manifest | Chocobozzz | 2018-09-28 | 1 | -0/+1 |
| | |||||
* | Improve prune script | Chocobozzz | 2018-09-28 | 1 | -9/+28 |
| | |||||
* | Added else | Felix Ableitner | 2018-09-28 | 1 | -0/+2 |
| | |||||
* | Add prompt to upgrade.sh to install pre-release version | Felix Ableitner | 2018-09-28 | 1 | -3/+15 |
| | |||||
* | Add zh-Hans-CN to client.sh | SerCom_KC | 2018-09-25 | 1 | -2/+2 |
| | |||||
* | Fix dnt route | Chocobozzz | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | Upgrade tslint rules | Chocobozzz | 2018-09-21 | 1 | -3/+3 |
| | |||||
* | Optimize SQL requests of watch page API endpoints | Chocobozzz | 2018-09-19 | 3 | -3/+3 |
| | |||||
* | Speaup clean script | Chocobozzz | 2018-09-14 | 1 | -6/+20 |
| | |||||
* | Add trending videos strategy | Chocobozzz | 2018-09-14 | 1 | -3/+2 |
| | |||||
* | Refactor: Separated "Other Videos" section into a dedicated ↵ | Brad Johnson | 2018-08-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe | ||||
* | Upgrade server dependencies | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 4 | -4/+4 |
| | |||||
* | Don't compile all languages in travis | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add portuguese and swedish languages | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Upgrade translations | Chocobozzz | 2018-08-27 | 1 | -0/+2 |
| | |||||
* | Add refresh video on search | Chocobozzz | 2018-08-27 | 1 | -5/+8 |
| | |||||
* | Fix release script | Chocobozzz | 2018-08-21 | 1 | -3/+7 |
| | |||||
* | Translate player according to the interface lang | Chocobozzz | 2018-08-16 | 1 | -0/+6 |
| | |||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 1 | -2/+6 |
| | |||||
* | Support occitan | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add audit logs for video import | Chocobozzz | 2018-08-06 | 1 | -1/+10 |
| | |||||
* | Upgrade release script to support release branch | Chocobozzz | 2018-08-01 | 1 | -5/+5 |
| | |||||
* | Add german, spanish and chinese (traditional, taiwan) languages | Chocobozzz | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Try to fix travis (again) | Chocobozzz | 2018-07-31 | 1 | -0/+2 |
| | |||||
* | Fiw winston meta log | Chocobozzz | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Handle pre releases in release script | Chocobozzz | 2018-07-25 | 1 | -6/+15 |
| | |||||
* | Hack 459 regarding Angular & i18n | Chocobozzz | 2018-07-25 | 1 | -0/+24 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+6 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -10/+13 |
| | |||||
* | Add populate database script | Chocobozzz | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Parse log script parse the last updated log | Chocobozzz | 2018-07-16 | 1 | -2/+16 |
| | |||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Update translations from zanata and add cs and eo | Chocobozzz | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Fix npm run dev:server | Chocobozzz | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | Add Basque and Catalan languages | Chocobozzz | 2018-06-28 | 1 | -3/+3 |
| | |||||
* | Upgrade dependencies | Chocobozzz | 2018-06-26 | 1 | -3/+6 |
| | |||||
* | Fix git credits | Chocobozzz | 2018-06-22 | 3 | -29/+80 |
| | |||||
* | Update credits | Chocobozzz | 2018-06-22 | 1 | -0/+20 |
| | |||||
* | Improve update host script and add warning if AP urls are invalid | Chocobozzz | 2018-06-21 | 1 | -25/+116 |
| |