aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-transcoding.ts
Commit message (Expand)AuthorAgeFilesLines
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-111-1/+1
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-261-3/+1
* Add audio only transcoding testsChocobozzz2019-11-251-44/+11
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-3/+43
* Add ability to disable webtorrentChocobozzz2019-11-251-28/+63
* Fix audio merging when specifying a previewChocobozzz2019-10-181-6/+28
* Stronger model typingsChocobozzz2019-08-191-8/+8
* Fix HLS transcodingChocobozzz2019-08-011-1/+1
* Add audio support in uploadChocobozzz2019-05-161-24/+64
* transcode in STORAGE.TMP_DIR for s3fs compatibility (#147)libertysoft32019-05-161-6/+12
* Added comments for transcode functionsFelix Ableitner2019-05-131-0/+6
* fixed formatting, added test caseFelix Ableitner2019-05-041-1/+1
* Dont transcode videos when it is not required (fixes #1780)Felix Ableitner2019-05-041-3/+6
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-3/+4
* Fix HLS federationChocobozzz2019-04-081-1/+2
* Move video file import in its own fileChocobozzz2019-03-191-45/+4
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-3/+3
* Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+4
* Add hls support on serverChocobozzz2019-02-111-6/+43
* Use move instead renameChocobozzz2018-12-111-2/+2
* Change a little bit optimize-old-videos logicChocobozzz2018-10-081-9/+5
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-5/+10
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-0/+130