Commit graph

12708 commits

Author SHA1 Message Date
Joshua Boniface c72144111e Correct bad signature line 2019-01-21 00:02:56 -05:00
Joshua M. Boniface 3518400b22 Merge branch 'master' into release-10.1.0 2019-01-20 23:48:23 -05:00
Joshua Boniface adf037c44c Complete and remove todo from bump_version 2019-01-20 23:41:37 -05:00
Joshua Boniface 73038ee3f7 Bump version to 10.1.0 2019-01-20 23:39:55 -05:00
Andrew Rabert 920c39454c Merge pull request #646 from Tthecreator/master
Fix infinite loop bug on subtitle.m3u8 request
2019-01-20 21:16:28 -05:00
Andrew Rabert edcfd8b565 Merge pull request #631 from Bond-009/imagesize
Cleanup ImageProcessor and SkiaEncoder
2019-01-20 20:49:51 -05:00
Andrew Rabert 7327bb91a3 Fix func name 2019-01-20 20:48:24 -05: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
Tthecreator 3069c749b4 Added myself to contributers 2019-01-21 00:40:59 +01:00
Tthecreator d02642bf7b Fixed bug where the server would eat up ram with subtitles request 2019-01-21 00:38:01 +01:00
Andrew Rabert 803bf563d7 Merge pull request #621 from Bond-009/perf
Minor improvements to library scan code
2019-01-20 18:13:49 -05:00
Andrew Rabert d16f38dbe1 Merge pull request #623 from wtayl0r/inject-logger-factories
Replaced injections of ILogger with ILoggerFactory
2019-01-20 18:12:50 -05:00
Andrew Rabert e8813ced3c Merge pull request #638 from EraYaN/clean-test-files
Removed XmlTv testfiles and nuget install
2019-01-20 18:12:10 -05:00
Andrew Rabert a1fcf4ea0d Merge pull request #613 from MatMaul/mediaencoding-dev
Update MediaEncoding
2019-01-20 18:11:51 -05:00
Andrew Rabert c8dd72886b Merge pull request #636 from cvium/fix_subtitle_conversion_direct_streaming
Allow subtitle extraction and conversion in direct streaming
2019-01-20 16:59:16 -05:00
Andrew Rabert c64cc733d2 Merge pull request #639 from Bond-009/ffmpeg4.1
Fix segment_time_delta for ffmpeg 4.1
2019-01-20 16:55:45 -05:00
William Taylor 190bc46c1b Removed unused parameters from Program.getImageEncoder 2019-01-20 21:54:07 +00:00
Mathieu Velten ae73f7b3e3 Fix transcoding bitrate 2019-01-20 22:50:17 +01:00
Mathieu Velten 060eb98cc5 Fix encoding profile handling for vaapi 2019-01-20 22:50:17 +01:00
Mathieu Velten da16de48aa Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncoding
Remove some duplicate code that were causing warnings
2019-01-20 22:50:09 +01:00
William Taylor e62198650e Updated param name 2019-01-20 21:05:12 +00:00
William Taylor 88f13492c7 Added myself to contributors.md 2019-01-20 21:05:12 +00: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 c27aff1c63 Fix segment_time_delta for ffmpeg 4.1 2019-01-20 21:56:50 +01:00
Vasily 0586598d33 Merge pull request #637 from Bond-009/font
Remove unused font
2019-01-20 23:16:42 +03:00
Claus Vium e8cf72e925 Change CanExtractSubtitles to true to allow conversion during direct streaming 2019-01-20 21:03:18 +01:00
Bond_009 fc7c211025 Remove unused font 2019-01-20 20:32:15 +01:00
Anthony Lavado 3d441d4a73 Merge pull request #634 from joshuaboniface/replace-tvdbkey
Replace our TVDB key with @drakus72's which is V1
2019-01-20 13:48:18 -05:00
Bond_009 35d97dc949 Minor improvements to library scan code 2019-01-20 19:40:37 +01:00
Joshua M. Boniface 18189644e3 Merge pull request #622 from joshuaboniface/unified-build
Add unified build script and bump_version script
2019-01-20 13:28:39 -05:00
Joshua Boniface 56365e9237 Bail out if web branch is unclean like build does 2019-01-20 13:19:50 -05:00
Joshua Boniface 9da5d3acc2 Replace our TVDB key with @drakus72's which is V1 2019-01-20 12:59:22 -05:00
Joshua Boniface 3320d4feeb Move dotnet to a per-platform dependency 2019-01-20 12:34:52 -05:00
Joshua Boniface 90b9a95619 Use LANG=C for date in Yum changelog 2019-01-20 12:23:36 -05:00
Andrew Rabert 3a6624f701 Merge pull request #629 from cvium/fix_subtitleencoder
Fix subtitle converter misinterpreting 0 valued endTimeTicks
2019-01-20 11:35:20 -05:00
Claus Vium 2b47006662 Remove unneeded variable 2019-01-20 17:06:40 +01:00
Andrew Rabert acb9afd908 Merge pull request #598 from cvium/remove_textencoding
Remove MediaBrowser.Text for license violations and hackiness
2019-01-20 10:33:59 -05: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
Claus Vium 2dc14aa85d Remove CodePages from csproj 2019-01-20 11:41:33 +01:00
Claus Vium 26e20d1cd5 Fix subtitle converter misinterpreting 0 valued endTimeTicks 2019-01-20 08:17:31 +01:00
Claus Vium 217d35ee74 Fix missing imports after rebase 2019-01-20 06:33:33 +01:00
cvium 790266d314 Add package ref for codepages 2019-01-20 06:30:52 +01:00
cvium eba1f05c03 Remove embedded resource from csproj 2019-01-20 06:30:52 +01:00
cvium b35dcbb9f0 Remove MediaBrowser.Text since it violates licenses and is overall hacky 2019-01-20 06:30:50 +01:00
Joshua M. Boniface 3a5e3ade01 Merge pull request #628 from nvllsvm/name
Update Product Name (User-Agent)
2019-01-20 00:01:02 -05:00