aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-21Fix NullRefBond_009
2019-01-20Merge pull request #631 from Bond-009/imagesizeAndrew Rabert
Cleanup ImageProcessor and SkiaEncoder
2019-01-20Fix func nameAndrew Rabert
2019-01-20FormattingAndrew Rabert
2019-01-20Update appPaths positionAndrew Rabert
2019-01-20Update logger positionAndrew Rabert
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
Minor improvements to library scan code
2019-01-20Merge pull request #623 from wtayl0r/inject-logger-factoriesAndrew Rabert
Replaced injections of ILogger with ILoggerFactory
2019-01-20Merge pull request #638 from EraYaN/clean-test-filesAndrew Rabert
Removed XmlTv testfiles and nuget install
2019-01-20Merge pull request #613 from MatMaul/mediaencoding-devAndrew Rabert
Update MediaEncoding
2019-01-20Merge pull request #636 from cvium/fix_subtitle_conversion_direct_streamingAndrew Rabert
Allow subtitle extraction and conversion in direct streaming
2019-01-20Merge pull request #639 from Bond-009/ffmpeg4.1Andrew Rabert
Fix segment_time_delta for ffmpeg 4.1
2019-01-20Removed unused parameters from Program.getImageEncoderWilliam Taylor
2019-01-20Fix transcoding bitrateMathieu Velten
2019-01-20Fix encoding profile handling for vaapiMathieu Velten
2019-01-20Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncodingMathieu Velten
Remove some duplicate code that were causing warnings
2019-01-20Updated param nameWilliam Taylor
2019-01-20Added myself to contributors.mdWilliam Taylor
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
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-20Fix segment_time_delta for ffmpeg 4.1Bond_009
2019-01-20Merge pull request #637 from Bond-009/fontVasily
Remove unused font
2019-01-20Change CanExtractSubtitles to true to allow conversion during direct streamingClaus Vium
2019-01-20Remove unused fontBond_009
2019-01-20Merge pull request #634 from joshuaboniface/replace-tvdbkeyAnthony Lavado
Replace our TVDB key with @drakus72's which is V1
2019-01-20Minor improvements to library scan codeBond_009
2019-01-20Merge pull request #622 from joshuaboniface/unified-buildJoshua M. Boniface
Add unified build script and bump_version script
2019-01-20Bail out if web branch is unclean like build doesJoshua Boniface
2019-01-20Replace our TVDB key with @drakus72's which is V1Joshua Boniface
2019-01-20Move dotnet to a per-platform dependencyJoshua Boniface
2019-01-20Use LANG=C for date in Yum changelogJoshua Boniface
2019-01-20Merge pull request #629 from cvium/fix_subtitleencoderAndrew Rabert
Fix subtitle converter misinterpreting 0 valued endTimeTicks
2019-01-20Remove unneeded variableClaus Vium
2019-01-20Merge pull request #598 from cvium/remove_textencodingAndrew Rabert
Remove MediaBrowser.Text for license violations and hackiness
2019-01-20TouchupBond_009
2019-01-20Remove unneeded fieldsBond_009
2019-01-20Cleanup ImageProcessorBond_009
2019-01-20Remove CodePages from csprojClaus Vium
2019-01-20Fix subtitle converter misinterpreting 0 valued endTimeTicksClaus Vium
2019-01-20Fix missing imports after rebaseClaus Vium
2019-01-20Add package ref for codepagescvium
2019-01-20Remove embedded resource from csprojcvium
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-20Merge pull request #628 from nvllsvm/nameJoshua M. Boniface
Update Product Name (User-Agent)
2019-01-19Update product name to Jellyfin ServerAndrew Rabert
2019-01-19Use AssmeblyProduct for NameAndrew Rabert
2019-01-19Merge pull request #582 from nvllsvm/imageAndrew Rabert
Replace custom image parser with Skia
2019-01-19Merge pull request #627 from nvllsvm/versionAndrew Rabert
Use string for ApplicationVersion
2019-01-19Combine Emby.Drawing and Emby.Drawing.SkiaAndrew Rabert
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert