Andrew Rabert
c7f648f86a
Merge branch 'dev' into imagesize
6 years ago
William Taylor
65cd3ed597
Replaced injections of ILogger with ILoggerFactory
...
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.
The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.
Also removed some unused dependencies.
6 years ago
Bond_009
7e4cc9f513
Touchup
6 years ago
Bond_009
ca910325f3
Remove unneeded fields
6 years ago
Bond_009
8fc8fc0622
Cleanup ImageProcessor
6 years ago
Andrew Rabert
875392c77f
Combine Emby.Drawing and Emby.Drawing.Skia
6 years ago
Andrew Rabert
449dd1a6a2
Remove allowSlowMethods from image processing
6 years ago
Andrew Rabert
9a7a5ef50e
Replace custom image parser with Skia
6 years ago
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
321c440739
Reformat JustAMan review pt1 changes
...
Refs #575
6 years ago
Erwin de Haan
9d0a08571e
Merge branch 'dev' into reformat
6 years ago
Joshua M. Boniface
f8dd182e42
Merge pull request #562 from hawken93/misc_fix
...
Fix error with uppercase photo extension and fix typo in a log line
6 years ago
Erwin de Haan
e867446437
ReSharper format: conform inline 'out' parameters.
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
6 years ago
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
6 years ago
Erwin de Haan
e566d9a231
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
6 years ago
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
6 years ago
Erwin de Haan
009c95d972
Visual Studio Reformat: Emby.Drawing
6 years ago
hawken
f2dae8ee51
Make image header extension matching case insensitive
6 years ago
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
6 years ago
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
6 years ago
Bond_009
432be01934
Fix the DecodeJfif function to get image sizes
...
Added support for progressive DCT-based JPEGs.
By adding a check for the SOF2 marker (C2)
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
Anthony Lavado
87812d1e7f
Fix spacing to C#/Visual Studio standards
...
- This is a fix automatically applied by Visual Studio
6 years ago
Bond_009
79d18cf5a5
Clean up some catch statements
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
Bond_009
6e5d2aadaa
Remove custom ToArray extension
6 years ago
Bond_009
b4edb24ec3
Change libraries from netcoreapp to netstandard
...
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
dec3b1bbb0
improve image processing performance
7 years ago
Luke Pulverenti
a59ff27605
fix image analysis
7 years ago
Luke Pulverenti
ac09136a3d
restore GetImageSize method
7 years ago
Luke Pulverenti
7e5036a587
update image aspect ratio detection
7 years ago
Luke Pulverenti
31b01cbb56
add fixes for dng images
7 years ago
Luke Pulverenti
467f440501
3.2.30.26
7 years ago
Luke Pulverenti
983c249d39
3.2.30.25
7 years ago
Luke Pulverenti
b8834be83c
update naming project to target .net standard
7 years ago
Luke Pulverenti
eb63e0d264
update image processor
7 years ago
Luke Pulverenti
49b799adbe
3.2.30.8
7 years ago
Luke Pulverenti
dd9404ebc6
update skiasharp to 1.58.1
7 years ago
Luke Pulverenti
edfae37331
fixes #2335 - Raw image not showing in webbrowser
7 years ago
Luke Pulverenti
e441e2f53d
update active recordings
7 years ago
Luke Pulverenti
bfcd1b520f
merge common implementations and server implementations
7 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
52aeb3c40b
consolidate interfaces
7 years ago
Luke Pulverenti
a46840534f
3.2.26.3
7 years ago
Luke Pulverenti
bcaf9bd19c
add skia error handling
7 years ago
Luke Pulverenti
d76bcd8473
fix photo orientation
8 years ago
Luke Pulverenti
42d0b070b4
update project files
8 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
da77b05817
update data queries
8 years ago
Luke Pulverenti
799494af0b
update image methods
8 years ago
Luke Pulverenti
9cd2d793be
update image encoding
8 years ago
Luke Pulverenti
2f4f8c105e
update image processing
8 years ago
Luke Pulverenti
4acaeecca4
update GetImageSize
8 years ago
Luke Pulverenti
2e3d1780e4
update dlna profiles
8 years ago
Luke Pulverenti
6fd86f61cb
update image processor
8 years ago
Luke Pulverenti
21d2573d05
update skia
8 years ago
Luke Pulverenti
0f198dc818
fix image resizing
8 years ago
Luke Pulverenti
f49d20033d
move crop whitespace directly to encode image
8 years ago
Luke Pulverenti
696a6b34ea
improve smb support
8 years ago
Luke Pulverenti
4154fdf9c6
update omdb info parsing
8 years ago
Luke Pulverenti
a9b61af154
3.2.7.4
8 years ago
Luke Pulverenti
68772e7d9b
update details
8 years ago
Luke Pulverenti
aef79a796d
update xml parsing
8 years ago
Luke Pulverenti
5655787c1a
update portable projects
8 years ago
Luke Pulverenti
8b7a8ab396
make photos project portable
8 years ago
Luke Pulverenti
3bf72b71b3
consolidate internal interfaces
8 years ago
Luke Pulverenti
049dca644d
add more to .net core solution
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Luke Pulverenti
c7f559f8ce
make model project portable
8 years ago
Luke Pulverenti
9143359c90
update taglibsharp
8 years ago
Luke Pulverenti
50e6686987
update live stream management
8 years ago
Luke Pulverenti
83606d82d5
fix vibrant
8 years ago
Luke Pulverenti
8589689f65
fixes #2193 - More raw image format support
8 years ago
Luke Pulverenti
f5a6a418f5
update scaling with MaxHeight
8 years ago
Luke Pulverenti
dc09bb8c08
fix dynamic images for osx
8 years ago
Luke Pulverenti
bd4c99b01a
update cache file cleanup
8 years ago
Luke Pulverenti
b6979fa28a
pass along date modified
8 years ago
Luke Pulverenti
759f5a8560
update task results
9 years ago
Luke Pulverenti
c3baf28246
update playlist collages
9 years ago
Luke Pulverenti
9b339d7cae
resolve issue with querying by multiple item ids
9 years ago
Sven Van den brande
168587b2a0
Remove unused code...
9 years ago
Luke Pulverenti
55bbc5d12a
update components
9 years ago
Eric Reed
084bd47413
Implement foreground layer option
9 years ago
Luke Pulverenti
cd144bc6f5
update photo resolver
9 years ago
Luke Pulverenti
94fa4dce4d
fix GetCacheFilePath
9 years ago
Luke Pulverenti
c7fe8587cb
stub out ForegroundLayer param
9 years ago
Luke Pulverenti
f380ddc558
use image magick for auto-orientation
9 years ago
Luke Pulverenti
faa9127a20
support photo orientation
9 years ago
Luke Pulverenti
0cd008bcb9
update commonio
9 years ago
Luke Pulverenti
aab0cea39a
fix merge conflict
9 years ago
Luke Pulverenti
30229982ba
auto install vcredist
9 years ago
Luke Pulverenti
0d5903f215
update image magick encoder
9 years ago
Luke Pulverenti
e71d02e8b1
fix merge conflicts
9 years ago
Luke Pulverenti
ccc7f5da71
update image magick encoder
9 years ago
Luke Pulverenti
cc19ce0daf
added new parent methods
9 years ago