aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-13Rearrage the Amd vaapi-vulkan pipeline for synchronizationnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-13Backport pull request #9671 from jellyfin/release-10.8.znyanmisaka
Fix the canvas size for DVBSUB and DVDSUB subtitles Original-merge: eba95cc7f0304ebc9c1a8c0fc11a29ffca6fc97d Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9642 from jellyfin/release-10.8.znyanmisaka
Fix the brightness of VPP tonemap and add the tonemap mode Original-merge: d5a8419bc52ba06c070012849ba166dd2fbff8b0 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9538 from jellyfin/release-10.8.zTheTyrius
Fix nvenc preset order Original-merge: 79bb7560dc7848608cfab538b3aaf56dea545d8f Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
* Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages
2023-06-10Merge pull request #8203 from Shadowghost/nfo-season-namesCody Robibero
Implement NFO named season parsing
2023-06-07Merge branch 'master' into network-rewriteShadowghost
2023-06-05Source SQLite cache_size from an Environment Variable (#9666)Mark Lopez
2023-05-30Merge pull request #9818 from Shadowghost/fixesBond-009
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-05-26Fix TotalRecordCount calculationShadowghost
2023-05-25Merge branch 'master' into network-rewriteShadowghost
2023-05-20Implement NFO named season parsingShadowghost
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2023-05-15Audio normalization (#9222)TelepathicWalrus
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-05-07Fix scaleFactor limitation to 1 introduced by pull request #9485Oliver Weyhmüller
2023-05-01close inactive sessions after 10 minutesherby2212
2023-04-16fix: dead link (#9626)Brett Petch
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-06Use TryGetValueStepan Goremykin
2023-04-02Fix vaapi-vulkan subtitle tearing issuenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-03-28Merge pull request #9466 from Shadowghost/playlist-fixBond-009
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-21Fix audio VBR calculationknackebrot
Pass encoder, not codec
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-18Don't overwrite NFO images (#9452)SenorSmartyPants
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-17Fix condition in CanStreamCopyAudioShadowghost
2023-03-17Apply review suggestionsShadowghost
2023-03-16Fix #9378Bond_009
Remove sort words before replacing dots with spaces
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-15Merge pull request #9418 from Bond-009/getawaiterBond-009
2023-03-15Prefer other codecs over DTS and TrueHD on transcodeShadowghost
2023-03-14Backport pull request #9485 from jellyfin/release-10.8.zShadowghost
Fix the bitrate scale factor for h264-to-hevc transcoding Original-merge: 173a963dbf6072897b1086abf3f378ddfa7fda5a Merged-by: Nyanmisaka <nst799610810@gmail.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-10Add migration to properly set playlist ownerShadowghost
2023-03-10Fix playlist creation and removalShadowghost
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-03-09Backport pull request #9430 from jellyfin/release-10.8.znyanmisaka
Fix Live TV hardware decoding Original-merge: efc79295decce252e03978814fc09505bbb47956 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
Fix stream map when using filter_complex with unlabeled output Original-merge: 6821a2ab358761282a0030c42c837b39bad089e1 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9391 from jellyfin/release-10.8.znyanmisaka
Fix H.264 baseline hwaccel and enable enhanced Nvdec by default Original-merge: 22a8283a9e3425da0496c28e6737dfadf9c67b33 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Backport pull request #9355 from jellyfin/release-10.8.znyanmisaka
Some VAAPI VPP and OpenCL fixes Original-merge: c8077122463c7b984f706b5f1b79abd30461ab40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Merge pull request #9446 from 1337joe/audiobook-grouping-fixesBond-009