| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 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 | Merge pull request #9890 from Shadowghost/videorange-rework | 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-21 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-20 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-06-20 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-06-20 | Add AV1 support in HLS streaming | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-15 | Merge branch 'master' into segment-deletion | Dominik | |
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-20 | Merge pull request #9388 from Shadowghost/output-bitrate-channels-master | Bond-009 | |
| 2023-03-16 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 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 | |
| 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-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-17 | Validate requested user id (#8812) | Cody Robibero | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-04 | Apply review suggestions | Shadowghost | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-04 | Use FFmpeg concat for DVD and BD folder playback | Shadowghost | |
| 2023-02-04 | Fix BD and DVD folder probing and playback | 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-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-07 | Fix release build | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-07 | Fix build errors | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Merge branch 'master' into fix-fmp4-flac-opus | Cody Robibero | |
| 2022-11-27 | Apply suggestions from code review | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-11-26 | Add missing format providers (fix CA1305 errors) (#8745) | Terrance | |
| 2022-11-14 | Fix logs for TranscodingThrottler not working | Dominik | |
