Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 1 | -204/+0 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Add player mode in watch/embed urls | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -10/+49 |
| | |||||
* | don't notify prior to scheduled update | Josh Morel | 2019-02-07 | 1 | -3/+7 |
| | | | | also increase timeouts on user-notification test | ||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -8/+16 |
| | |||||
* | Add notification settings migration | Chocobozzz | 2019-01-09 | 1 | -7/+11 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -1/+4 |
| | |||||
* | Fix federation of some videos | Chocobozzz | 2018-12-19 | 1 | -8/+8 |
| | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video | ||||
* | Update dependencies | Chocobozzz | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Optimize SQL requests of watch page API endpoints | Chocobozzz | 2018-09-19 | 1 | -4/+4 |
| | |||||
* | Reduce video.ts file size by moving some methods in other files | Chocobozzz | 2018-09-19 | 1 | -3/+4 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -3/+3 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -4/+5 |
| | |||||
* | Reset published date on publish | Chocobozzz | 2018-06-28 | 1 | -4/+9 |
| | |||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 1 | -10/+2 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -58/+69 |
| | | | | publishing a video | ||||
* | Pick average video file insead of max quality | Chocobozzz | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Improve create import file job | Chocobozzz | 2018-06-07 | 1 | -5/+5 |
| | | | | Fix federation of .ogv videos | ||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -3/+26 |
| | |||||
* | Add ability to manually run transcoding job | Chocobozzz | 2018-05-30 | 1 | -9/+15 |
| | |||||
* | Fix video_share_url duplicate key in transcoding job | Chocobozzz | 2018-03-19 | 1 | -22/+18 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -5/+6 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+110 |
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. |