| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-06 | Remove TranscodeReason.None, Add JsonFlagEnum tests | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-03-06 | Update MediaBrowser.Model/Dlna/StreamBuilder.cs | Isaac Gordezky | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-03-06 | Fix transcode video matching and add tests for Transcode and Safari | Isaac Gordezky | |
| 2022-03-06 | Series: issue-6450 | Isaac 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-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-02-21 | Optimize Guid comparisons | Bond_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-18 | feat(external-media): refactor external subtitle and audio provider | Shadowghost | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-06 | Add null check for audio stream | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-24 | Merge pull request #6920 from marius-luca-87/subtitle_drop | Cody Robibero | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-21 | Force a remux/transcode with external audio files | cvium | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 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 DLNA | Marius Luca | |
| 2021-11-09 | Fix SortCriteria and refactor SetSorting | cvium | |
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-11-02 | Update StreamBuilder.cs | zehner | |
| LogLevel INFO => DEBUG | |||
| 2021-10-26 | Enable nullable for more files | Bond_009 | |
| 2021-10-03 | Fix warning: Type cast is redundant (#2149) | KonH | |
| 2021-10-03 | Fix warning: Redundant control flow jump statement (#2149) | KonH | |
| 2021-09-09 | Fix some warnings | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-06-18 | Document SubtitleDeliveryMethod | MrTimscampi | |
| 2021-05-05 | Merge pull request #5984 from Bond-009/container | Bond-009 | |
| Add regression test for ContainerProfile.ContainsContainer | |||
| 2021-05-05 | Add regression test for ContainerProfile.ContainsContainer | Bond_009 | |
| 2021-05-05 | Fix direct play for DirectPlayProfiles without any codecs set | Maxr1998 | |
| 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-05 | Merge pull request #5941 from Maxr1998/device-profile-docs | Bill Thornton | |
| Improve documentation for DeviceProfile | |||
| 2021-05-04 | Remove Required attributes | crobibero | |
| 2021-05-05 | Improve documentation for DeviceProfile | Maxr1998 | |
| 2021-05-04 | Revert shortened 'is ... or' check | Maxr1998 | |
| 2021-05-04 | Apply review feedback | Maxr1998 | |
| 2021-05-01 | Nullability handling for device profile classes | Maxr1998 | |
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-25 | Merge pull request #5826 from BaronGreenback/ssdpFix | Bond-009 | |
| PlayTo Fix: Use external ip not internal interface | |||
| 2021-04-22 | Merge pull request #5681 from BaronGreenback/ContentFeatureOptimization | Bond-009 | |
| Various DLNA Optimizations | |||
| 2021-04-17 | Group Methods | BaronGreenback | |
| 2021-04-15 | Fix: PlayTo using external ip not internal | BaronGreenback | |
| 2021-04-04 | Merge pull request #5637 from dmitrylyzo/check-media-type | Bond-009 | |
| 2021-04-04 | Less negation | Dmitry Lyzo | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-04-03 | Merge pull request #5598 from cvium/fix_hls_default_values | Bond-009 | |
| 2021-04-02 | Various DLNA Optimizations | BaronGreenback | |
| 2021-04-01 | StreamBuilder tweaks (#5668) | Max Rumpf | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-27 | Check appropriate profile type | Dmitry Lyzo | |
| 2021-03-22 | fix isdirectstream default | cvium | |
