aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2023-06-22Use config valuesnicknsy
2023-06-22Optionsnicknsy
2023-06-22IsAutomated not set on copynicknsy
2023-06-22Trickplay generation, manager, storagenicknsy
2023-06-22Merge pull request #9915 from Bond-009/stylecopBond-009
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-22Update stylecop.analyzers to v1.2.0-beta.507Bond_009
2023-06-21Merge branch 'master' into network-rewriteShadowghost
2023-06-20Merge pull request #9894 from fhriley/fix_hardcoded_timerBond-009
2023-06-20Remove unused linesnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-20Add AV1 hardware and software encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-20Add AV1 support in HLS streamingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-19Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com>
2023-06-15Pick safer default value for segments to keepDominik
2023-06-15Add baseUrlParam back in and fix indentationDominik
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-13Backport pull request #9723 from jellyfin/release-10.8.zDmitry Lyzo
Fix multiple codec checking in CodecProfiles conditions Original-merge: bec8d7b3f5923c240bbc5bcf160c19f7cc591211 Merged-by: Bond-009 <bond.009@outlook.com> 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 #9411 from jellyfin/release-10.8.znyanmisaka
Fix codec checking in CodecProfiles conditions Original-merge: 5921379a29583804fd1e99d1aad81bd4aad7f019 Merged-by: Bond-009 <bond.009@outlook.com> 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-07Merge branch 'master' into network-rewriteShadowghost
2023-06-06Make LUFS property nullable in BaseItemDtoNiels van Velzen
This fixes a regression from #9222 where the LUFS field in the OpenAPI spec was not nullable. This will cause issues with the Kotlin SDK.
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-05-25Merge branch 'master' into network-rewriteShadowghost
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-14fix formatting and update summaryherby2212
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-05-01option to disable and configure inactive session thresholdherby2212
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
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-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-19Add DCA and TrueHD to fMP4 audio codecs to support remuxingShadowghost
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-15Merge pull request #9418 from Bond-009/getawaiterBond-009
2023-03-15Merge pull request #9460 from Shadowghost/rating-overhaulBond-009
2023-03-14Add config option to disable dummy chapter generation (#9410)Shadowghost
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-03-10Fix playlist creation and removalShadowghost
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Fix DLNA playback of DVD and BD foldersShadowghost
2023-03-10Apply review suggestionsShadowghost
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 #9351 from jellyfin/release-10.8.zShadowghost
Fix EqualsAny condition check for int and double Original-merge: e8b0ae07afd9fc08a216d6aa632ee20d6d88566b Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Extend language code handlingShadowghost
2023-03-07Enable nullable for more filesBond_009