Patrick Barron
c49539cbe0
Move ProgressiveFileStream to Controller
11 months ago
Patrick Barron
9215a4d40a
Add ITranscodeManager service
11 months ago
Patrick Barron
c2081955c8
Rename and clean up TranscodingJob
11 months ago
Patrick Barron
abd74fd5a4
Move TranscodingJobDto and TranscodingThrottler to Controller
11 months ago
Patrick Barron
01fd42cf95
Remove DLNA API code
12 months ago
Bond_009
635d67d458
Revert "Use System.Net.IPNetwork"
...
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
12 months ago
Bond_009
b62b0ec2b5
Fix warnings
12 months ago
Cody Robibero
892973a9e3
Merge branch 'master' into media-type
1 year ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
Nick
cd662506a1
Merge branch 'master' into trickplay
1 year ago
Bond_009
35d63ec540
Fix regression
1 year ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Bond-009
d5695efad9
Merge pull request #10067 from lonebyte/flac-hls-fixes
1 year ago
Bond-009
0b31997b2f
Merge pull request #10348 from Bond-009/strings
1 year ago
Bond_009
b176beb88e
Reduce string allocations
...
Some simple changes to reduce the number of allocated strings
1 year ago
YuLong Yao
b83217d1d7
use pcm as ext name when codec is pcm
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
Claus Vium
956e3dab43
fix: accessing Standard* of a Process requires manually disposing them afterwards ( #10125 )
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
Bond-009
4ac07f6c76
Merge pull request #9890 from Shadowghost/videorange-rework
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
Shadowghost
67a58df1a3
Merge branch 'master' into network-rewrite
1 year ago
Nyanmisaka
f8d7f4acdb
Apply suggestions from code review
...
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
1 year ago
Nyanmisaka
3b12dc6d7a
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
1 year ago
nyanmisaka
0df6fd9cf2
Add AV1 support in HLS streaming
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Dominik
17f1e8d19b
Merge branch 'master' into segment-deletion
1 year ago
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
Bond-009
2ce08eb184
Merge pull request #9388 from Shadowghost/output-bitrate-channels-master
2 years ago
Shadowghost
520c07e8ca
Merge branch 'master' into network-rewrite
2 years ago
Bond-009
6351d1022b
Merge pull request #9254 from Shadowghost/dvdbdfix
2 years ago
Shadowghost
0da5255f12
Apply review suggestions
2 years ago
Shadowghost
47aa07c342
Fix DLNA playback of DVD and BD folders
2 years ago
Shadowghost
2403a0a367
Apply review suggestions
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
c5a363a007
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago