aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/TranscodingJobHelper.cs
AgeCommit message (Collapse)Author
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Apply review suggestionsShadowghost
2023-03-10Fix DLNA playback of DVD and BD foldersShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-04Apply review suggestionsShadowghost
2023-02-04Use FFmpeg concat for DVD and BD folder playbackShadowghost
2023-02-04Fix BD and DVD folder probing and playbackShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-14Fix logs for TranscodingThrottler not workingDominik
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
(cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-26Fix TranscodeReasons property nameCody Robibero
2022-03-22Only extract attachments from external .mks fileNils Fürniß
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-06Fallback to no HWA when reporting transcoding infonyanmisaka
2022-03-01Merge pull request #7275 from Nalsai/burn-subtitle-attached-fontsBond-009
2022-02-18[Bugfix] Report transcoding completeIsaac Gordezky
Currently, when transcoding finishes it is not reported - leaving the UI with an incomplete transcode % This change reports transcoding progress as empty / complete when the transcoding job finishes
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2021-12-24Update StyleCopBond_009
2021-11-09Fix some warningsBond_009
down to 580
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-10-10Throw on FFmpeg non-zero exit codeDmitry Lyzo
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-25Remove sync FileStream hackBond_009
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-07-05Use nullable enum type instead of stringsBrandon Nguyen
2021-07-03Use hardware encoding string over booleanBrandon Nguyen
2021-07-03Add hardware encoding status to playback dataBrandon Nguyen
Resolves #6087
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-05-21Merge pull request #6083 from Bond-009/nullable4Bond-009
Enable nullable reference types for Emby.Server.Implementations
2021-05-21Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-08Minor improvementsBond_009
* properly dispose CancellationTokenSource * rewrite DynamicHlsController.GetSegmentLengths * remove dead code
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-03-09Use FileShare.Read for log filesDavid
2021-03-07Use FileShare.None when creating filesDavid
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers