aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2023-10-18Merge branch 'master' into trickplayNick
2023-10-13Avoid unnecessary string -> byte[] conversion (Bond-009)Nick
2023-10-14Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
2023-10-13Merge pull request #10390 from Bond-009/streamsBond-009
2023-10-13Merge pull request #10391 from barronpm/dlna-cleanupBond-009
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-11Use DI for MediaReceiverRegistrarServicePatrick Barron
2023-10-11Use DI for ConnectionManagerServicePatrick Barron
2023-10-11Use DI for ContentDirectoryServicePatrick Barron
2023-10-11Fix regressionBond_009
2023-10-10Fix HLS playback of m4a files with mjpeg stream (#10069)lonebyte
2023-10-10Merge pull request #10337 from barronpm/system-managerBond-009
2023-10-09Merge pull request #10067 from lonebyte/flac-hls-fixesBond-009
2023-10-09Drop experimental status of flac-in-MP4 for FFmpeg 6+Nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-10-08Merge pull request #10346 from Bond-009/frombase64Bond-009
2023-10-08Merge pull request #10348 from Bond-009/stringsBond-009
2023-10-08Use switch expressionStepan Goremykin
2023-10-08Remove conditional access when it is known to be not nullStepan Goremykin
2023-10-07Merge pull request #10321 from feilongfl/masterBond-009
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-05Use CryptoStream to convert stream from base64Bond_009
Should be way more efficient
2023-10-04Add SystemManager servicePatrick Barron
2023-10-03Remove unnecessary ToString in RobotsRedirectionMiddlewarePatrick Barron
2023-10-03Remove unused fields and parametersPatrick Barron
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-10-02use pcm as ext name when codec is pcmYuLong Yao
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-16Remove workaround for codec capitalizationJan Müller
This is not required anymore as Shaka Player now supports the correct codec strings.
2023-09-16Merge branch 'master' into flac-hls-fixesJan Müller
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-09-02Fix AV1 playback in LiveTVnyanmisaka
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-30Fix the issue that audio bsf only takes effect for remuxing (#10172)Nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-22== null -> is nullBond_009
2023-08-20fix: accessing Standard* of a Process requires manually disposing them ↵Claus Vium
afterwards (#10125)
2023-08-16Minor code formatting (cvium)Nick
2023-08-01Merge pull request #9875 from Shadowghost/fixesBond-009
2023-08-01Allow flac inside mp4 for all HLS audio streamsJan 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-01Correct the HLS Opus codec stringJan 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-01Fix the fLaC/flac HLS issue also for audio-onlyJan 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-31Fix the is-local check when resetting the passwordJan 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-29Add ability to upload (and save) SDH subtitles (#10036)MBR-0001
2023-07-15Apply review suggestionsShadowghost
2023-07-07Enforce permissions on websocket connectionsShadowghost
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Merge pull request #9890 from Shadowghost/videorange-reworkBond-009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-27Merge pull request #9909 from Bond-009/playlistBond-009