| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-29 | Merge pull request #7994 from nyanmisaka/fix-throttler | Joshua M. Boniface | |
| (cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-14 | Fix splashscreen (#7895) | Cody Robibero | |
| 2022-06-14 | Merge pull request #7911 from cvium/fix_keyframe_transcode | Cody Robibero | |
| (cherry picked from commit 07b39655ebe2e96388ffbbecebeebb5284c26baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-14 | Merge pull request #7894 from crobibero/search-hints | Cody Robibero | |
| (cherry picked from commit 0f75f177361906626e658da86d63583d5111f006) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-10 | Merge pull request #7868 from cvium/disable_dlna | Joshua M. Boniface | |
| (cherry picked from commit aa0f6cb5eb7c7750cc750412fdfcb266b0a5409e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-10 | Merge pull request #7828 from nyanmisaka/fix-dovi-tonemap | Bond-009 | |
| Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping (cherry picked from commit 8595a979a872c05d0d06f9b87ed1b56c693c267d) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-22 | Merge pull request #7780 from 1337joe/fix-tv-guide-search-2 | Cody Robibero | |
| (cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7718 from jellyfin/dovi-hevc-remux | Bond-009 | |
| (cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-17 | Merge pull request #7569 from crobibero/repo-auth | Joshua M. Boniface | |
| (cherry picked from commit a7abdca47a1d749aac9cb5315fda6fbcab8c6e3b) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-04-17 | Merge pull request #7561 from DMouse10462/named-config-api-fix | Cody Robibero | |
| Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-18 | Merge pull request #7474 from nielsvanvelzen/api-secure | Cody Robibero | |
| 2022-03-18 | Remove check for non-existent "emby rt" client in UserViewsController (#7470) | Niels van Velzen | |
| 2022-03-18 | Add authorization attribute to UserViewsController | Niels van Velzen | |
| 2022-03-18 | Add authorization attribute to GetConfigurationPages | Niels van Velzen | |
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-12 | Restrict item refreshing to administrators | Niels van Velzen | |
| 2022-03-12 | Change operation name in ItemRefreshController | Niels van Velzen | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-09 | Fix the fMP4 HLS audio sync issue on Safari | nyanmisaka | |
| 2022-03-06 | Remove TranscodeReason.None, Add JsonFlagEnum tests | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 2022-03-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-03-06 | Fix build | Cody Robibero | |
| 2022-03-05 | Merge pull request #7137 from SenorSmartyPants/master | Bond-009 | |
| 2022-03-01 | Include played and unplayed results in the same next up request | Bill Thornton | |
| 2022-02-28 | Add resume book as default home section | Bill Thornton | |
| 2022-02-28 | Remove obsolete code for premium plugins | Bond_009 | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-20 | Rewatching next up (#7253) | SenorSmartyPants | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-28 | Merge pull request #6436 from daullmer/splashscreen | Cody Robibero | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-21 | Merge pull request #7225 from crobibero/query-result | Bond-009 | |
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-19 | Merge pull request #7176 from dmitrylyzo/fix-trailers-1 | Bond-009 | |
| 2022-01-18 | Merge pull request #7197 from dmitrylyzo/fix-max-resolution | Claus Vium | |
| Fix maximum video resolution for dynamic HLS controller | |||
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-16 | Fix maximum video resolution for dynamic HLS controller | Dmitry Lyzo | |
| 2022-01-16 | Remove unnecessary array allocation | Dmitry Lyzo | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-14 | Fix duplication of local trailers | Dmitry Lyzo | |
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-10 | Use png for storage | Cody Robibero | |
| 2022-01-10 | suggestions from review | Cody Robibero | |
| 2022-01-10 | Suggestions from review | Cody Robibero | |
| 2022-01-08 | Remove unused httpContext parameter | SenorSmartyPants | |
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-08 | Merge pull request #7101 from Bond-009/imagejpg | Cody Robibero | |
| Remove incorrect mime type image/jpg | |||
| 2022-01-07 | Remove isHeadRequest from GetStaticFile method signatures | SenorSmartyPants | |
