aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2022-11-15Do not set different force_key_frames for vod streamsDominik
2022-10-31Backport pull request #8662 from jellyfin/release-10.8.zcvium
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-30Merge pull request #8618 from jgriff6/remove-tolistsBond-009
2022-10-30Merge pull request #8638 from photonconvergence/fix/extras-typeBond-009
2022-10-28Backport pull request #8620 from jellyfin/release-10.8.znyanmisaka
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-28Backport pull request #8501 from jellyfin/release-10.8.zcvium
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-27Fix extra type differentiationphotonconvergence
Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break
2022-10-25Remove unnecessary IsPathLocked functionjgriff6
2022-10-18Merge pull request #7708 from nyanmisaka/amd-vaapi-vulkanJoshua M. Boniface
2022-10-16Add 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-12Rewrite BaseItem.ModifySortChunksBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-07Merge pull request #7514 from Shadowghost/music-extendClaus Vium
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-07Merge pull request #8503 from Bond-009/ThrowIfNullClaus Vium
2022-10-06Remove extra argumentBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_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-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-10-01Merge branch 'master' into network-rewriteShadowghost
2022-09-28Remove redundant using directivesHannes Braun
2022-09-26Update MediaBrowser.Controller/Lyrics/LyricInfo.cs1hitsong
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-09-23Backport pull request #8280 from jellyfin/release-10.8.zBill 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-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
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-23Backport pull request #8189 from jellyfin/release-10.8.zLuke 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-22Use async functions1hitsong
2022-09-21Update summaries, Use spans1hitsong
2022-09-20Use Span in SupportedMediaTypes comparison1hitsong
2022-09-20Resolve Azure build error1hitsong
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-19Move AcceptedTimeFormats to class level variable1hitsong
2022-09-18Code Cleanup1hitsong
2022-09-18Add default values to LyricResponse1hitsong
2022-09-18Use numeric values for metadata values1hitsong
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Use providers in order of priority1hitsong
2022-09-18Remove automapper tool1hitsong
2022-09-17Use model properties for LRC metadata1hitsong
2022-09-17Resolve Azure build issues1hitsong
2022-09-17Code cleanups. Remove pragma commands1hitsong
2022-09-17Var type refinements1hitsong
2022-09-17Removing unused lines1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Merge pull request #8401 from ZachPhelan/sort-special-featuresBond-009
2022-09-14Merge pull request #8144 from joseph39/ffmpeg-refererBond-009
2022-09-13Add function back for compatibility, add sortingZach Phelan