| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-18 | Merge pull request #11399 from jellyfin/audio-remux | Cody Robibero | |
| 2024-07-18 | Use string.Equals | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-07-18 | Don't check the misleading options.EnableDirectStream for direct stream ↵ | gnattu | |
| availability Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Default EnableAudioVbrEncoding to true in TranscodingProfile | gnattu | |
| This will match the old behavior when user takes no action for clients Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Add EnableAudioVbrEncoding to TranscodingProfile | gnattu | |
| This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Make comment better | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Correctly set bitrate limit for remuxing | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | Allow clients to send audio container override for HLS | gnattu | |
| This will improve flexibility due to overcome the complex compatibility situation of HLS Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-07-17 | feat: add audio remux to UniversalAudioController | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-05-16 | Add remuxing support for VP9 | gnattu | |
| Add VP9 as a valid HLS format to enable remuxing. This is useful when audio processing is required, but the VP9 video can be passed as-is to avoid unnecessary video transcoding. No VP9 encoder is enabled and should not be enabled. AV1 and HEVC should be preferred over VP9 if video transcoding is required. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-03-15 | chore: remove repetitive words | standstaff | |
| Signed-off-by: standstaff <zhengxingru@yeah.net> | |||
| 2024-03-08 | Lowercase MediaStreamProtocol for backwards compatibility | Cody Robibero | |
| 2024-03-04 | Add MediaStreamProtocol enum (#10153) | Niels van Velzen | |
| * Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-05 | Add EqualsAny for VideoCodecTag condition | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-12 | Remove DLNA-specific DeviceProfile code (#10850) | Patrick Barron | |
| * Remove DLNA-specific methods from DeviceProfile * Remove DLNA-specific fields from DeviceProfile * Remove unused DLNA models | |||
| 2023-12-06 | Remove unused DLNA models (#10685) | Patrick Barron | |
| * Remove unused DLNA models * Remove IDlnaManager | |||
| 2023-11-15 | Address review comment | Bond_009 | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-08 | Remove conditional access when it is known to be not null | Stepan Goremykin | |
| 2023-09-12 | Merge pull request #10056 from Bond-009/nullable2 | Bond-009 | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-07-29 | Enable nullable for more files | Bond_009 | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-07-03 | Merge pull request #8147 from Shadowghost/network-rewrite | Joshua M. Boniface | |
| 2023-06-28 | Merge pull request #9907 from nyanmisaka/av1e | Bond-009 | |
| 2023-06-28 | Merge pull request #9890 from Shadowghost/videorange-rework | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-28 | Migrate VideoRange and VideoRangeType to Enum | Shadowghost | |
| 2023-06-27 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-22 | Update stylecop.analyzers to v1.2.0-beta.507 | Bond_009 | |
| 2023-06-20 | Remove unused lines | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-20 | Add AV1 support in HLS streaming | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-15 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-13 | Backport pull request #9723 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Fix multiple codec checking in CodecProfiles conditions Original-merge: bec8d7b3f5923c240bbc5bcf160c19f7cc591211 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2023-06-13 | Backport pull request #9411 from jellyfin/release-10.8.z | nyanmisaka | |
| Fix codec checking in CodecProfiles conditions Original-merge: 5921379a29583804fd1e99d1aad81bd4aad7f019 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Remove redundant casts | Stepan Goremykin | |
| 2023-03-20 | Merge pull request #9388 from Shadowghost/output-bitrate-channels-master | Bond-009 | |
| 2023-03-19 | Add DCA and TrueHD to fMP4 audio codecs to support remuxing | Shadowghost | |
| 2023-03-16 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-14 | Reduce usage of GetAwaiter().GetResult() | Bond_009 | |
| 2023-03-10 | Merge pull request #9254 from Shadowghost/dvdbdfix | Bond-009 | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
| 2023-03-10 | Fix DLNA playback of DVD and BD folders | Shadowghost | |
| 2023-03-10 | Apply review suggestions | Shadowghost | |
