Bond_009
70c85925af
Move some arrays to generics
2019-02-06 22:58:12 +01:00
Bond-009
e216702bcf
Complete rename ImageSize -> ImageDimensions
2019-02-05 19:53:50 +01:00
Bond-009
78e4e2ed92
Fix all warnings
2019-02-02 21:45:29 +01:00
Bond-009
1ea219bf3f
Merge branch 'master' into culture
2019-01-30 16:57:15 +01:00
Erwin de Haan
581a7fe078
Unwrapped MoveDirectory
, DirectoryExists
, FileExists
& removed MoveFile
2019-01-28 22:10:00 +01:00
Erwin de Haan
d7c6d16250
Unwrapped CreateDirectory and DeleteDirectory
2019-01-28 22:09:56 +01:00
Erwin de Haan
3a831994f6
Unwrapped GetDirectoryName and DirectorySeperatorChar
2019-01-28 22:06:34 +01:00
Bond_009
a709cbdc64
Fix more analyzer warnings
2019-01-27 12:12:44 +01:00
Bond_009
ce11869a1a
Move Skia back into it's own project
2019-01-26 20:43:13 +01:00
Bond_009
883575893b
Change image dimentions from double to int
...
Rename ImageSize -> ImageDimensions
2019-01-26 13:16:47 +01:00
Bond_009
722120af74
Remove conditions that are always true/false
2019-01-22 23:49:51 +01:00
Andrew Rabert
6a5488c651
Formatting
2019-01-20 20:47:02 -05:00
Andrew Rabert
1cf1e9bfa1
Update appPaths position
2019-01-20 20:46:40 -05:00
Andrew Rabert
7469ed4e6e
Update logger position
2019-01-20 20:46:00 -05:00
Andrew Rabert
c7f648f86a
Merge branch 'dev' into imagesize
2019-01-20 20:45:06 -05:00
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.
2019-01-20 21:05:12 +00:00
Bond_009
7e4cc9f513
Touchup
2019-01-20 14:39:05 +01:00
Bond_009
ca910325f3
Remove unneeded fields
2019-01-20 14:25:13 +01:00
Bond_009
8fc8fc0622
Cleanup ImageProcessor
2019-01-20 14:18:37 +01:00
Andrew Rabert
875392c77f
Combine Emby.Drawing and Emby.Drawing.Skia
2019-01-19 22:38:41 -05:00
Andrew Rabert
449dd1a6a2
Remove allowSlowMethods from image processing
2019-01-19 22:33:55 -05:00
Andrew Rabert
9a7a5ef50e
Replace custom image parser with Skia
2019-01-19 22:30:16 -05:00
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
2019-01-19 15:01:16 +01:00
Erwin de Haan
321c440739
Reformat JustAMan review pt1 changes
...
Refs #575
2019-01-17 20:24:01 +01:00
Erwin de Haan
9d0a08571e
Merge branch 'dev' into reformat
2019-01-13 21:59:37 +01:00
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
2019-01-13 15:49:05 -05:00
Erwin de Haan
e867446437
ReSharper format: conform inline 'out' parameters.
2019-01-13 21:46:33 +01:00
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
2019-01-13 21:37:13 +01:00
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
2019-01-13 21:31:14 +01:00
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
2019-01-13 21:10:15 +01:00
Erwin de Haan
e566d9a231
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
2019-01-13 20:54:44 +01:00
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
2019-01-13 20:45:51 +01:00
Erwin de Haan
009c95d972
Visual Studio Reformat: Emby.Drawing
2019-01-13 20:17:02 +01:00
hawken
f2dae8ee51
Make image header extension matching case insensitive
2019-01-13 11:59:24 +00:00
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
2019-01-11 12:50:36 +01:00
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
2019-01-10 19:54:18 -05:00
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.
2019-01-10 20:38:53 +01:00
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)
2019-01-08 22:10:11 +01:00
hawken
bd169e4fd4
remove trailing whitespace
2019-01-07 23:27:46 +00:00
Anthony Lavado
87812d1e7f
Fix spacing to C#/Visual Studio standards
...
- This is a fix automatically applied by Visual Studio
2019-01-02 01:22:21 -05:00
Bond_009
79d18cf5a5
Clean up some catch statements
2018-12-30 22:44:39 +01:00
Bond_009
ea4c914123
Fix exception logging
2018-12-30 22:44:39 +01:00
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
2018-12-30 22:44:38 +01:00
Bond_009
6e5d2aadaa
Remove custom ToArray extension
2018-12-28 16:48:26 +01:00
Bond_009
b4edb24ec3
Change libraries from netcoreapp to netstandard
...
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-12-12 21:39:22 +01:00
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
2018-09-12 19:26:21 +02:00
Luke Pulverenti
dec3b1bbb0
improve image processing performance
2017-12-01 12:04:32 -05:00
Luke Pulverenti
a59ff27605
fix image analysis
2017-10-22 20:43:52 -04:00
Luke Pulverenti
ac09136a3d
restore GetImageSize method
2017-10-22 17:38:03 -04:00
Luke Pulverenti
7e5036a587
update image aspect ratio detection
2017-10-22 02:22:43 -04:00
Luke Pulverenti
31b01cbb56
add fixes for dng images
2017-09-22 16:33:01 -04:00
Luke Pulverenti
467f440501
3.2.30.26
2017-09-19 16:08:34 -04:00
Luke Pulverenti
983c249d39
3.2.30.25
2017-09-18 13:07:50 -04:00
Luke Pulverenti
b8834be83c
update naming project to target .net standard
2017-09-10 16:40:31 -04:00
Luke Pulverenti
eb63e0d264
update image processor
2017-09-07 14:17:18 -04:00
Luke Pulverenti
49b799adbe
3.2.30.8
2017-09-05 15:49:02 -04:00
Luke Pulverenti
dd9404ebc6
update skiasharp to 1.58.1
2017-08-30 23:49:38 -04:00
Luke Pulverenti
edfae37331
fixes #2335 - Raw image not showing in webbrowser
2017-08-26 02:18:52 -04:00
Luke Pulverenti
e441e2f53d
update active recordings
2017-08-24 15:52:19 -04:00
Luke Pulverenti
bfcd1b520f
merge common implementations and server implementations
2017-08-16 02:43:41 -04:00
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
2017-08-09 15:56:38 -04:00
Luke Pulverenti
52aeb3c40b
consolidate interfaces
2017-08-07 17:06:13 -04:00
Luke Pulverenti
a46840534f
3.2.26.3
2017-07-25 14:32:03 -04:00
Luke Pulverenti
bcaf9bd19c
add skia error handling
2017-06-24 14:29:23 -04:00
Luke Pulverenti
d76bcd8473
fix photo orientation
2017-06-09 15:24:31 -04:00
Luke Pulverenti
42d0b070b4
update project files
2017-06-04 17:08:56 -04:00
Luke Pulverenti
33014f77aa
update GetItems method
2017-05-26 02:48:54 -04:00
Luke Pulverenti
da77b05817
update data queries
2017-05-21 03:25:49 -04:00
Luke Pulverenti
799494af0b
update image methods
2017-05-19 13:09:37 -04:00
Luke Pulverenti
9cd2d793be
update image encoding
2017-05-17 14:18:18 -04:00
Luke Pulverenti
2f4f8c105e
update image processing
2017-05-14 22:27:58 -04:00
Luke Pulverenti
4acaeecca4
update GetImageSize
2017-05-14 14:55:40 -04:00
Luke Pulverenti
2e3d1780e4
update dlna profiles
2017-05-12 14:09:42 -04:00
Luke Pulverenti
6fd86f61cb
update image processor
2017-05-12 01:00:45 -04:00
Luke Pulverenti
21d2573d05
update skia
2017-05-12 00:57:09 -04:00
Luke Pulverenti
0f198dc818
fix image resizing
2017-05-10 22:57:25 -04:00
Luke Pulverenti
f49d20033d
move crop whitespace directly to encode image
2017-05-10 00:49:11 -04:00
Luke Pulverenti
696a6b34ea
improve smb support
2017-05-04 14:14:45 -04:00
Luke Pulverenti
4154fdf9c6
update omdb info parsing
2017-04-12 13:09:12 -04:00
Luke Pulverenti
a9b61af154
3.2.7.4
2017-03-13 15:01:20 -04:00
Luke Pulverenti
68772e7d9b
update details
2016-12-03 02:58:48 -05:00
Luke Pulverenti
aef79a796d
update xml parsing
2016-12-02 15:10:35 -05:00
Luke Pulverenti
5655787c1a
update portable projects
2016-11-11 12:33:10 -05:00
Luke Pulverenti
8b7a8ab396
make photos project portable
2016-10-31 03:47:34 -04:00
Luke Pulverenti
3bf72b71b3
consolidate internal interfaces
2016-10-31 00:28:23 -04:00
Luke Pulverenti
049dca644d
add more to .net core solution
2016-10-25 23:59:51 -04:00
Luke Pulverenti
ef6b90b8e6
make controller project portable
2016-10-25 15:02:04 -04:00
Luke Pulverenti
c7f559f8ce
make model project portable
2016-10-21 22:08:34 -04:00
Luke Pulverenti
9143359c90
update taglibsharp
2016-10-20 19:53:12 -04:00
Luke Pulverenti
50e6686987
update live stream management
2016-10-07 11:08:13 -04:00
Luke Pulverenti
83606d82d5
fix vibrant
2016-10-05 11:20:11 -04:00
Luke Pulverenti
8589689f65
fixes #2193 - More raw image format support
2016-10-01 14:49:11 -04:00
Luke Pulverenti
f5a6a418f5
update scaling with MaxHeight
2016-08-25 00:54:06 -04:00
Luke Pulverenti
dc09bb8c08
fix dynamic images for osx
2016-08-24 23:44:59 -04:00
Luke Pulverenti
bd4c99b01a
update cache file cleanup
2016-07-23 01:03:16 -04:00
Luke Pulverenti
b6979fa28a
pass along date modified
2016-07-17 12:59:40 -04:00
Luke Pulverenti
759f5a8560
update task results
2016-06-19 02:18:29 -04:00
Luke Pulverenti
c3baf28246
update playlist collages
2016-06-18 13:26:57 -04:00
Luke Pulverenti
9b339d7cae
resolve issue with querying by multiple item ids
2016-04-02 17:08:35 -04:00
Sven Van den brande
168587b2a0
Remove unused code...
2016-03-27 23:11:27 +02:00