aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideoHlsController.cs
AgeCommit message (Collapse)Author
2021-12-24Merge DynamicHlsController and VideoHlsController (#119)Claus Vium
* Merge DynamicHlsController and VideoHlsController Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-09-09Merge pull request #6523 from cvium/fix_livetv_cts_disposedBond-009
2021-09-07Fix disposed exception when ffmpeg exits early in GetLiveHlsStreamcvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks
2021-07-12Improve platform checksBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-10Create BaseItemKind enumcrobibero
2020-11-30fix trascodeReasons reportnyanmisaka
2020-11-20Apply suggestions from code reviewClaus Vium
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-20renamenyanmisaka
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Review suggestionsFernando Fernández
2020-11-19minor changesnyanmisaka
2020-11-19Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-19changes per suggestionsnyanmisaka
2020-11-18Fixes spelling.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-16remove unused segment optionnyanmisaka
2020-11-14fix cinyanmisaka
2020-11-14Apply suggestions from code reviewNyanmisaka
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-14minor changesnyanmisaka
2020-11-14add aac_adtstoasc bitstream filter for mpegts to mp4 conversionnyanmisaka
2020-11-13Updated based on review feedbackcrobibero
2020-11-14minor changesnyanmisaka
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-10-28Move slash to correct location for quotingCody Robibero
2020-10-28Add missing slashes in ffmpeg argument.crobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-03Specify Logger typecrobibero
2020-07-31Update Jellyfin.Api/Controllers/VideoHlsController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-31Move VideoHlsService to Jellyfin.ApiDavid