| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-15 | Do not set different force_key_frames for vod streams | Dominik | |
| 2022-10-31 | Backport pull request #8662 from jellyfin/release-10.8.z | cvium | |
| fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes Original-merge: 45f3fb1cfc54f4dced7f6e02b7fc433056678634 Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-30 | Merge pull request #8618 from jgriff6/remove-tolists | Bond-009 | |
| 2022-10-30 | Merge pull request #8638 from photonconvergence/fix/extras-type | Bond-009 | |
| 2022-10-28 | Backport pull request #8620 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix the DG2 HDR TM tearing issue on Windows Original-merge: 3bdc2bff5f26f8a564d8f601a599134950e8d974 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-28 | Backport pull request #8501 from jellyfin/release-10.8.z | cvium | |
| fix: set MinIndexNumber for the next up query Original-merge: 679e83082f76b0d6c54d0aa4b8fe1138c1a10ccd Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-25 | Remove unnecessary IsPathLocked function | jgriff6 | |
| 2022-10-18 | Merge pull request #7708 from nyanmisaka/amd-vaapi-vulkan | Joshua M. Boniface | |
| 2022-10-16 | Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+) | nyanmisaka | |
| This requires: - VK_EXT_image_drm_format_modifier extension - Linux kernel version >= 5.15 - jellyfin-ffmpeg5 >= 5.0.1-2 Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2022-10-12 | Rewrite BaseItem.ModifySortChunks | Bond_009 | |
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Merge branch 'master' into providermanager-cleanup | Claus Vium | |
| 2022-10-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-07 | Merge pull request #8503 from Bond-009/ThrowIfNull | Claus Vium | |
| 2022-10-06 | Remove extra argument | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-10-01 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-26 | Update MediaBrowser.Controller/Lyrics/LyricInfo.cs | 1hitsong | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-09-23 | Backport pull request #8280 from jellyfin/release-10.8.z | Bill Thornton | |
| Fix ffmpeg analyze duration env var taking priority over media source Original-merge: 632fb05f467a935da5765fccd1595dfd501247d0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8213 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-23 | Backport pull request #8189 from jellyfin/release-10.8.z | Luke F | |
| Fix GetItems IndexOutOfRangeException when IDs do not exist Original-merge: 527ed0607d5f31a232293b39daac19018518b1a0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-21 | Update summaries, Use spans | 1hitsong | |
| 2022-09-20 | Use Span in SupportedMediaTypes comparison | 1hitsong | |
| 2022-09-20 | Resolve Azure build error | 1hitsong | |
| 2022-09-20 | Use Directory GetFiles to find lyric files | 1hitsong | |
| 2022-09-19 | Move AcceptedTimeFormats to class level variable | 1hitsong | |
| 2022-09-18 | Code Cleanup | 1hitsong | |
| 2022-09-18 | Add default values to LyricResponse | 1hitsong | |
| 2022-09-18 | Use numeric values for metadata values | 1hitsong | |
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Use providers in order of priority | 1hitsong | |
| 2022-09-18 | Remove automapper tool | 1hitsong | |
| 2022-09-17 | Use model properties for LRC metadata | 1hitsong | |
| 2022-09-17 | Resolve Azure build issues | 1hitsong | |
| 2022-09-17 | Code cleanups. Remove pragma commands | 1hitsong | |
| 2022-09-17 | Var type refinements | 1hitsong | |
| 2022-09-17 | Removing unused lines | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-14 | Merge pull request #8401 from ZachPhelan/sort-special-features | Bond-009 | |
| 2022-09-14 | Merge pull request #8144 from joseph39/ffmpeg-referer | Bond-009 | |
| 2022-09-13 | Add function back for compatibility, add sorting | Zach Phelan | |
