aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #7523 from crobibero/null-streamCody Robibero
Allow media without streams to playback (cherry picked from commit 577325b7888c5769c9d9c329ebd40e5f388242ad) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-04Bump MimeTypes from 2.3.0 to 2.4.0 (#7552)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-26Fix TranscodeReasons property nameCody Robibero
2022-03-25Fix DLNA DirectPlayShadowghost
2022-03-25Merge pull request #7198 from dmitrylyzo/transcode-conditionsJoshua M. Boniface
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-20Fix remuxingDmitry Lyzo
2022-03-20Add TranscodingProfile conditionsDmitry Lyzo
2022-03-19Use requested bitrate for calculationsCody Robibero
2022-03-18Move StreamBuilderTests to correct project (#7461)Bond-009
2022-03-17Prefer Cuvid to Nvdec by default for better performanceNyanmisaka
2022-03-13Revert using Math.ClampCody Robibero
2022-03-12Merge pull request #7325 from eyezak/issue/6450Cody Robibero
2022-03-12Fix flipped Clamp argsCody Robibero
2022-03-11Merge pull request #7441 from 1337joe/add-external-stream-indicatorCody Robibero
Add label for external audio/sub tracks
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-10Add label for external audio/sub tracksJoe Rogers
2022-03-10Merge pull request #7432 from Bond-009/socketfactoryCody Robibero
2022-03-10Merge pull request #7434 from crobibero/dotnet-6.0.3Joshua M. Boniface
2022-03-08Update to dotnet 6.0.3Cody Robibero
2022-03-08SocketFactory: Remove redundant codeBond_009
ExclusiveAddressUse should be false by default afaik
2022-03-06Suggestions from reviewCody Robibero
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Update MediaBrowser.Model/Dlna/StreamBuilder.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-03-06Fix transcode video matching and add tests for Transcode and SafariIsaac Gordezky
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-06Let the UI show which DTS profile is in usePatrick Farwick
There are different profiles for DTS. For example, both DTS and DTS-HD MA use the same codec, but provide a different profile. Some files may provide both a DTS and DTS-HD MA audio track. With this change, the UI shows which track is using which profile to allow the user to choose between them.
2022-03-05Merge pull request #7388 from GermanCoding/iso639-undefinedCody Robibero
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Merge pull request #7383 from thornbill/next-up-rewatchingJoshua M. Boniface
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2022-03-04Use extension method for list searchGermanCoding
2022-03-04Merge pull request #7370 from crobibero/internal-metadata-pathClaus Vium
Only add internal files if the internal metadata path exists
2022-03-04Hide ISO 639-2 special codes in display titlesGermanCoding
They are still shown in associated metadata, just hidden from the more visible display titles.
2022-03-03Merge pull request #7324 from Maxr1998/sort-by-indexBond-009
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-28Add JsonConstructorCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-21Merge pull request #7255 from Shadowghost/external-sub-audioJoshua M. Boniface
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-20Rewatching next up (#7253)SenorSmartyPants
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-17Implement Comparers for (Parent)IndexNumberMaxr1998
Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example).
2022-02-15Fix some warningsBond_009
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix display preferencesBond_009