aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2023-02-04Remove frag_keyframe as it is not relevant for audioJames Harvey
2023-02-04Fill in issue/PR commentJames Harvey
2023-02-04Add movflags to mp4 audio encodingJames Harvey
2023-02-02Merge pull request #9191 from barronpm/applicationhost-cleanup1Cody Robibero
2023-02-02Fix audio codec not being used in UniversalAudio (#9192)James Harvey
2023-02-01Added CleanupCollection taskJean-Pierre Bachmann
2023-01-28Remove Emby.Notifications (#9147)Patrick Barron
2023-01-28Remove ability to add a played indicator to images (#9186)Cody Robibero
2023-01-27Use dependency injection for IChannelPatrick Barron
2023-01-27Use depencency injection for ISubtitleProviderPatrick Barron
2023-01-24Merge branch 'master' into network-rewriteShadowghost
2023-01-24Merge pull request #9146 from nyanmisaka/fix-pgs-vulkanBond-009
2023-01-22Backport pull request #9145 from jellyfin/release-10.8.znyanmisaka
Fix PGS position issue in sw decoding #8602 Original-merge: fbb9acf58b4b4dc805fa95c60e625d4ca4ff90ae Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22Backport pull request #9050 from jellyfin/release-10.8.znyanmisaka
Update workaround for i915 hang in linux 5.18 to 6.1.3 Original-merge: 464136cfc9113d33ed4698904a31249f1ed893bf Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-21Fix PGS position issue in Vulkan pipelinenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-01-20Add "Allowed Tags" to Parental ControlsJpuc1143
2023-01-20Merge branch 'master' into network-rewriteShadowghost
2023-01-20Remove DvdLib (#9068)Patrick Barron
* Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵renovate[bot]
v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-10chore(deps): update dotnet monorepo to v7.0.2renovate[bot]
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-07Fix recursive children lookup of folders (#8678)Egor Bakanov
Fixes https://github.com/jellyfin/jellyfin/issues/6193 Fixes https://github.com/jellyfin/jellyfin/issues/7226
2023-01-07Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)Cody Robibero
2023-01-03Merge pull request #8775 from SenorSmartyPants/DVRMetadataBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/5178
2022-12-30Add support for .sup subtitle (#8808)Cody Robibero
Fixes https://github.com/jellyfin/jellyfin/issues/8628
2022-12-20Merge branch 'master' into network-rewriteShadowghost
2022-12-19Remove unused ImageByName API (#8928)Niels van Velzen
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-15chore(deps): update dotnet monorepo to v7.0.1 (#8900)renovate[bot]
* chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-07Update depsBond_009
2022-12-07Fix release buildBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix build (#8859)Bond-009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2022-12-01Add delay_moov flag for progressive mp4 transcodingBill Thornton
2022-11-30The -autoscale option was added in FFmpeg 4.4 (#8813)Bond-009
2022-11-27Investigate some TODO commentsBond_009
2022-11-23Merge pull request #7039 from 1337joe/providermanager-cleanupBond-009
2022-11-19Add Options to disable DVR NFO and image savingSenorSmartyPants
- SaveRecordingNFO and SaveRecordingImages default to true. Maintains current behavior. - Episode.FillMissingEpisodeNumbersFromPath for live tv so external metadata can be pulled when recording starts.
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost