aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-transcoding.ts
Commit message (Expand)AuthorAgeFilesLines
* Add video edition finished notificationChocobozzz2022-03-221-3/+3
* Add basic video editor supportChocobozzz2022-02-281-5/+5
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-4/+8
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
* Fix shared importsChocobozzz2021-12-241-1/+1
* Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
* Fix transcoding job count inconsistencyChocobozzz2021-11-291-7/+7
* Add ability to run transcoding jobsChocobozzz2021-11-181-4/+6
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+1
* Add transcoding fail message in clientChocobozzz2021-11-091-3/+4
* video: add video stranscoding_failed statekontrollanten2021-11-091-2/+9
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
* Better logs for transcodingChocobozzz2021-08-261-13/+28
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-54/+74
* Improve target bitrate calculationChocobozzz2021-08-061-2/+2
* Remove deprecated transcoding job namesChocobozzz2021-08-051-12/+1
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+1
* Fix lintChocobozzz2021-06-151-1/+0
* Fix missing transactionsChocobozzz2021-06-151-27/+23
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Move transcoding files in their own directoryChocobozzz2021-05-111-1/+1
* Fix lintChocobozzz2021-05-051-1/+0
* Fix transcoding job priorityChocobozzz2021-05-051-3/+3
* Correctly wait transcoding before federatingChocobozzz2021-02-221-16/+22
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+1
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-19/+25
* Fix HLS generation after import scriptChocobozzz2021-02-021-1/+1
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-0/+2
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
* Safely remove webtorrent filesChocobozzz2021-01-251-4/+6
* Add priority to transcoding jobsChocobozzz2021-01-251-34/+57
* Refactor transcoding job handlersChocobozzz2021-01-211-67/+132
* Support progress for ffmpeg tasksChocobozzz2021-01-211-4/+5
* Fix buildChocobozzz2020-12-221-1/+1
* Force HLS transcodingChocobozzz2020-12-221-8/+18
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
* Add modal to display live informationChocobozzz2020-11-091-22/+1
* Add ability to save live replayChocobozzz2020-11-091-8/+22
* Live streaming implementation first stepChocobozzz2020-11-091-1/+1
* Fix resolution for portrait videosChocobozzz2020-08-031-4/+5
* Split types and typingsChocobozzz2020-06-181-1/+1
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-35/+7
* Move to eslintcontainChocobozzz2020-02-031-10/+7
* Add ability to disable webtorrentChocobozzz2019-11-251-55/+64
* Stronger model typingsChocobozzz2019-08-191-3/+4
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+2
* Add audio support in uploadChocobozzz2019-05-161-15/+41
* Move config in its own fileChocobozzz2019-04-111-1/+2