| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-13 | Avoid unnecessary string -> byte[] conversion (Bond-009) | Nick | |
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-13 | Merge pull request #10390 from Bond-009/streams | Bond-009 | |
| 2023-10-13 | Merge pull request #10391 from barronpm/dlna-cleanup | Bond-009 | |
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-11 | Use DI for MediaReceiverRegistrarService | Patrick Barron | |
| 2023-10-11 | Use DI for ConnectionManagerService | Patrick Barron | |
| 2023-10-11 | Use DI for ContentDirectoryService | Patrick Barron | |
| 2023-10-11 | Fix regression | Bond_009 | |
| 2023-10-10 | Fix HLS playback of m4a files with mjpeg stream (#10069) | lonebyte | |
| 2023-10-10 | Merge pull request #10337 from barronpm/system-manager | Bond-009 | |
| 2023-10-09 | Merge pull request #10067 from lonebyte/flac-hls-fixes | Bond-009 | |
| 2023-10-09 | Drop experimental status of flac-in-MP4 for FFmpeg 6+ | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-10-08 | Merge pull request #10346 from Bond-009/frombase64 | Bond-009 | |
| 2023-10-08 | Merge pull request #10348 from Bond-009/strings | Bond-009 | |
| 2023-10-08 | Use switch expression | Stepan Goremykin | |
| 2023-10-08 | Remove conditional access when it is known to be not null | Stepan Goremykin | |
| 2023-10-07 | Merge pull request #10321 from feilongfl/master | Bond-009 | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-10-05 | Use CryptoStream to convert stream from base64 | Bond_009 | |
| Should be way more efficient | |||
| 2023-10-04 | Add SystemManager service | Patrick Barron | |
| 2023-10-03 | Remove unnecessary ToString in RobotsRedirectionMiddleware | Patrick Barron | |
| 2023-10-03 | Remove unused fields and parameters | Patrick Barron | |
| 2023-10-02 | Re-add shutdown/restart methods | Patrick Barron | |
| 2023-10-02 | use pcm as ext name when codec is pcm | YuLong Yao | |
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 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-09-06 | Add option to include resumable items in next up requests | Bill Thornton | |
| 2023-09-02 | Fix AV1 playback in LiveTV | nyanmisaka | |
| AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-08-30 | Fix the issue that audio bsf only takes effect for remuxing (#10172) | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 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 | Merge pull request #9875 from Shadowghost/fixes | Bond-009 | |
| 2023-08-01 | Allow flac inside mp4 for all HLS audio streams | Jan Müller | |
| The -strict -2 setting was only added if the encoder was set to 'copy'. If 'flac' is explicitly requested, we also need to set it, so that ffmpeg doesn't abort the conversion. Fixes: #10066 | |||
| 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-31 | Fix the is-local check when resetting the password | Jan Müller | |
| This fixes the check whether a warning should be logged when resetting the password from outside the local network. Fixes: #10059 | |||
| 2023-07-29 | Add ability to upload (and save) SDH subtitles (#10036) | MBR-0001 | |
| 2023-07-15 | Apply review suggestions | Shadowghost | |
| 2023-07-07 | Enforce permissions on websocket connections | Shadowghost | |
| 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-27 | Merge pull request #9909 from Bond-009/playlist | Bond-009 | |
