| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-07 | Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks (#12605) | gnattu | |
| 2024-09-07 | Add MediaStream.ReferenceFrameRate for problematic video files (#12603) | gnattu | |
| Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-18 | Merge pull request #11399 from jellyfin/audio-remux | Cody Robibero | |
| 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-30 | Only streamCopy videos containing rotation data in fMP4 | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-02-12 | Make the bitrate of the fallback stream the same as the original (#9121) | Dmitry Lyzo | |
| 2024-02-06 | Correct VIDEO-RANGE field for HLG content | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-12-21 | Add ITranscodeManager service | Patrick Barron | |
| 2023-11-15 | Remove DLNA API code | Patrick Barron | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-09-16 | Remove workaround for codec capitalization | Jan Müller | |
| This is not required anymore as Shaka Player now supports the correct codec strings. | |||
| 2023-09-16 | Merge branch 'master' into flac-hls-fixes | Jan Müller | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs | |||
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-16 | Minor code formatting (cvium) | Nick | |
| 2023-08-01 | Correct the HLS Opus codec string | Jan Müller | |
| Apple doesn't support Opus via HLS yet, but if they ever do, they will definitely expect "Opus" instead of "opus". See https://mp4ra.org/#/codecs Fixes: #10066 | |||
| 2023-08-01 | Fix the fLaC/flac HLS issue also for audio-only | Jan Müller | |
| I moved the first application of the workaround out of the if block so that it also applies to audio-only streams. The workaround was extended likewise. We should first and foremost adhere to the specifications and apply workarounds afterwards for software that doesn't follow them. So I turned around the workaround to first output the fLaC variant and then the alternative flac variant. Fixes: #10066 | |||
| 2023-07-03 | Merge pull request #8147 from Shadowghost/network-rewrite | Joshua M. Boniface | |
| 2023-06-28 | Merge branch 'master' into trickplay | Nick | |
| 2023-06-28 | Merge pull request #9907 from nyanmisaka/av1e | Bond-009 | |
| 2023-06-28 | Migrate VideoRange and VideoRangeType to Enum | Shadowghost | |
| 2023-06-26 | Migrate to trickplay table to EF. Rename vars/methods/members to have ↵ | Nick | |
| consistent use of tile and thumbnail | |||
| 2023-06-25 | Apply suggestions from code review | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-22 | Fix using order | Nick | |
| 2023-06-22 | Trickplay playlist and image controller | nicknsy | |
| 2023-06-22 | Hls playlist | nicknsy | |
| 2023-06-20 | Add AV1 support in HLS streaming | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-02 | Use source audio bitrate if requested codec is lossless | Shadowghost | |
| 2023-02-26 | Calculate output bitrate from output channel count | knackebrot | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2023-01-22 | Fix debug builds | Bond_009 | |
| 2023-01-22 | Backport pull request #9092 from jellyfin/release-10.8.z | Dmitry Lyzo | |
| Don't add additional entries if HEVC encoding is disabled Original-merge: 2a5efeb3bb5938b614cb159868e98d56487040c9 Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Apply suggestions from code review | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-10-13 | Add support for OPUS and fixes for FLAC case issue in HLS | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-06-29 | Merge pull request #7941 from jellyfin/fix-overflow | Cody Robibero | |
| (cherry picked from commit fd4ffc6ba3317987856629088b759db8c1128ecd) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2021-12-09 | - add an option for dropping specific subtitle formats using the DLNA ↵ | Marius Luca | |
| SubtitleProfile | |||
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-06-04 | Don't dispose managed CancellationTokenSource (#6139) | Cody Robibero | |
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-02-21 | Minor improvements | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
