aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2022-04-03Move Get*Providers definitions to interfaceJoe Rogers
2022-03-26Fix TranscodeReasons property nameCody Robibero
2022-03-26Merge pull request #7202 from knackebrot/unix-permsCody Robibero
2022-03-25Merge pull request #7333 from eyezak/hls/audio-bitstream-fmp4Joshua M. Boniface
2022-03-25Apply suggestions from code reviewNyanmisaka
2022-03-23Merge pull request #7437 from Nalsai/mks-attachmentsJoshua M. Boniface
2022-03-23Merge pull request #7483 from jellyfin/swdec-cu-tonemapJoshua M. Boniface
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-03-22Improve fps for cuda tonemap in sw decodingNyanmisaka
avoid second copy if subtitle is not applied.
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-21Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-18[Bugfix] Provile bitStreamArgs for HLS fMP4Isaac Gordezky
Enable the audio bitstream arguments to ffmpeg for both ts and fMP4 HLS streaming
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