crobibero
46ae51bc9a
update to dotnet 3.1.8
4 years ago
crobibero
97e948bbf6
Fix added warnings
4 years ago
crobibero
f13b87afa3
Merge remote-tracking branch 'upstream/master' into api-upload-subtitle
4 years ago
Bond_009
48e1cf9fd7
Minor performance improvements to item saving
4 years ago
BaronGreenback
cf87b3afb7
Remove excess code.
4 years ago
Joshua M. Boniface
559a7fc336
Merge pull request #3442 from nyanmisaka/tonemap
...
Tonemapping function relying on OpenCL filter and NVENC HEVC decoder
4 years ago
Bond-009
5e76d5fd56
Merge pull request #3879 from cvium/fix_theme_songs
...
Populate ThemeVideoIds and ThemeSongIds
4 years ago
Patrick Barron
d814302707
Merge branch 'master' into scoped-displaypreferences
4 years ago
Nyanmisaka
4cb0a57e46
Merge branch 'master' into tonemap
4 years ago
Joshua M. Boniface
52aea85e7f
Merge pull request #4031 from Bond-009/warn28
...
Fix some warnings
4 years ago
Bond-009
9cbc016b0a
Merge pull request #3877 from orryverducci/deinterlace-improvements
...
Deinterlacing improvements
4 years ago
crobibero
5ad81f7fe6
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
Anthony Lavado
a2d6ea2eed
Merge pull request #4043 from cvium/remove_shit_and_shit_adjacent_shit
...
Split HttpListenerHost into middlewares
4 years ago
Claus Vium
abc527329d
Sort by SortName after scanning
4 years ago
Bond-009
8c28824c88
Merge pull request #4042 from jellyfin/ci-packaging-fixes
...
Fixes for CI Nuget package pushing and CI triggers
4 years ago
Claus Vium
2f79c3095b
Fix startup message
4 years ago
Claus Vium
571d0570f5
Kill HttpListenerHost
4 years ago
Claus Vium
5813f8073c
Move HttpListenerHost middleware up the pipeline
4 years ago
Bond-009
52b34eb407
Merge pull request #4039 from cvium/remove_shit_and_shit_adjacent_shit
...
Remove ServiceStack and related stuff
4 years ago
Erwin de Haan
346581bb2a
Fixes for CI Nuget package pushing and CI triggers
...
Also adds SourceLink support and symbols that are pushed to Nuget.
Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package)
SourceLink will enable stepping during debugging.
4 years ago
Erwin de Haan
208b00fbb1
Add the item path to the ItemLookupInfo class.
...
This is important for the Shoko Anime Meatdata provider plugin.
4 years ago
Claus Vium
12710cdf42
More fixes
4 years ago
Claus Vium
e337756428
Remove ServiceStack and related stuff
4 years ago
Bond_009
e653eef44f
Fix some warnings
4 years ago
David Ullmer
2a84d5a693
Enable nullable for interface
4 years ago
David Ullmer
b7c07f6821
Merge branch 'master' into library-pictures
4 years ago
crobibero
bd66fd25df
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
Matt Montgomery
2974a0248a
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
crobibero
b02650ec2f
use proper spdx
4 years ago
crobibero
5f60da29c7
switch to spdx
4 years ago
crobibero
670c41ee89
Properly pack project license
4 years ago
Joshua M. Boniface
e83f6d6ec7
Merge pull request #3889 from Ullmie02/nuget-versioning
...
Build Unstable NuGet packages
4 years ago
Patrick Barron
b5bbbb9cef
Document SubtitleDownloadFailureEventArgs
4 years ago
Patrick Barron
2eb9a3670b
Document PlaybackStartEventArgs
4 years ago
Patrick Barron
71c33d09c4
Document IEventConsumer
4 years ago
Patrick Barron
9fa4fff15d
Merge branch 'master' into event-rewrite-1
...
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
4 years ago
crobibero
9626101c9f
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
Bond_009
c4d8275fc1
Fix duplicate
4 years ago
Bond_009
5ec1a979b2
Remove extra newline
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
4 years ago
Bond_009
2b832de289
Fix build
4 years ago
Bond_009
119f64f5e7
Make some methods async
4 years ago
David
a3020f2917
Use backdrop with library name as library thumbnail
4 years ago
nyanmisaka
54349fc945
fix outputSize
4 years ago
Bond_009
ab2147751f
Make MediaBrowser.MediaEncoding warnings free
4 years ago
Patrick Barron
98ed90c4a2
Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009
68edccd9f4
More warn
4 years ago
Bond_009
2b400c99ef
Fix warnings
4 years ago
Matt Montgomery
5f1a863241
Apply suggestions from code review
4 years ago
crobibero
1325815182
Remove IHttpClient from Providers
4 years ago
crobibero
2e0c2336cc
Remove IHttpClient from IRemoteImageProvider
4 years ago
Matt Montgomery
035d29fb35
Migrate to new API standard
4 years ago
Bond-009
ec12675feb
Merge pull request #3891 from barronpm/remove-unused-methods
...
Remove unused methods in IDtoService
4 years ago
Patrick Barron
a40064a146
Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer
4 years ago
Patrick Barron
b7ceb40d6e
Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer
4 years ago
Patrick Barron
816c80525a
Use IEventManager in UserManager
4 years ago
Orry Verducci
396148599a
Fix indentation in deinterlace if block
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Patrick Barron
8570cfdba6
Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumer
4 years ago
Patrick Barron
ca3a8bdb98
Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumer
4 years ago
Patrick Barron
e924444880
Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumer
4 years ago
Patrick Barron
0da7c0568d
Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumer
4 years ago
Patrick Barron
b7f21971f4
Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumer
4 years ago
Patrick Barron
ca1f15af19
Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Patrick Barron
3e5fe04427
Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumer
4 years ago
Patrick Barron
57e2f7248d
Remove unused class and rename file.
4 years ago
Patrick Barron
285af300f5
Create IEventConsumer and IEventManager
4 years ago
Orry Verducci
9438a50976
Correct parentheses
4 years ago
Patrick Barron
e0c6172d23
Add ServiceProvider to IServerApplicationHost
4 years ago
David
b92fbe4d69
Use VersionPrefix
4 years ago
Anthony Lavado
dbc1435a9e
Merge pull request #3671 from Bond-009/unixsocket
...
Make UNIX socket configurable
4 years ago
Patrick Barron
2be1865b42
Remove unused methods in IDtoService
4 years ago
David
a61f6e3308
Fix nuget ci
4 years ago
crobibero
6709645ec9
bump deps
4 years ago
Matt Montgomery
4fa3d3f4f3
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
cvium
e10693cbe0
Remove some LINQ queries
4 years ago
cvium
1ae3dc202c
Populate ThemeVideoIds and ThemeSongIds
4 years ago
Orry Verducci
2d6699fd47
Merge remote-tracking branch 'upstream/master' into deinterlace-improvements
4 years ago
Orry Verducci
ce51775e74
Apply double rate option to hardware deinterlacers
4 years ago
Orry Verducci
9dc95074a3
Add bwdif and simplify software deinterlacing
4 years ago
Orry Verducci
7df2affb23
Add double rate deinterlacing option
4 years ago
Bond-009
6c92154a9b
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
...
Co-authored-by: David <davidullmer@outlook.de>
4 years ago
Patrick Barron
229a5d9e0b
Make DisplayPreferencesManager scoped
4 years ago
crobibero
f915c3e5d9
Merge remote-tracking branch 'upstream/master' into api-migration
4 years ago
Nyanmisaka
c23d991c95
Merge branch 'master' into tonemap
4 years ago
Nyanmisaka
7b3f76b81f
resolve conflicts
4 years ago
Joshua M. Boniface
47e63def20
Merge pull request #3728 from jellyfin/qsv-cutter
...
Adjust priority in outputSizeParam cutter
4 years ago
Bond-009
b7421db5fe
Merge pull request #3578 from barronpm/displaypreferences-efcore
...
Migrate Display Preferences to EF Core
4 years ago
Nyanmisaka
2139e9f8d1
adjust priority in outputSizeParam cutter
4 years ago
Patrick Barron
68a185fd02
Serialize/deserialize new entities properly.
4 years ago
Matt Montgomery
31d3b1b83a
Cleanup interfaces
4 years ago
Nyanmisaka
17527d68df
fix build
4 years ago
Nyanmisaka
df6b303da7
Merge branch 'master' into tonemap
4 years ago
Matt Montgomery
3c91aa0c3d
Code cleanup
4 years ago
Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
Nyanmisaka
3e55632807
remove spaces
4 years ago
不帅你报警
30bfa5536f
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
4 years ago
不帅你报警
d5dcb12407
Update EncodingHelper.cs
...
Fix the problem that hardware decoding cannot be used on macOS.
4 years ago
Nyanmisaka
95b961c864
remove unused line
4 years ago
nyanmisaka
5716453542
minor changes
4 years ago
nyanmisaka
4bdb870d16
Merge remote-tracking branch 'upstream/master' into tonemap
4 years ago