aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
AgeCommit message (Expand)Author
2024-06-01Backport pull request #11857 from jellyfin/release-10.9.zgnattu
2024-05-25Backport pull request #11798 from jellyfin/release-10.9.zgnattu
2024-05-25Backport pull request #11790 from jellyfin/release-10.9.zNotSaifA
2024-05-25Backport pull request #11781 from jellyfin/release-10.9.zBond-009
2024-05-25Backport pull request #11754 from jellyfin/release-10.9.zShadowghost
2024-05-17Backport pull request #11675 from jellyfin/release-10.9.zgnattu
2024-05-07Fix broken hardware encoder and filter for trickplay (#11506)gnattu
2024-04-02fix: rtsp live stream ffprobe timeout (#11279)Caidy
2024-03-28fix: move trickplay specific option into TrickplayOptions (#11229)gnattu
2024-03-26fix: prefer cli ffmpeg path over config file (#11219)gnattu
2024-03-25Fix sar->dar typo in #11185 (#11210)Nyanmisaka
2024-03-19fix: make sure the dimension is divisible by two for zscale (#11185)gnattu
2024-02-10Order files before creating concat configShadowghost
2024-02-03Merge changesMark Cilia Vincenti
2024-01-14Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports n...Mark Cilia Vincenti
2023-10-26Extract the MediaEncoder probing command arguments builderVincent Lark
2023-10-21Forward user_agent config to ffprobeVincent Lark
2023-10-18Fix for new WaitForExitAsync methodNick
2023-10-18Merge branch 'master' into trickplayNick
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
2023-10-10Merge pull request #10378 from Bond-009/waitforexitasyncClaus Vium
2023-10-10Use Process.WaitForExitAsync added in .NET 5Bond_009
2023-10-08Jellyfin.Drawing minor improvementsBond_009
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-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-08Remove redundant verbatim string prefixesStepan Goremykin
2023-10-06Reduce string allocationsBond_009
2023-09-29I think this is betterThomas Johansen
2023-09-04Minor code review changes (cvium)Nick
2023-08-20fix: accessing Standard* of a Process requires manually disposing them afterw...Claus Vium
2023-08-03Expand AMD VA-API Vulkan filtering support to Polaris/gfx8nyanmisaka
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-03-10Apply review suggestionsShadowghost
2023-03-10Add more comments and logging, streamline codeShadowghost
2023-03-10Apply review suggestionsShadowghost
2023-02-04Apply review suggestionsShadowghost
2023-02-04Fix BD ISO playbackShadowghost
2023-02-04Use FFmpeg concat for DVD and BD folder playbackShadowghost
2023-02-04Fix BD and DVD folder probing and playbackShadowghost
2023-02-04Revert "Remove DvdLib (#9068)"Shadowghost
2023-02-01Improve ffprobe json parsing and don't log error for Codec Type attachmentBond_009
2023-01-20Remove DvdLib (#9068)Patrick Barron