index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
VideoHlsController.cs
Age
Commit message (
Expand
)
Author
2021-12-24
Merge DynamicHlsController and VideoHlsController (#119)
Claus Vium
2021-12-24
EncodingHelper hwaccel pipelines refactor
nyanmisaka
2021-09-09
Merge pull request #6523 from cvium/fix_livetv_cts_disposed
Bond-009
2021-09-07
Fix disposed exception when ffmpeg exits early in GetLiveHlsStream
cvium
2021-09-06
Remove all unused usings
Fernando Fernández
2021-09-04
Disambiguate vpx to vp8 or vp9
Chris Tam
2021-07-23
Merge pull request #6296 from Bond-009/oscheck
Claus Vium
2021-07-12
Improve platform checks
Bond_009
2021-07-10
[CA1801] Parameter is never used. Remove the parameter or use it in the metho...
Cody Robibero
2021-06-04
Don't dispose managed CancellationTokenSource (#6139)
Cody Robibero
2021-04-20
EncodingHelper: Fix circular dependency
Bond_009
2021-03-22
change HLS endpoint defaults to false
cvium
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-30
fix trascodeReasons report
nyanmisaka
2020-11-20
Apply suggestions from code review
Claus Vium
2020-11-20
Merge remote-tracking branch 'upstream/master' into fmp4-hls
nyanmisaka
2020-11-20
rename
nyanmisaka
2020-11-19
Merge remote-tracking branch 'upstream/master' into no-scaling
Fernando Fernández
2020-11-19
Review suggestions
Fernando Fernández
2020-11-19
minor changes
nyanmisaka
2020-11-19
Apply suggestions from code review
Nyanmisaka
2020-11-19
changes per suggestions
nyanmisaka
2020-11-18
Fixes spelling.
Greenback
2020-11-18
Fix build and thread detection logic
Fernando Fernández
2020-11-16
Merge remote-tracking branch 'upstream/master' into fmp4-hls
nyanmisaka
2020-11-16
remove unused segment option
nyanmisaka
2020-11-14
fix ci
nyanmisaka
2020-11-14
Apply suggestions from code review
Nyanmisaka
2020-11-14
minor changes
nyanmisaka
2020-11-14
add aac_adtstoasc bitstream filter for mpegts to mp4 conversion
nyanmisaka
2020-11-13
Updated based on review feedback
crobibero
2020-11-14
minor changes
nyanmisaka
2020-11-14
switch ffmpeg to hls muxer for live streaming
nyanmisaka
2020-11-13
Use null coalescing when possible
crobibero
2020-11-13
Convert NullReferenceException to ResourceNotFoundException
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-10-28
Move slash to correct location for quoting
Cody Robibero
2020-10-28
Add missing slashes in ffmpeg argument.
crobibero
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-08-03
Specify Logger type
crobibero
2020-07-31
Update Jellyfin.Api/Controllers/VideoHlsController.cs
David
2020-07-31
Move VideoHlsService to Jellyfin.Api
David