Joshua M. Boniface
52704e8dd0
Merge pull request #7955 from nyanmisaka/fix-ext
3 years ago
nyanmisaka
56e135f5e6
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
nyanmisaka
ae22d0b7a5
Fix output extension if user has no transcoding permission
3 years ago
nyanmisaka
be72001ff9
Add VideoRangeType to video conditions
...
This is used to distinguish whether the client supports specific VideoRangeType,
such as SDR, HDR10, HLG and DOVI. Usage is similar to Video Profile condition.
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Marius Luca
eaa003775f
- take into account the streams dlnaheaders query parameter set by the DidlBuilder NormalizeDlnaMediaUrl function
3 years ago
Cody Robibero
64652b6392
Fix and disable new dotnet6 warnings
3 years ago
Bond_009
a6d1e542e6
Reduce allocations
3 years ago
Bond-009
ff83fabac3
Merge pull request #6456 from GodTamIt/vp8-vp9
...
Disambiguate vpx to vp8 or vp9
3 years ago
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
3 years ago
Cody Robibero
ff9d14c811
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
3 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Bond-009
eeb5d4bd1e
Merge pull request #5842 from BaronGreenback/optimization
...
Code Clean up: Group Methods
4 years ago
Bond-009
184e05aeb6
Merge pull request #5681 from BaronGreenback/ContentFeatureOptimization
...
Various DLNA Optimizations
4 years ago
Bond_009
499bac5185
EncodingHelper: Fix circular dependency
4 years ago
BaronGreenback
bb6fddde9a
Group Methods
4 years ago
BaronGreenback
d9a50cb510
Various DLNA Optimizations
4 years ago
BaronGreenback
84da57cd48
Update StreamingHelpers.cs
...
Updated condition
4 years ago
BaronGreenback
75c9659e05
Fix unreachable code & assign id to each profile.
4 years ago
Joshua M. Boniface
7ece3c5523
Merge pull request #5273 from Bond-009/warn31
4 years ago
Bond_009
eba859e33e
Minor improvements
4 years ago
Bond_009
141efafd3d
Enable TreatWarningsAsErrors for MediaBrowser.Model
4 years ago
BaronGreenback
11700db312
Update StreamingHelpers.cs
...
Null exception fix
4 years ago
nyanmisaka
488dbdb31d
Merge remote-tracking branch 'upstream/master' into fmp4-hls
4 years ago
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
Bond_009
c4bb32f259
Access last element by index where possible
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
5bd0c2b69d
add an option to disable hevc encoding
4 years ago
nyanmisaka
57e5b59b93
adjust bitrate limit for HLS audio codecs
4 years ago
BaronGreenback
9fc1a8b619
Inverted if statement
4 years ago
BaronGreenback
15e064cb73
Update StreamingHelpers.cs
4 years ago
BaronGreenback
f7a56f70c6
Update StreamingHelpers.cs
4 years ago
BaronGreenback
3c13489cb9
Update StreamingHelpers.cs
4 years ago
BaronGreenback
ac7636ea1e
added dlnaheaders
...
fix for #4059
4 years ago
David
ca3dcc3db0
Fix suggestions from review
5 years ago
David
cff9772e14
Fix build part 2
5 years ago
David
1cb20f9181
Fix build
5 years ago
David
2ce97c022e
Move AudioService to Jellyfin.Api
5 years ago
David
eae665a9c4
Add properties to StreamState to fix some errors
5 years ago
David
3514813eb4
Continute work
5 years ago
David
2328ec59c9
Migrate AudioService to Jellyfin.Api
5 years ago