| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-25 | Merge pull request #5579 from cocool97/master | Bond-009 | |
| 2021-03-25 | Merge pull request #5321 from Ullmie02/nfo-thumb | Bond-009 | |
| 2021-03-24 | Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs | cocool97 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-22 | Disable auto rotation for some HWA methods (#5586) | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-21 | Merge pull request #5532 from cvium/fix_episode_extras_questionmark | Joshua M. Boniface | |
| 2021-03-20 | Add 'group-title' channel parsing | LIAUD | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
| 2021-03-14 | Merge branch 'master' into ef-cleanup | Patrick Barron | |
| # Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-10 | Use distinct for artists to avoid double refreshing | cvium | |
| 2021-03-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-06 | Enable nullable for Jellyfin.Data and remove unnecessary attributes | Patrick Barron | |
| 2021-02-28 | Add nfo thumb tag support | David | |
| 2021-02-28 | fixed build | BaronGreenback | |
| 2021-02-27 | Merge pull request #5312 from BaronGreenback/FixFor5280 | Claus Vium | |
| 2021-02-27 | Update MediaBrowser.Controller/IServerApplicationHost.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-27 | fix for override ports contained in PublishedServerUrl | BaronGreenback | |
| 2021-02-24 | Fix unchecked input | Bond_009 | |
| 2021-02-20 | Merge pull request #5223 from Bond-009/minor10 | dkanada | |
| Minor improvements | |||
| 2021-02-16 | Fix vpp null reference | crobibero | |
| 2021-02-13 | Use average frame rate when determining deinterlace mode | Orry Verducci | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2021-02-10 | Merge pull request #5107 from jellyfin/enhanced-nvdec-vpp-tonemap | Joshua M. Boniface | |
| 2021-02-09 | Merge pull request #4663 from joshuaboniface/bump-version-10.8.0 | dkanada | |
| Bump version to 10.8.0 for next release | |||
| 2021-02-08 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-02-06 | hybird vpp tonemapping for QSV on Linux | nyanmisaka | |
| 2021-02-06 | add cuda format converter | nyanmisaka | |
| 2021-02-06 | add vpp tonemapping for vaapi | nyanmisaka | |
| 2021-02-05 | Merge pull request #5010 from BaronGreenback/Remove_IPluginConfigurationPage | dkanada | |
| Removal of IPluginConfigurationPage | |||
| 2021-01-25 | add an enhanced nvdec decoder | nyanmisaka | |
| 2021-01-24 | Clear playlist in SyncPlay group | Ionut Andrei Oanca | |
| 2021-01-15 | Remoed configurationPageType | BaronGreenback | |
| 2021-01-15 | Rename IPluginConfigurationPage.cs to ConfigurationPageType.cs.cs | BaronGreenback | |
| Renamed file. | |||
| 2021-01-12 | Removal of IPluginConfigurationPage | BaronGreenback | |
| 2021-01-12 | Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip | Bond_009 | |
| This test uses a very small object (CountryInfo), using a bigger object would increase the difference in allocated memory. ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:| | RoundTripBytes | 932.0 ns | 5.09 ns | 4.25 ns | 0.1173 | - | - | 368 B | | RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 | - | - | 464 B | ``` | |||
| 2021-01-09 | Fix release build ... again | Bond_009 | |
| 2021-01-09 | Fix release build | Bond_009 | |
| 2021-01-09 | Add tests for NFO parsers | Bond_009 | |
| 2021-01-09 | Remove CropWhitespace function | Bond_009 | |
| 2021-01-06 | Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver | Ian | |
| 2020-12-30 | Merge branch 'master' into PluginDowngrade | Cody Robibero | |
| 2020-12-30 | Merge pull request #4853 from Ullmie02/servicestack-json | Bond-009 | |
| 2020-12-26 | not apply to progressive playback | Nyanmisaka | |
| 2020-12-24 | also avoid 7ch transcoding | nyanmisaka | |
| 2020-12-24 | avoid transcoding to 3ch audio for HLS streaming | nyanmisaka | |
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-24 | fix some profiles for H264 AMF encoder | nyanmisaka | |
| 2020-12-23 | Updated to latest unstable. | BaronGreenback | |
| 2020-12-23 | Remove custom Json serializer from MediaBrowser.Controller | David | |
