Dmitry Lyzo
0dde8c0808
Make the bitrate of the fallback stream the same as the original ( #9121 )
9 months ago
nyanmisaka
5cc451992b
Correct VIDEO-RANGE field for HLG content
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
9 months ago
Patrick Barron
9215a4d40a
Add ITranscodeManager service
11 months ago
Patrick Barron
01fd42cf95
Remove DLNA API code
12 months ago
Bond_009
b62b0ec2b5
Fix warnings
12 months ago
Nick
cd662506a1
Merge branch 'master' into trickplay
1 year ago
Jan Müller
1635d82345
Remove workaround for codec capitalization
...
This is not required anymore as Shaka Player now supports the correct
codec strings.
1 year ago
Jan Müller
fd022ee685
Merge branch 'master' into flac-hls-fixes
...
# Conflicts:
# Jellyfin.Api/Controllers/DynamicHlsController.cs
1 year ago
Bond_009
18a311d32f
== null -> is null
1 year ago
Nick
65b269c151
Minor code formatting (cvium)
1 year ago
Jan Müller
19fb061381
Correct the HLS Opus codec string
...
Apple doesn't support Opus via HLS yet, but if they ever do, they will
definitely expect "Opus" instead of "opus".
See https://mp4ra.org/#/codecs
Fixes : #10066
1 year ago
Jan Müller
e9f23c61c9
Fix the fLaC/flac HLS issue also for audio-only
...
I moved the first application of the workaround out of the if block
so that it also applies to audio-only streams. The workaround was
extended likewise.
We should first and foremost adhere to the specifications and apply
workarounds afterwards for software that doesn't follow them. So I
turned around the workaround to first output the fLaC variant and then
the alternative flac variant.
Fixes : #10066
1 year ago
Joshua M. Boniface
93b400343e
Merge pull request #8147 from Shadowghost/network-rewrite
1 year ago
Nick
6d9e43cfe0
Merge branch 'master' into trickplay
1 year ago
Bond-009
e53e53eb29
Merge pull request #9907 from nyanmisaka/av1e
1 year ago
Shadowghost
20a4509991
Migrate VideoRange and VideoRangeType to Enum
1 year ago
Nick
ab20ceaad6
Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail
1 year ago
nyanmisaka
df880ff785
Apply suggestions from code review
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Nick
fe1c9d43ce
Fix using order
1 year ago
nicknsy
b18d6bd356
Trickplay playlist and image controller
1 year ago
nicknsy
515ee90fb9
Hls playlist
1 year ago
nyanmisaka
0df6fd9cf2
Add AV1 support in HLS streaming
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
Shadowghost
1f15724398
Use source audio bitrate if requested codec is lossless
2 years ago
knackebrot
3e74377036
Calculate output bitrate from output channel count
2 years ago
Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Bond_009
4261f15d41
Fix debug builds
2 years ago
Dmitry Lyzo
71a708cdb8
Backport pull request #9092 from jellyfin/release-10.8.z
...
Don't add additional entries if HEVC encoding is disabled
Original-merge: 2a5efeb3bb
Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Cody Robibero
5787ab15dc
Apply suggestions from code review
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
nyanmisaka
37daeffafa
Add support for OPUS and fixes for FLAC case issue in HLS
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Cody Robibero
a168040cc8
Merge pull request #7941 from jellyfin/fix-overflow
...
(cherry picked from commit fd4ffc6ba3
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Marius Luca
7d86ef6f22
- add an option for dropping specific subtitle formats using the DLNA SubtitleProfile
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
Cody Robibero
9154f20b34
Don't dispose managed CancellationTokenSource ( #6139 )
3 years ago
Bond_009
499bac5185
EncodingHelper: Fix circular dependency
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
David
19e4ef82dd
Remove conversion from IPAddress to string to IPAddress
4 years ago
Bond_009
eba859e33e
Minor improvements
4 years ago
Bond_009
65bab55ca0
Minor improvements
4 years ago
nyanmisaka
3ce0d589ba
make FRAME-RATE field culture invariant
4 years ago
nyanmisaka
099563cd6b
comply with dotnet-5
4 years ago
nyanmisaka
488dbdb31d
Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
crobibero
5f52a58e78
Convert NullReferenceException to ResourceNotFoundException
4 years ago
crobibero
01355e0498
Fix nullability errors in Jellyfin.Api (part 1)
4 years ago
nyanmisaka
57e5b59b93
adjust bitrate limit for HLS audio codecs
4 years ago
Nyanmisaka
0b01acbe91
Apply suggestions from code review
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
4 years ago