aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna
AgeCommit message (Collapse)Author
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-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-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-14Fix some warningsBond_009
2022-01-06Add null check for audio streamCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-24Merge pull request #6920 from marius-luca-87/subtitle_dropCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-21Force a remux/transcode with external audio filescvium
2021-12-20Use our own Contains extensioncvium
2021-12-09- add an option for dropping specific subtitle formats using the DLNA ↵Marius Luca
SubtitleProfile
2021-11-26- enable seek function when direct streaming over DLNAMarius Luca
2021-11-09Fix SortCriteria and refactor SetSortingcvium
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-02Update StreamBuilder.cszehner
LogLevel INFO => DEBUG
2021-10-26Enable nullable for more filesBond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Redundant control flow jump statement (#2149)KonH
2021-09-09Fix some warningsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-03Fix some warningsBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-06-18Document SubtitleDeliveryMethodMrTimscampi
2021-05-05Merge pull request #5984 from Bond-009/containerBond-009
Add regression test for ContainerProfile.ContainsContainer
2021-05-05Add regression test for ContainerProfile.ContainsContainerBond_009
2021-05-05Fix direct play for DirectPlayProfiles without any codecs setMaxr1998
70771fdcd60ec5d8a9f13713662778c7e57d0633 broke direct play by treating empty container/codec strings as unsupported in `ContainerProfile.ContainsContainer()`` (which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option.
2021-05-05Merge pull request #5941 from Maxr1998/device-profile-docsBill Thornton
Improve documentation for DeviceProfile
2021-05-04Remove Required attributescrobibero
2021-05-05Improve documentation for DeviceProfileMaxr1998
2021-05-04Revert shortened 'is ... or' checkMaxr1998
2021-05-04Apply review feedbackMaxr1998
2021-05-01Nullability handling for device profile classesMaxr1998
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
PlayTo Fix: Use external ip not internal interface
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
Various DLNA Optimizations
2021-04-17Group MethodsBaronGreenback
2021-04-15Fix: PlayTo using external ip not internalBaronGreenback
2021-04-04Merge pull request #5637 from dmitrylyzo/check-media-typeBond-009
2021-04-04Less negationDmitry Lyzo
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-04-03Merge pull request #5598 from cvium/fix_hls_default_valuesBond-009
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-04-01StreamBuilder tweaks (#5668)Max Rumpf
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-03-27Check appropriate profile typeDmitry Lyzo
2021-03-22fix isdirectstream defaultcvium