]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/video-transcoding.ts
Use a profile manager for transcoding
[github/Chocobozzz/PeerTube.git] / server / lib / video-transcoding.ts
2021-01-28  ChocobozzzUse a profile manager for transcoding
2021-01-21  ChocobozzzRefactor transcoding job handlers
2021-01-21  ChocobozzzSupport progress for ffmpeg tasks
2021-01-15  Rigel Kentstricter youtubedl format selectors (#3516)
2020-12-22  ChocobozzzForce HLS transcoding
2020-12-04  ChocobozzzLoad video in permanent live after last one ended
2020-12-04  ChocobozzzFix audio issues with live replay
2020-12-02  ChocobozzzFix live replay duration glitch
2020-11-25  ChocobozzzAdd transcoding module comments
2020-11-25  ChocobozzzSupport encoding profiles
2020-11-25  ChocobozzzExport encoders options in a dedicated struct
2020-11-25  ChocobozzzSplit ffmpeg utils with ffprobe utils
2020-11-09  ChocobozzzDon't add live videos in redundancy
2020-11-09  ChocobozzzRegenerate miniature on live save
2020-11-09  ChocobozzzAdd ability to save live replay
2020-11-09  ChocobozzzLive streaming implementation first step
2020-09-09  ChocobozzzFix re webtorrent transcoding
2020-06-18  ChocobozzzSplit types and typings
2020-05-11  ChocobozzzMerge branch 'master' into develop
2020-03-12  ChocobozzzFix re running HLS transcoding
2020-03-10  ChocobozzzFix lint
2020-03-10  ChocobozzzVideo file metadata PR cleanup
2020-03-10  Rigel KentAdd video file metadata to download modal, via ffprobe...
2020-01-08  ChocobozzzTry to fix subscriptions inconsistencies
2019-12-11  ChocobozzzDon't use the max quality file when transcoding to...
2019-11-26  ChocobozzzFix duplicate HLS resolution in master playlist
2019-11-25  ChocobozzzAdd audio only transcoding tests
2019-11-25  frankdelangeAdd audio-only option to transcoders and player
2019-11-25  ChocobozzzAdd ability to disable webtorrent
2019-10-18  ChocobozzzFix audio merging when specifying a preview
2019-09-11  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-03  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-19  ChocobozzzStronger model typings
2019-08-01  ChocobozzzFix HLS transcoding
2019-06-17  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-06-07  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-06-03  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-24  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-24  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-22  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-21  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-21  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-21  ChocobozzzMerge branch 'feature/audio-upload' into develop
2019-05-21  ChocobozzzMerge branch 'release/v1.3.0' into develop
2019-05-16  ChocobozzzAdd audio support in upload
2019-05-16  libertysoft3transcode in STORAGE.TMP_DIR for s3fs compatibility...
2019-05-16  ChocobozzzMerge remote-tracking branch 'origin/pr/1785' into...
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-05-13  Felix AbleitnerAdded comments for transcode functions 1785/head
2019-05-04  Felix Ableitnerfixed formatting, added test case
2019-05-04  Felix AbleitnerDont transcode videos when it is not required (fixes...
2019-04-11  ChocobozzzDon't expose constants directly in initializers/
2019-04-11  ChocobozzzMove config in its own file
2019-04-08  ChocobozzzFix HLS federation
2019-03-19  ChocobozzzMove video file import in its own file
2019-03-18  ChocobozzzRename streaming playlists routes/directories
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11  ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11  ChocobozzzUse a single file instead of segments for HLS
2019-02-11  ChocobozzzAdd hls support on server
2019-02-06  ChocobozzzMerge branch 'release/v1.2.0'
2018-12-11  ChocobozzzUse move instead rename
2018-11-13  ChocobozzzMerge branch 'master' into develop
2018-10-19  ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-11  ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-08  ChocobozzzChange a little bit optimize-old-videos logic
2018-10-08  Felix AbleitnerSet bitrate limits for transcoding (fixes #638) (#1135)
2018-09-20  ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19  ChocobozzzReduce video.ts file size by moving some methods in...