aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/TranscodingJobHelper.cs
AgeCommit message (Collapse)Author
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-20Merge pull request #4514 from Artiume/patch-9Joshua M. Boniface
Update FFmpeg log
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-19Update Jellyfin.Api/Helpers/TranscodingJobHelper.csartiume
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-19Truncate GUID to 8 charartiume
2020-11-19Update Jellyfin.Api/Helpers/TranscodingJobHelper.csartiume
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-19oopsartiume
2020-11-19Update FFmpeg logartiume
2020-11-18Fixes spelling.Greenback
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-12add an option to disable hevc encodingnyanmisaka
2020-10-28Merge branch 'master' into bdiso-playbackStan
2020-10-03Remove unnecessary null checks in some placesKonH
Related to https://github.com/jellyfin/jellyfin/issues/2149
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
2020-10-01Add probe / direct-stream / transcoding support for BluRaysStanislav Ionascu
This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders.
2020-09-19Update TranscodingJobHelper.csBaronGreenback
2020-08-03Merge pull request #3528 from Ullmie02/api-entrypointPatrick Barron
Make TranscodingJobHelper an IDisposable (api-migration)
2020-08-01Implement IDisposableDavid
2020-08-01Move methods to the right classDavid
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-31Add missing docs and remove duplicate functioncrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-videocrobibero
2020-07-27Add missing functionscrobibero
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer
2020-07-22Move AudioService to Jellyfin.ApiDavid
2020-07-22Add properties to StreamState to fix some errorsDavid
2020-07-19Continute workDavid
2020-07-11Migrate AudioService to Jellyfin.ApiDavid
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero