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
/
DynamicHlsController.cs
Age
Commit message (
Expand
)
Author
2023-06-15
Add baseUrlParam back in and fix indentation
Dominik
2023-06-15
Merge branch 'master' into segment-deletion
Dominik
2023-04-01
Use MinBy and MaxBy
Stepan Goremykin
2023-03-21
Fix audio VBR calculation
knackebrot
2023-03-20
Merge pull request #9388 from Shadowghost/output-bitrate-channels-master
Bond-009
2023-03-09
Backport pull request #9422 from jellyfin/release-10.8.z
nyanmisaka
2023-03-09
Backport pull request #9178 from jellyfin/release-10.8.z
Róbert Örn Ketilsson
2023-03-02
Use source audio bitrate if requested codec is lossless
Shadowghost
2023-02-28
Apply review suggestions
Shadowghost
2023-02-26
Add audio vbr calculation
knackebrot
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-22
Backport pull request #9049 from jellyfin/release-10.8.z
Shadowghost
2023-01-12
Merge pull request #9001 from Shadowghost/stereo-downmix
Bond-009
2023-01-10
Add stereo downmix algorithm selection.
Shadowghost
2023-01-07
Add dts to list of audio codecs which require strict -2
David Fairbrother
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-15
Do not delete segments when seeking
Dominik
2022-11-14
Simplify HLS file deletion
Dominik
2022-11-14
Remove segment wrapping
Dominik
2022-11-14
Add support for ffmpeg's segment deletion and segment wrapping
Dominik
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-08-15
Fix various typos
luz paz
2022-08-01
Backport pull request #8174 from jellyfin/release-10.8.z
Joshua Boniface
2022-06-29
Merge pull request #7994 from nyanmisaka/fix-throttler
Joshua M. Boniface
2022-06-14
Merge pull request #7911 from cvium/fix_keyframe_transcode
Cody Robibero
2022-06-10
Merge pull request #7828 from nyanmisaka/fix-dovi-tonemap
Bond-009
2022-05-20
Merge pull request #7718 from jellyfin/dovi-hevc-remux
Bond-009
2022-03-09
Fix the fMP4 HLS audio sync issue on Safari
nyanmisaka
2022-03-05
Merge pull request #7137 from SenorSmartyPants/master
Bond-009
2022-01-20
Merge pull request #6600 from cvium/keyframe_extraction_v1
Cody Robibero
2022-01-16
Fix maximum video resolution for dynamic HLS controller
Dmitry Lyzo
2022-01-11
Refactor and add scheduled task
cvium
2022-01-08
Remove unused httpContext parameter
SenorSmartyPants
2022-01-07
Remove isHeadRequest from GetStaticFile method signatures
SenorSmartyPants
2022-01-07
Merge branch 'master' into keyframe_extraction_v1
cvium
2021-12-24
Merge DynamicHlsController and VideoHlsController (#119)
Claus Vium
2021-12-24
EncodingHelper hwaccel pipelines refactor
nyanmisaka
2021-11-09
Fix some warnings
Bond_009
2021-11-09
Fix some warnings
Bond_009
2021-11-08
Fix and disable new dotnet6 warnings
Cody Robibero
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-09-23
Add first draft of keyframe extraction for Matroska
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
[next]