aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding
AgeCommit message (Collapse)Author
2023-10-18Merge branch 'master' into trickplayNick
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-10Merge pull request #10378 from Bond-009/waitforexitasyncClaus Vium
Use Process.WaitForExitAsync added in .NET 5
2023-10-10Use Process.WaitForExitAsync added in .NET 5Bond_009
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-10-08Merge pull request #10348 from Bond-009/stringsBond-009
2023-10-08Remove redundant ToString call for value typesStepan Goremykin
2023-10-08Join declaration and assignmentStepan Goremykin
2023-10-08Use generated regexStepan Goremykin
2023-10-08Make files readonlyStepan Goremykin
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-08Remove redundant verbatim string prefixesStepan Goremykin
2023-10-06Merge pull request #10255 from thomasjohansen/fix/probesizeClaus Vium
Fix/probesize
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-02Add We;Na to split whitelistJoe Rogers
2023-09-29I think this is betterThomas Johansen
2023-09-04Minor code review changes (cvium)Nick
2023-08-30Fix MJPEG video is recognized as embedded image (#10173)Nyanmisaka
fixes 1d729b2 Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-20fix: accessing Standard* of a Process requires manually disposing them ↵Claus Vium
afterwards (#10125)
2023-08-10Merge pull request #9669 from sleepycatcoding/masterClaus Vium
Fix subtitle encoder if webvtt is requested
2023-08-03Expand AMD VA-API Vulkan filtering support to Polaris/gfx8nyanmisaka
ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8. This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5 or newer versions. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-08-02Fix subtitle encoder if webvtt is requestedsleepycatcoding
2023-07-28Fix format normalizer for multiple input formatsShadowghost
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-22crobibero styling, format, code suggestionsNick
2023-06-22Move fps filter to GetVideoProcessingFilterParamNick
2023-06-22Use config valuesnicknsy
2023-06-22Optionsnicknsy
2023-06-22Trickplay generation, manager, storagenicknsy
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-06-20Add AV1 hardware and software encodingnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-05-04Whitelist Smith/KotzenJoe Rogers
2023-04-29Add artist to artist split whitelistMichael Fuchs
# Changes Added an artist whose name has forward slashes in it to the artist "/" split whitelist # Issues Related to issue #2305
2023-04-20Add artist to artist split whitelist (#9659)Penelope Gwen / Pogmommy
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Fix duplicate properties in message template warningStepan Goremykin
2023-04-06Remove bitwise operator on enum that is not marked by [Flags] attributeStepan Goremykin
2023-04-06Fix argument is not used in message template warningStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-06Remove redundant CastStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
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-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost