| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-01-28 | make FRAME-RATE field culture invariant | nyanmisaka | |
| 2020-11-16 | comply with dotnet-5 | nyanmisaka | |
| 2020-11-16 | Merge remote-tracking branch 'upstream/master' into fmp4-hls | nyanmisaka | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Api (part 1) | crobibero | |
| 2020-11-11 | adjust bitrate limit for HLS audio codecs | nyanmisaka | |
| 2020-11-11 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-08 | fix ci | nyanmisaka | |
| 2020-11-08 | add initial support for HEVC over FMP4-HLS | nyanmisaka | |
| 2020-10-28 | Default output audio bitrate to 128k | nyanmisaka | |
| 2020-09-10 | Standardize use of IsLocal and RemoteIp | cvium | |
