aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers
AgeCommit message (Collapse)Author
2021-01-01Update StreamingHelpers.csBaronGreenback
Null exception fix
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-21changesGreenback
2020-11-21Added more comments.Greenback
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
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-19Updated to latest Unstable.Greenback
2020-11-19changes per suggestionsnyanmisaka
2020-11-19oopsartiume
2020-11-19Update FFmpeg logartiume
2020-11-18Fixes spelling.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-16Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-16comply with dotnet-5nyanmisaka
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-15Suggestions from reviewcrobibero
2020-11-14Access last element by index where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-13Updated based on review feedbackcrobibero
2020-11-14switch ffmpeg to hls muxer for live streamingnyanmisaka
segment muxer cannot make fMP4 init file. '-strict -2' option doesn't work with segment muxer for flac remuxing.
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-11-11Merge branch 'master' into fix_and_mildly_improve_similarClaus Vium
2020-11-11adjust bitrate limit for HLS audio codecsnyanmisaka
2020-11-11Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-09Remove GetImageTypescrobibero
2020-11-09Remove duplicate /Similar endpoints and add poor matching for artists and albumscvium
2020-11-08fix cinyanmisaka
2020-11-08Merge pull request #4420 from cvium/fix_person_studio_genre_endpointsClaus Vium
Fix Persons, Genres and Studios endpoints
2020-11-08minor changes per suggestionsnyanmisaka
2020-11-08Merge pull request #4330 from crobibero/api-key-authClaus Vium
Fix ApiKey authentication
2020-11-08add initial support for HEVC over FMP4-HLSnyanmisaka
2020-11-07Merge pull request #4401 from nyanmisaka/respect-music-settingsClaus Vium
Respect music quality settings when transcoding
2020-11-06Merge pull request #4424 from jellyfin/minor8Claus Vium
Minor perf improvements
2020-11-06> -> <Bond_009
2020-11-06Minor perf improvementsBond_009
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-04Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-03Apply patchcrobibero
2020-11-03Merge pull request #4213 from cvium/progressivefilestreamBond-009
Add ProgressiveFileStream