| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-03 | actually remove MediaBrowser.Api | crobibero | |
| 2020-08-03 | Merge remote-tracking branch 'upstream/master' into api-migration | crobibero | |
| 2020-08-01 | Merge remote-tracking branch 'jellyfin/api-migration' into api-universal-audio | David | |
| 2020-08-01 | Move UniversalAudioService to Jellyfin.Api | David | |
| 2020-07-31 | Move DynamicHlsService to Jellyfin.Api | crobibero | |
| 2020-07-31 | Merge pull request #3764 from Ullmie02/api-videohls | Patrick Barron | |
| Move VideoHlsService to Jellyfin.Api | |||
| 2020-07-31 | Merge remote-tracking branch 'upstream/api-migration' into api-video | crobibero | |
| 2020-07-31 | Move VideoHlsService to Jellyfin.Api | David | |
| 2020-07-29 | Optimize Substring and StringBuilder usage | Bond_009 | |
| 2020-07-27 | Move HlsSegmentService to Jellyfin.Api | David Ullmer | |
| 2020-07-24 | move VideoService.cs to Jellyfin.Api | crobibero | |
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-07-22 | Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio | David | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs | |||
| 2020-07-20 | Merge remote-tracking branch 'upstream/master' into api-migration-merge | crobibero | |
| 2020-07-19 | Continute work | David | |
| 2020-06-28 | Remove routes in old service | David | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-05 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| 2020-06-05 | Fix incorrect HLS master playlist fields | Andreas B | |
| Resolves: #3224 | |||
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-06-03 | Merge pull request #3180 from xumix/master | Anthony Lavado | |
| Refactor copy codec checks | |||
| 2020-05-27 | fix issue with audio transcoding | dkanada | |
| 2020-05-26 | Refactor copy codec checks | xumix | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2020-05-14 | Fix regressions introduced by #3098 | Patrick Barron | |
| 2020-05-12 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln | |||
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-05-06 | Merge pull request #2837 from Bond-009/async2 | dkanada | |
| Minor IAsyncDisposable improvements | |||
| 2020-05-01 | Merge pull request #2573 from YouKnowBlom/add-hls-fields | Bond-009 | |
| Add codecs, resolution and frame-rate fields to HLS master playlist | |||
| 2020-04-25 | Fix error in HLS codecs field when level is null | Andreas B | |
| 2020-04-20 | Add some simple tests | Bond_009 | |
| 2020-04-19 | Merge pull request #2849 from lyonzy/patch-1 | Joshua M. Boniface | |
| Handle null outputFileExtension in GetOutputFilePath | |||
| 2020-04-17 | Handle null outputFileExtension with null-conditional operator | Matt Lyons | |
| 2020-04-15 | Merge pull request #2745 from Artiume/patch-6 | Bond-009 | |
| Force Audio Transcoding for LiveTV Transcoding | |||
| 2020-04-15 | Minor IAsyncDisposable improvements | Bond_009 | |
| 2020-04-13 | Handle null outputFileExtension in GetOutputFilePath | Matt Lyons | |
| 2020-04-12 | Merge pull request #2782 from JustAMan/fix-ssa-delivery | Vasily | |
| Fix support for attachments with baseURL set | |||
| 2020-04-06 | Fix support for attachments with baseURL set | Vasily | |
| * Revert "Add baseURL to attachments" * This is properly handled by jellyfin-web#1020 | |||
| 2020-04-05 | Implement various suggestions | Patrick Barron | |
| 2020-04-05 | Miscellaneous code cleanup | Patrick Barron | |
| 2020-04-05 | Simplified Conditionals and returns | Patrick Barron | |
| 2020-04-05 | Remove unnecessary casts and explicit array types | Patrick Barron | |
| 2020-04-05 | Use ? and ?? where applicable | Patrick Barron | |
| 2020-04-05 | Convert using statements to using declarations where applicable | Patrick Barron | |
| 2020-04-05 | Convert type checks and null checks into pattern matching | Patrick Barron | |
| 2020-04-02 | Force Audio Transcoding for LiveTV Transcoding | artiume | |
| Noticing some sync issues when transcoding livetv, the only thing I was able to do to fix it was to force the audio stream to be transcoded as well. This was how I originally wrote the code and we changed it during the review process. I am reverting it back to the original code. | |||
