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
/
Helpers
/
DynamicHlsHelper.cs
Age
Commit message (
Expand
)
Author
2025-04-02
Improve dynamic HDR metadata handling (#13277)
gnattu
2025-03-25
Fixed namespaces
JPVenson
2025-01-22
Enable adaptive bitrate streaming again
Bond_009
2025-01-22
Remove useless checks and dead code
Bond_009
2025-01-11
Prefer ApiKey over api_key in generated URL's (#13342)
Niels van Velzen
2024-09-07
Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks (#12605)
gnattu
2024-09-07
Add MediaStream.ReferenceFrameRate for problematic video files (#12603)
gnattu
2024-07-23
Merge branch 'master' into fix-hwa-video-rotation
Nyanmisaka
2024-07-18
Merge pull request #11399 from jellyfin/audio-remux
Cody Robibero
2024-07-17
feat: add audio remux to UniversalAudioController
gnattu
2024-05-16
Add remuxing support for VP9
gnattu
2024-03-30
Only streamCopy videos containing rotation data in fMP4
nyanmisaka
2024-02-12
Make the bitrate of the fallback stream the same as the original (#9121)
Dmitry Lyzo
2024-02-06
Correct VIDEO-RANGE field for HLG content
nyanmisaka
2023-12-21
Add ITranscodeManager service
Patrick Barron
2023-11-15
Remove DLNA API code
Patrick Barron
2023-11-14
Fix warnings
Bond_009
2023-10-18
Merge branch 'master' into trickplay
Nick
2023-09-16
Remove workaround for codec capitalization
Jan Müller
2023-09-16
Merge branch 'master' into flac-hls-fixes
Jan Müller
2023-08-22
== null -> is null
Bond_009
2023-08-16
Minor code formatting (cvium)
Nick
2023-08-01
Correct the HLS Opus codec string
Jan Müller
2023-08-01
Fix the fLaC/flac HLS issue also for audio-only
Jan Müller
2023-07-03
Merge pull request #8147 from Shadowghost/network-rewrite
Joshua M. Boniface
2023-06-28
Merge branch 'master' into trickplay
Nick
2023-06-28
Merge pull request #9907 from nyanmisaka/av1e
Bond-009
2023-06-28
Migrate VideoRange and VideoRangeType to Enum
Shadowghost
2023-06-26
Migrate to trickplay table to EF. Rename vars/methods/members to have consist...
Nick
2023-06-25
Apply suggestions from code review
nyanmisaka
2023-06-22
Fix using order
Nick
2023-06-22
Trickplay playlist and image controller
nicknsy
2023-06-22
Hls playlist
nicknsy
2023-06-20
Add AV1 support in HLS streaming
nyanmisaka
2023-05-09
Merge branch 'master' into network-rewrite
Shadowghost
2023-03-02
Use source audio bitrate if requested codec is lossless
Shadowghost
2023-02-26
Calculate output bitrate from output channel count
knackebrot
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-22
Fix debug builds
Bond_009
2023-01-22
Backport pull request #9092 from jellyfin/release-10.8.z
Dmitry Lyzo
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-27
Apply suggestions from code review
Cody Robibero
2022-10-13
Add support for OPUS and fixes for FLAC case issue in HLS
nyanmisaka
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-06-29
Merge pull request #7941 from jellyfin/fix-overflow
Cody Robibero
2021-12-09
- add an option for dropping specific subtitle formats using the DLNA Subtitl...
Marius Luca
2021-09-06
Remove all unused usings
Fernando Fernández
2021-06-04
Don't dispose managed CancellationTokenSource (#6139)
Cody Robibero
[next]