| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-25 | Add back taglib-sharp submodulev10.1.0 | Vasily | |
| This fixes v10.1.0 build | |||
| 2019-01-22 | Merge pull request #677 from nvllsvm/fixdocker | Andrew Rabert | |
| Fix arm32 Docker | |||
| 2019-01-22 | Fix arm32 Docker | Andrew Rabert | |
| 2019-01-22 | Merge pull request #651 from jellyfin/release-10.1.0 | Andrew Rabert | |
| Release 10.1.0 | |||
| 2019-01-22 | Update jellyfin-web submodule to 10.1.0 | Joshua Boniface | |
| 2019-01-21 | Update changelogs to add #666 | Joshua Boniface | |
| 2019-01-21 | Merge pull request #666 from nvllsvm/cross-platform | Anthony Lavado | |
| Add cross-platform build for arm64 | |||
| 2019-01-21 | Add Dockerfile.arm64 docs | Andrew Rabert | |
| 2019-01-21 | Update to .NETCore 3.0 | Andrew Rabert | |
| 2019-01-21 | Disable cross-platform build for arm32v7 | Andrew Rabert | |
| https://github.com/jellyfin/jellyfin/issues/665 | |||
| 2019-01-21 | Update arm/arm64 images to build cross-platform | Andrew Rabert | |
| These Dockerfiles can not be built natively - must be built on x86_64 | |||
| 2019-01-21 | Update changelogs to remove #639, add #661, #54 | Joshua Boniface | |
| 2019-01-21 | Merge pull request #664 from jellyfin/revert-639-ffmpeg4.1 | Andrew Rabert | |
| Revert "Fix segment_time_delta for ffmpeg 4.1" | |||
| 2019-01-21 | Merge pull request #661 from Bond-009/streamstate | Andrew Rabert | |
| Fix NullRef from progress report | |||
| 2019-01-21 | Revert "Fix segment_time_delta for ffmpeg 4.1" | Joshua M. Boniface | |
| 2019-01-21 | Fix NullRef | Bond_009 | |
| 2019-01-21 | Add jellyfin-web#53 to changelogs | Joshua Boniface | |
| 2019-01-21 | Add helpful time text around platform builds | Joshua Boniface | |
| 2019-01-21 | Merge pull request #655 from joshuaboniface/local-web-branch | Joshua M. Boniface | |
| Support trying local branches in submodule | |||
| 2019-01-21 | Add jellyfin-web#52 to changelogs | Joshua Boniface | |
| 2019-01-21 | Update changelogs to include this PR | Joshua Boniface | |
| 2019-01-21 | Support trying local branches in submodule | Joshua Boniface | |
| 2019-01-21 | Use basename for cross-platform operation | Joshua Boniface | |
| Trying to sed out the deployment/ failed on MacOS, so use the basename command instead for the same effect. | |||
| 2019-01-21 | Fix inconsistencies in changelogs | Joshua Boniface | |
| 2019-01-21 | Correct bad signature line | Joshua Boniface | |
| 2019-01-20 | Merge branch 'master' into release-10.1.0 | Joshua M. Boniface | |
| 2019-01-20 | Complete and remove todo from bump_version | Joshua Boniface | |
| 2019-01-20 | Bump version to 10.1.0 | Joshua Boniface | |
| 2019-01-20 | Merge pull request #646 from Tthecreator/master | Andrew Rabert | |
| Fix infinite loop bug on subtitle.m3u8 request | |||
| 2019-01-20 | Merge pull request #631 from Bond-009/imagesize | Andrew Rabert | |
| Cleanup ImageProcessor and SkiaEncoder | |||
| 2019-01-20 | Fix func name | Andrew Rabert | |
| 2019-01-20 | Formatting | Andrew Rabert | |
| 2019-01-20 | Update appPaths position | Andrew Rabert | |
| 2019-01-20 | Update logger position | Andrew Rabert | |
| 2019-01-20 | Merge branch 'dev' into imagesize | Andrew Rabert | |
| 2019-01-21 | Added myself to contributers | Tthecreator | |
| 2019-01-21 | Fixed bug where the server would eat up ram with subtitles request | Tthecreator | |
| 2019-01-20 | Merge pull request #621 from Bond-009/perf | Andrew Rabert | |
| Minor improvements to library scan code | |||
| 2019-01-20 | Merge pull request #623 from wtayl0r/inject-logger-factories | Andrew Rabert | |
| Replaced injections of ILogger with ILoggerFactory | |||
| 2019-01-20 | Merge pull request #638 from EraYaN/clean-test-files | Andrew Rabert | |
| Removed XmlTv testfiles and nuget install | |||
| 2019-01-20 | Merge pull request #613 from MatMaul/mediaencoding-dev | Andrew Rabert | |
| Update MediaEncoding | |||
| 2019-01-20 | Merge pull request #636 from cvium/fix_subtitle_conversion_direct_streaming | Andrew Rabert | |
| Allow subtitle extraction and conversion in direct streaming | |||
| 2019-01-20 | Merge pull request #639 from Bond-009/ffmpeg4.1 | Andrew Rabert | |
| Fix segment_time_delta for ffmpeg 4.1 | |||
| 2019-01-20 | Removed unused parameters from Program.getImageEncoder | William Taylor | |
| 2019-01-20 | Fix transcoding bitrate | Mathieu Velten | |
| 2019-01-20 | Fix encoding profile handling for vaapi | Mathieu Velten | |
| 2019-01-20 | Revert back to 10e57ce8d21b4516733894075001819f3cd6db6b for MediaEncoding | Mathieu Velten | |
| Remove some duplicate code that were causing warnings | |||
| 2019-01-20 | Updated param name | William Taylor | |
| 2019-01-20 | Added myself to contributors.md | William Taylor | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William 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. | |||
