Merge branch 'feature/audio-upload' into develop
[oweals/peertube.git] / server / lib / video-transcoding.ts
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...