aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-21Merge pull request #664 from jellyfin/revert-639-ffmpeg4.1Andrew Rabert
Revert "Fix segment_time_delta for ffmpeg 4.1"
2019-01-21Merge pull request #661 from Bond-009/streamstateAndrew Rabert
Fix NullRef from progress report
2019-01-21Revert "Fix segment_time_delta for ffmpeg 4.1"Joshua M. Boniface
2019-01-21Fix NullRefBond_009
2019-01-21Add jellyfin-web#53 to changelogsJoshua Boniface
2019-01-21Add helpful time text around platform buildsJoshua Boniface
2019-01-21Merge pull request #655 from joshuaboniface/local-web-branchJoshua M. Boniface
Support trying local branches in submodule
2019-01-21Add jellyfin-web#52 to changelogsJoshua Boniface
2019-01-21Update changelogs to include this PRJoshua Boniface
2019-01-21Support trying local branches in submoduleJoshua Boniface
2019-01-21Use basename for cross-platform operationJoshua Boniface
Trying to sed out the deployment/ failed on MacOS, so use the basename command instead for the same effect.
2019-01-21Fix inconsistencies in changelogsJoshua Boniface
2019-01-21Correct bad signature lineJoshua Boniface
2019-01-20Merge branch 'master' into release-10.1.0Joshua M. Boniface
2019-01-20Complete and remove todo from bump_versionJoshua Boniface
2019-01-20Bump version to 10.1.0Joshua Boniface
2019-01-20Merge pull request #646 from Tthecreator/masterAndrew Rabert
Fix infinite loop bug on subtitle.m3u8 request
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-21Added myself to contributersTthecreator
2019-01-21Fixed bug where the server would eat up ram with subtitles requestTthecreator
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