aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration
AgeCommit message (Collapse)Author
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-20Merge pull request #9894 from fhriley/fix_hardcoded_timerBond-009
2023-06-20Add AV1 hardware and software encodingnyanmisaka
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-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-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-01option to disable and configure inactive session thresholdherby2212
2023-04-06Remove unused using directivesStepan Goremykin
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-14Add config option to disable dummy chapter generation (#9410)Shadowghost
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-07Disable real time monitoring by defaultBond_009
2023-02-26Add audio vbr calculationknackebrot
2023-01-16Allow limiting parallel image encodings to reduce memory usage (#8783)Hannes Braun
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
2022-11-15Increase default SegmentKeepSecondsDominik
2022-11-14Add new options for segment deletionDominik
2022-11-13changed ChapterImageResolution in model to enum type;Negulici-R. Barnabas
added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs;
2022-11-13Merge branch 'jellyfin:master' into masterNegulici-R. Barnabas
2022-10-06Fix minor warnings in MediaBrowser.Model/Configuration (#2149)Jan Sommer
2022-09-28Remove redundant using directivesHannes Braun
2022-08-27Use Guid type for UserConfiguration fieldsNiels van Velzen
2022-07-18Chapter Images:Negulici-R. Barnabas
- chapter image extraction intervals, limit count and resolutions can be set by the user from the server general settings;
2022-06-29Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemapCody Robibero
(cherry picked from commit b36543275f8e1c380f5c247a04a48d5d96eb5836) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-10Merge pull request #7854 from cvium/enable_mkv_keyframe_extractionCody Robibero
(cherry picked from commit 2a89683e8019a196b087138531b3958d4f68789d) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7749 from cvium/disable_auto_add_collectionJoshua M. Boniface
(cherry picked from commit 8119e4a5731e573ef3d1d064384b0ab0b4045191) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28Merge pull request #7624 from nielsvanvelzen/quickconnect-enable-dCody Robibero
(cherry picked from commit 1d5961126e6b8415ebd494a56acddd68624cd75b) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-17Prefer Cuvid to Nvdec by default for better performanceNyanmisaka
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-02-09Added values to EmbeddedSubtitleOptions enumMatthew Jones
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
Disables embedded subs being added to metadata
2022-01-11Refactor and add scheduled taskcvium
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-11Merge pull request #6902 from cvium/migrate_networkconfigCody Robibero
Migrate network configuration safely
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-24Migrate network configuration safelycvium
2021-11-20Merge pull request #6870 from cvium/fix_omdb_image_providerCody Robibero