Commit Graph

339 Commits (84b933d8355c718d3674f3b7371a190849071970)

Author SHA1 Message Date
gnattu be21d51742
fix: move trickplay specific option into TrickplayOptions (#11229)
6 months ago
gnattu e2e366f6d0
fix: prefer cli ffmpeg path over config file (#11219)
6 months ago
Nyanmisaka 775815d09c
Fix sar->dar typo in #11185 (#11210)
6 months ago
gnattu bf285a572d
fix: make sure the dimension is divisible by two for zscale (#11185)
6 months ago
Shadowghost 52c79c050b Order files before creating concat config
8 months ago
Mark Cilia Vincenti f26fc7dfb2 Merge changes
8 months ago
Mark Cilia Vincenti e47144e7c7 Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker.
9 months ago
Vincent Lark 123c6e7d1b Extract the MediaEncoder probing command arguments builder
11 months ago
Vincent Lark 8ee9a0adf9 Forward user_agent config to ffprobe
11 months ago
Nick 6b94d55e1e Fix for new WaitForExitAsync method
11 months ago
Nick cd662506a1 Merge branch 'master' into trickplay
11 months ago
Stepan Goremykin 8d7e4229ca Merge branch 'master' into fix-resharper-warnings
12 months ago
Claus Vium 733ee12ee4
Merge pull request #10378 from Bond-009/waitforexitasync
12 months ago
Bond_009 4757ce105b Use Process.WaitForExitAsync added in .NET 5
12 months ago
Bond_009 c707baed83 Jellyfin.Drawing minor improvements
12 months ago
Bond-009 0b31997b2f
Merge pull request #10348 from Bond-009/strings
12 months ago
Stepan Goremykin 212976277d Remove redundant ToString call for value types
12 months ago
Stepan Goremykin 2d7835c848 Join declaration and assignment
12 months ago
Stepan Goremykin 8ea812b65d Reduce string literal length by using verbatim string
12 months ago
Stepan Goremykin 0870af330d Remove redundant verbatim string prefixes
12 months ago
Bond_009 b176beb88e Reduce string allocations
12 months ago
Thomas Johansen d0dc080c93 I think this is better
1 year ago
Nick f97e844c4f Minor code review changes (cvium)
1 year ago
Claus Vium 956e3dab43
fix: accessing Standard* of a Process requires manually disposing them afterwards (#10125)
1 year ago
nyanmisaka 5b71cd8af9 Expand AMD VA-API Vulkan filtering support to Polaris/gfx8
1 year ago
Bond_009 b5f0760db8 Use RegexGenerator where possible
1 year ago
Nick 3377032228 crobibero styling, format, code suggestions
1 year ago
Nick dd8ef08592 Move fps filter to GetVideoProcessingFilterParam
1 year ago
nicknsy 6744e712d3 Use config values
1 year ago
nicknsy 6c649a7e72 Options
1 year ago
nicknsy ca7d1a1300 Trickplay generation, manager, storage
1 year ago
Bond-009 3982b0e057
Reduce bottlenecks scan code (#9863)
1 year ago
Shadowghost 0da5255f12 Apply review suggestions
2 years ago
Shadowghost cd852d43c1 Add more comments and logging, streamline code
2 years ago
Shadowghost 2403a0a367 Apply review suggestions
2 years ago
Shadowghost f2b7f664aa Apply review suggestions
2 years ago
Shadowghost d89cd188eb Fix BD ISO playback
2 years ago
Shadowghost edf3909157 Use FFmpeg concat for DVD and BD folder playback
2 years ago
Shadowghost ddfdec7f46 Fix BD and DVD folder probing and playback
2 years ago
Shadowghost 519709bf10 Revert "Remove DvdLib (#9068)"
2 years ago
Bond_009 65d605b17d Improve ffprobe json parsing and don't log error for Codec Type attachment
2 years ago
Patrick Barron db1913b08f
Remove DvdLib (#9068)
2 years ago
Bond-009 81c8890b6d
Fix all warnings in MediaBrowser.MediaEncoding (#9073)
2 years ago
Claus Vium 7195223dd8
Merge pull request #8866 from Bond-009/mediaencoder
2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009 ec6b7efe23 Always log when starting ffprobe
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Bond-009 b2def4c9ea
Fix build (#8859)
2 years ago
Bond-009 210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
2 years ago