| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-10 | Suggestions from review | Cody Robibero | |
| 2022-01-09 | Also seek the external audio stream | nyanmisaka | |
| 2022-01-08 | Fix the wrong logic in HEVC VP9 10bit hwdec boxes | nyanmisaka | |
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-07 | Keep from serializing trailers into database | Joe Rogers | |
| 2022-01-07 | Implement trakt episode links using the implementation from Series.cs | adavier | |
| The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links. The trakt url for episodes is `https://trakt.tv/episodes/{0}`. | |||
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2022-01-06 | ADd more null check | Cody Robibero | |
| 2022-01-04 | Clean up | Cody Robibero | |
| 2022-01-04 | Add missing xml doc | David Ullmer | |
| 2022-01-04 | Remove darkening filter from Splashscreen | David Ullmer | |
| Using the foregroundLayer parameter has the same effect | |||
| 2022-01-04 | Remove splashscreen generation from IImageEncoder and add IImageGenerator | David Ullmer | |
| 2022-01-04 | Always use 1080p, add max parental rating | David Ullmer | |
| 2022-01-04 | Add splashscreen builder | David Ullmer | |
| 2022-01-03 | Remove existing images when applying identify | Joe Rogers | |
| 2022-01-02 | Add refresh flag to remove existing data/images | Joe Rogers | |
| Fixes #7040 | |||
| 2022-01-01 | Use IAuthorizationContext for websocket | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-26 | Fix analysis issues | Cody Robibero | |
| 2021-12-26 | Merge pull request #6934 from nyanmisaka/hwa | Cody Robibero | |
| HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-25 | Merge remote-tracking branch 'origin/master' into hwa | nyanmisaka | |
| 2021-12-24 | Apply suggestions from code review | nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com> | |||
| 2021-12-24 | EncodingHelper hwaccel pipelines refactor | nyanmisaka | |
| separate the HW pipeline according to HWA method for maintainability. | |||
| 2021-12-24 | Merge pull request #7042 from crobibero/fix-build | Claus Vium | |
| 2021-12-24 | Merge branch 'master' into comparisons | Cody Robibero | |
| 2021-12-23 | Fix build from PR merging | Cody Robibero | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-22 | Merge pull request #7028 from cvium/everything_went_wrong | Cody Robibero | |
| 2021-12-21 | Don't cache special feature ids | cvium | |
| 2021-12-20 | Don't skip extras refresh when replacing metadata or doing a full refresh | cvium | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-20 | Fix extras folders | cvium | |
| 2021-12-19 | Merge pull request #7021 from cvium/baseitem_closure | Cody Robibero | |
| 2021-12-19 | Use == instead of Object.Equals to avoid closure allocation | cvium | |
| 2021-12-19 | Use static lambdas | cvium | |
| 2021-12-17 | Merge pull request #6956 from cvium/what_could_go_wrong | Cody Robibero | |
| 2021-12-16 | Deprecate LibraryOptions.EnableInternetProviders | Joe Rogers | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
| 2021-12-14 | Cache BaseItemKind | Cody Robibero | |
| 2021-12-12 | Folder can't have extras | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-12-08 | Fix wrong ffmpeg map argument due to wrong calculation | Jonas Resch | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-12-03 | Merge branch 'support-external-audio-files' of ↵ | Jonas Resch | |
| github.com:jonas-resch/jellyfin into support-external-audio-files | |||
| 2021-12-03 | Optimize calculation of external audio stream index in ↵ | Jonas Resch | |
| MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-12-03 | Replace escaped quote string with quote character in ↵ | Jonas Resch | |
| MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-12-01 | Prevent crashes in specific scenarios | Jonas Resch | |
| 2021-11-30 | Implement coding standards from 2nd code feedback | Jonas Resch | |
| 2021-11-30 | Implement code feedback | Jonas Resch | |
| - Rewrite AudioResolver - Use async & await instead of .Result - Add support for audio containers with multiple audio streams (e.g. mka) - Fix bug when using external subtitle and external audio streams at the same time | |||
