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 |
nyanmisaka
|
7b862bba5a
|
add Tonemapping relaying on nvdec and ocl
|
4 years ago |
Bond_009
|
928bc6c787
|
Fix build
|
4 years ago |
Bond-009
|
3ff110984a
|
Merge branch 'master' into readonlyspan
|
4 years ago |
Bond-009
|
1cc62d6afa
|
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
Co-authored-by: David Mouse <dmouse10462@gmail.com>
|
4 years ago |
Patrick Barron
|
3d69cea1c9
|
Merge branch 'master' into displaypreferences-efcore
|
4 years ago |
Joshua M. Boniface
|
845ee21ddc
|
Merge pull request #3664 from Bond-009/createuserasync
Make CreateUser async
|
4 years ago |
Joshua M. Boniface
|
8960d6256f
|
Merge pull request #3659 from Bond-009/stringbuilder
Optimize StringBuilder.Append calls
|
4 years ago |
Joshua M. Boniface
|
0d446c8755
|
Merge pull request #3609 from Bond-009/warn21
Fix warnings
|
4 years ago |
Joshua M. Boniface
|
22cc602117
|
Merge pull request #3366 from barronpm/remove-usermanager-addparts
Remove UserManager.AddParts
|
4 years ago |
Bond_009
|
cbe47325b3
|
Make UNIX socket configurable
|
4 years ago |
Bond_009
|
6cbfae209d
|
Make CreateUser async
|
4 years ago |
Bond_009
|
b9004a0246
|
Fix build
|
4 years ago |
Bond_009
|
4d681e3cad
|
Optimize StringBuilder.Append calls
|
4 years ago |
Bond_009
|
febb6bced6
|
Review usage of string.Substring (part 1)
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
4 years ago |
David
|
90039e1ad3
|
Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Jellyfin.Api/Helpers/TranscodingJobHelper.cs
|
4 years ago |
Nyanmisaka
|
d4c6415f99
|
minor changes
|
4 years ago |
crobibero
|
1385064497
|
Merge remote-tracking branch 'upstream/master' into api-migration-merge
|
4 years ago |
Nyanmisaka
|
5f89e81306
|
fix qsv device creation on Comet Lake
reddit: https://www.reddit.com/r/jellyfin/comments/huct4x/jellyfin_1060_released/fyn30ds
|
4 years ago |
Bond_009
|
7324b44c43
|
Fix warnings
|
4 years ago |
Joshua M. Boniface
|
0b73f3d646
|
Merge pull request #3569 from nyanmisaka/textsub-fix
Fix QSV subtitle burn-in on windows and P010 detect
|
4 years ago |
David
|
3514813eb4
|
Continute work
|
4 years ago |
Patrick Barron
|
4742ddbb71
|
Update .NET Core to 3.1.6
|
4 years ago |
Patrick Barron
|
ab396225ea
|
Migrate Display Preferences to EF Core
|
4 years ago |
Nyanmisaka
|
77f9417d84
|
enhance platform check and 10bit detect
|
4 years ago |
Nyanmisaka
|
e1ba1fcebe
|
fix indent
|
4 years ago |
Nyanmisaka
|
c1c1a2f751
|
Match the size of subtitle stream and video stream
|
4 years ago |
Nyanmisaka
|
32fb34a4cc
|
Fix QSV subtitle burn-in on windows and P010 detect
|
4 years ago |
Max Git
|
b356ff6c89
|
Simplify name of IsCopyDoc
|
4 years ago |
Max Git
|
87f5a6bdb3
|
Move videostream null check to start of GetHardwareAcceleratedVideoDecoder
|
4 years ago |
dkanada
|
87d7c4a62e
|
Merge pull request #3500 from nyanmisaka/vpp-qsv
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
|
4 years ago |
Patrick Barron
|
3b085f6a03
|
Remove UserManager.AddParts
|
4 years ago |