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
2022-02-21 14:15:09 +01:00
Marius Luca
eaa003775f
- take into account the streams dlnaheaders query parameter set by the DidlBuilder NormalizeDlnaMediaUrl function
2021-11-30 16:09:02 +02:00
Cody Robibero
64652b6392
Fix and disable new dotnet6 warnings
2021-11-08 12:40:52 -07:00
Bond_009
a6d1e542e6
Reduce allocations
2021-09-19 20:53:31 +02:00
Bond-009
ff83fabac3
Merge pull request #6456 from GodTamIt/vp8-vp9
...
Disambiguate vpx to vp8 or vp9
2021-09-04 16:26:07 +02:00
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
2021-09-04 07:36:17 -04:00
Cody Robibero
ff9d14c811
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
2021-09-03 11:01:55 -06:00
Cody Robibero
cba07b1ca6
Remove more and more warnings
2021-08-28 16:32:50 -06:00
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
2021-05-20 23:56:59 -04:00
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>
2021-05-05 13:51:14 +02:00
Bond-009
eeb5d4bd1e
Merge pull request #5842 from BaronGreenback/optimization
...
Code Clean up: Group Methods
2021-04-29 21:14:57 +02:00
Bond-009
184e05aeb6
Merge pull request #5681 from BaronGreenback/ContentFeatureOptimization
...
Various DLNA Optimizations
2021-04-22 16:45:36 +02:00
Bond_009
499bac5185
EncodingHelper: Fix circular dependency
2021-04-20 23:03:36 +02:00
BaronGreenback
bb6fddde9a
Group Methods
2021-04-17 11:19:09 +01:00
BaronGreenback
d9a50cb510
Various DLNA Optimizations
2021-04-02 19:06:38 +01:00
BaronGreenback
84da57cd48
Update StreamingHelpers.cs
...
Updated condition
2021-03-10 09:07:11 +00:00
BaronGreenback
75c9659e05
Fix unreachable code & assign id to each profile.
2021-03-07 14:17:32 +00:00
Joshua M. Boniface
7ece3c5523
Merge pull request #5273 from Bond-009/warn31
2021-02-22 21:00:46 -05:00
Bond_009
eba859e33e
Minor improvements
2021-02-21 02:49:52 +01:00
Bond_009
141efafd3d
Enable TreatWarningsAsErrors for MediaBrowser.Model
2021-02-20 23:29:33 +01:00
BaronGreenback
11700db312
Update StreamingHelpers.cs
...
Null exception fix
2021-01-01 00:25:47 +00:00
nyanmisaka
488dbdb31d
Merge remote-tracking branch 'upstream/master' into fmp4-hls
2020-11-16 12:36:55 +08:00
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
2020-11-15 11:56:35 -07:00
Bond_009
c4bb32f259
Access last element by index where possible
2020-11-14 20:28:14 +01:00
crobibero
5f52a58e78
Convert NullReferenceException to ResourceNotFoundException
2020-11-13 11:14:44 -07:00
crobibero
01355e0498
Fix nullability errors in Jellyfin.Api (part 1)
2020-11-13 09:04:31 -07:00
nyanmisaka
5bd0c2b69d
add an option to disable hevc encoding
2020-11-12 11:02:56 +08:00
nyanmisaka
57e5b59b93
adjust bitrate limit for HLS audio codecs
2020-11-11 17:10:08 +08:00
BaronGreenback
9fc1a8b619
Inverted if statement
2020-09-17 18:20:27 +01:00
BaronGreenback
15e064cb73
Update StreamingHelpers.cs
2020-09-05 22:09:21 +01:00
BaronGreenback
f7a56f70c6
Update StreamingHelpers.cs
2020-09-05 21:31:23 +01:00
BaronGreenback
3c13489cb9
Update StreamingHelpers.cs
2020-09-05 21:31:05 +01:00
BaronGreenback
ac7636ea1e
added dlnaheaders
...
fix for #4059
2020-09-05 19:54:48 +01:00
David
ca3dcc3db0
Fix suggestions from review
2020-07-24 19:14:53 +02:00
David
cff9772e14
Fix build part 2
2020-07-22 20:13:51 +02:00
David
1cb20f9181
Fix build
2020-07-22 19:44:17 +02:00
David
2ce97c022e
Move AudioService to Jellyfin.Api
2020-07-22 16:57:06 +02:00
David
eae665a9c4
Add properties to StreamState to fix some errors
2020-07-22 10:57:27 +02:00
David
3514813eb4
Continute work
2020-07-19 19:03:48 +02:00
David
2328ec59c9
Migrate AudioService to Jellyfin.Api
2020-07-11 11:15:04 +02:00