aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-20Merge pull request #7445 from Bond-009/baseitemCody Robibero
2022-03-12Merge pull request #7325 from eyezak/issue/6450Cody Robibero
2022-03-11BaseItem: remove unused functionBond_009
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
2022-03-08Re-enable the legacy NVIDIA CUVID decoder in full HWA pipeline (#7413)Nyanmisaka
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2022-03-05 Set the name of intel vaapi driver explicitlynyanmisaka
Fix crashes on older intel gfx when both iHD and i965 driver are existed.
2022-03-04Merge pull request #7370 from crobibero/internal-metadata-pathClaus Vium
Only add internal files if the internal metadata path exists
2022-03-01Merge pull request #7387 from jellyfin/nvdec-threadsClaus Vium
2022-03-01Update MediaBrowser.Controller/Providers/DirectoryService.csCody Robibero
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2022-03-01Lowering the VRAM usage on NVDEC decoderNyanmisaka
2022-03-01Fix the path to the extracted fonts on WindowsNyanmisaka
2022-03-01Merge pull request #7275 from Nalsai/burn-subtitle-attached-fontsBond-009
2022-03-01Merge pull request #7366 from 1337joe/filter-theme-song-and-videoBond-009
2022-02-28Merge pull request #6058 from ferferga/deprecate-queueitemJoshua M. Boniface
2022-02-28Merge pull request #7338 from mueslimak3r/hls-remove-seek-paramCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-28Only add internal files if the internal metadata path existsCody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-02-28Update presets for NVENC encoderNyanmisaka
2022-02-27Add post filtering for theme song and videoJoe Rogers
2022-02-26Merge pull request #7291 from aolszowka/aolszowka-EncodingHelperChangesCody Robibero
2022-02-21Rewrite tests for coverage and less duplicationJoe Rogers
Address minor warnings Revert making GetInternalMetadataPath mockable
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-18dont use noaccurate_seek for hlscameron
2022-02-18feat(external-media): refactor to generic provider, extend tests and file ↵Shadowghost
recognition, consolidate and extend NamingOptions
2022-02-17Remove some dead codeBond_009
2022-02-16Merge pull request #7322 from Bond-009/db2Cody Robibero
2022-02-15Clean up SqliteItemRepositoryBond_009
* remove dead code * reduce allocations
2022-02-15Fix some warningsBond_009
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Fix some warningsBond_009
2022-02-14Fix option to disable server discoveryBond_009
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2022-02-07Fix h264_v4l2m2m acceleration in Raspberry Pi 4Ace Olszowka
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero