| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-03 | Merge pull request #1708 from crobibero/patch-1 | Joshua M. Boniface | |
| Fix translate link | |||
| 2019-09-03 | Merge pull request #1709 from joshuaboniface/fix-rootdir-crash | Joshua M. Boniface | |
| Fix crash due to missing userRootFolder data | |||
| 2019-09-02 | Add debug logs and try/catch when creating folder | Joshua Boniface | |
| 2019-09-02 | Fix translate link | Cody Robibero | |
| 2019-09-02 | Merge pull request #1693 from joshuaboniface/update-libssl | Joshua M. Boniface | |
| Update Debian build to Buster and LibSSL 1.1 | |||
| 2019-09-02 | Add missing build dependency | Joshua Boniface | |
| 2019-09-02 | Merge pull request #1699 from joshuaboniface/bump-version | Joshua M. Boniface | |
| Bump version to 10.4.0 | |||
| 2019-09-02 | Merge pull request #1707 from nvllsvm/default_build_arg | Anthony Lavado | |
| Fix default build arg | |||
| 2019-09-02 | Fix default build arg | Andrew Rabert | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-02 | Merge pull request #1702 from Bond-009/warn8 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-09-02 | Merge pull request #1704 from nvllsvm/fix_replace_multiple_spaces | Anthony Lavado | |
| Fix replace multiple spaces | |||
| 2019-09-01 | Use regex to replace multiple spaces with one space | Andrew Rabert | |
| This communicates the intent of the code more clearly than before. No noticeable performance impact. | |||
| 2019-09-01 | Fix infinite looping when scanning TV metadata | Andrew Rabert | |
| It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a | |||
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-09-01 | Merge pull request #1691 from sammyrc34/vaapifix | Bond-009 | |
| Enable VAAPI decoding without hardware encoding | |||
| 2019-09-01 | Merge pull request #1683 from dkanada/misc | Bond-009 | |
| Move the transcode path and other small fixes | |||
| 2019-09-01 | Merge pull request #1700 from thornbill/flac | Anthony Lavado | |
| Restore flac mime type | |||
| 2019-09-01 | Restore flac mime type | Bill Thornton | |
| 2019-09-01 | Merge pull request #1680 from marius-luca-87/q6fn_dlna_seek | Anthony Lavado | |
| Fix q6fn dlna seek for direct play | |||
| 2019-09-01 | Fix VAAPI 8-bit HW to SW transcoding for some media | Samantha Collard | |
| 2019-08-31 | Bump version to 10.4.0 | Joshua Boniface | |
| 2019-08-31 | Allow selecting web branch and fix Docker sed | Joshua Boniface | |
| 2019-08-31 | Merge pull request #1687 from Bond-009/isomounter | Joshua M. Boniface | |
| Move IsoMounter to plugin | |||
| 2019-08-31 | Merge pull request #1695 from nvllsvm/dfa | Joshua M. Boniface | |
| Make Docker ffmpeg version configurable | |||
| 2019-08-31 | docker - make ffmpeg version configurable | Andrew Rabert | |
| 2019-08-31 | Add libssl-dev dependency | Joshua Boniface | |
| 2019-08-31 | Update GCC crossbuild to version 8 | Joshua Boniface | |
| 2019-08-31 | Use latest 2.2.6 dotnet SDK image (2.2.401) | Joshua Boniface | |
| 2019-08-31 | Add libssl-dev build dependency | Joshua Boniface | |
| 2019-08-31 | Enable VAAPI decoding without hardware encoding | Samantha Collard | |
| Enable VAAPI command arguments to ffmpeg if VAAPI is selected, and add the "hwdownload" filter if transcoding from VAAPI to software. Also support transforming 10 bit colourspace to 8-bit, consistent with other hardware encoding options, at least until client pixel formats are configurable. | |||
| 2019-08-29 | Move IsoMounter to plugin | Bond_009 | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-29 | Merge pull request #1685 from Bond-009/format | Anthony Lavado | |
| Fix invalid arg for | |||
| 2019-08-29 | Fix invalid arg for | Bond_009 | |
| 2019-08-29 | move the transcode path | dkanada | |
| 2019-08-29 | - use streamInfo.StartPositionTicks if provided over ↵ | marius | |
| userdata.PlaybackPositionTicks when creating the Samsung Bookmark Info | |||
| 2019-08-28 | Merge pull request #1678 from marius-luca-87/dlna_seek_exception_fix | Bond-009 | |
| Fix ArgumentOutOfRangeException in ParseTimeSeekHeader | |||
| 2019-08-28 | - fix ArgumentOutOfRangeException at ↵ | marius | |
| MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length) | |||
| 2019-08-28 | Merge pull request #1633 from Bond-009/udpclient | Anthony Lavado | |
| Attempt to fix #1391 | |||
| 2019-08-28 | Merge pull request #1676 from Bond-009/login | Anthony Lavado | |
| Fix login | |||
| 2019-08-28 | Fix login | Bond_009 | |
| 2019-08-28 | Remove unused args | Bond_009 | |
| 2019-08-28 | Attempt to fix #1391 | Bond_009 | |
| 2019-08-27 | Merge pull request #1641 from cvium/tmdb_cleanup | Anthony Lavado | |
| Tmdb cleanup and re-add Writer and Producer | |||
| 2019-08-27 | Merge pull request #1651 from sl1288/master | Andrew Rabert | |
| Fix local trailers playback | |||
| 2019-08-26 | Translated using Weblate (Norwegian Bokmål) | Odd Stråbø | |
| Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2019-08-26 | Translated using Weblate (French) | Pafzedog | |
| Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
