Commit Graph

1082 Commits (d4eeafe53ff8ae2f287f5dca49a873cd71f4c3da)

Author SHA1 Message Date
nyanmisaka ae7c0c83e9 Bump the required minimum ffmpeg version to 4.4
11 months ago
nyanmisaka 557b8f0c78 Apply suggestions from code review
11 months ago
Sergey Veselkov 78643b4b2a Catch delete file exceptions
11 months ago
nyanmisaka eca9bf41bc Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletion
11 months ago
Joe Rogers 4f7a341c14
Add LSR/CITY to artist whitelist
11 months ago
Bond-009 9dbef98a15
Merge pull request #11129 from crobibero/extract-concat
11 months ago
Cody Robibero a92de9b2e3
Merge pull request #11014 from gnattu/vf-videotoolbox
11 months ago
Cody Robibero 814fc6864d Specify file as concat when extracting attachments
11 months ago
Attila Szakacs 8d40d431e8
Extract and cache all media attachments in bulk (#11029)
11 months ago
gnattu 1cb7264f0d feat: fully support videotoolbox hardware filters
11 months ago
Shadowghost 36f298e417 Do not dispose the ffmpeg process
11 months ago
gnattu 44cb9f5fdd feat: add hw scale filter for videotoolbox
12 months ago
Bond-009 0bf1c10c44
Merge pull request #10990 from Shadowghost/bdmv-fixes
12 months ago
felix920506 3cf0070287
Escape subtitle extraction input path (#10992)
12 months ago
Bond-009 f888ee3dfc
Merge pull request #10772 from dmitrylyzo/normalize-mkv-webm
12 months ago
Shadowghost 52c79c050b Order files before creating concat config
12 months ago
Shadowghost f34c56282d Use concat config for BDMV/DVD folder attachment extraction
12 months ago
Mark Cilia Vincenti f26fc7dfb2 Merge changes
1 year ago
Cody Robibero 81cf4b6c50
Merge pull request #10884 from alltilla/extract-all-subtitles
1 year ago
nyanmisaka 52da00c3c7 Register RKMPP HW codecs and filters
1 year ago
Attila Szakacs ce81e2aeab Add alltilla to CONTRIBUTORS.md
1 year ago
nyanmisaka 9323390add Fix the display aspect ratio of PGSSUB subtitle burn-in
1 year ago
Attila Szakacs 8fea819b51 Extract all subtitle streams simultaneously
1 year ago
Dmitry Lyzo ba877283a1
fix: add av1 to webm
1 year ago
Cody Robibero e7b8d45bbb
Use helper function to compare guid (#10825)
1 year 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.
1 year ago
Dmitry Lyzo 39088b5ad2 fix: discard webm if there is an unsupported codec
1 year ago
Mark Cilia Vincenti d1677dc680 AsyncKeyedLock migration
1 year ago
Patrick Barron 9215a4d40a Add ITranscodeManager service
1 year ago
Bond_009 635d67d458 Revert "Use System.Net.IPNetwork"
1 year ago
Bond_009 b62b0ec2b5 Fix warnings
1 year ago
Bond_009 eb022c49cc Update to .NET 8
1 year ago
Bond_009 a9ef103c95 Add IDisposableAnalyzers to more projects
1 year ago
Vincent Lark 123c6e7d1b Extract the MediaEncoder probing command arguments builder
1 year ago
Vincent Lark 8ee9a0adf9 Forward user_agent config to ffprobe
1 year ago
Nick 6b94d55e1e Fix for new WaitForExitAsync method
1 year ago
Nick cd662506a1 Merge branch 'master' into trickplay
1 year ago
Stepan Goremykin 8d7e4229ca Merge branch 'master' into fix-resharper-warnings
1 year ago
Claus Vium 733ee12ee4
Merge pull request #10378 from Bond-009/waitforexitasync
1 year ago
Bond_009 4757ce105b Use Process.WaitForExitAsync added in .NET 5
1 year ago
Bond_009 c707baed83 Jellyfin.Drawing minor improvements
1 year ago
Bond-009 0b31997b2f
Merge pull request #10348 from Bond-009/strings
1 year ago
Stepan Goremykin 212976277d Remove redundant ToString call for value types
1 year ago
Stepan Goremykin 2d7835c848 Join declaration and assignment
1 year ago
Stepan Goremykin 3259d484ff Use generated regex
1 year ago
Stepan Goremykin 526f9a825c Make files readonly
1 year ago
Stepan Goremykin 8ea812b65d Reduce string literal length by using verbatim string
1 year ago
Stepan Goremykin 0870af330d Remove redundant verbatim string prefixes
1 year ago
Claus Vium 0d2202de4f
Merge pull request #10255 from thomasjohansen/fix/probesize
1 year ago
Bond_009 b176beb88e Reduce string allocations
1 year ago
Joe Rogers b95040bc5e
Add We;Na to split whitelist
1 year ago
Thomas Johansen d0dc080c93 I think this is better
1 year ago
Nick f97e844c4f Minor code review changes (cvium)
1 year ago
Nyanmisaka debbfaa502
Fix MJPEG video is recognized as embedded image (#10173)
1 year ago
Claus Vium 956e3dab43
fix: accessing Standard* of a Process requires manually disposing them afterwards (#10125)
1 year ago
Claus Vium 710f5916f0
Merge pull request #9669 from sleepycatcoding/master
2 years ago
nyanmisaka 5b71cd8af9 Expand AMD VA-API Vulkan filtering support to Polaris/gfx8
2 years ago
sleepycatcoding 62be2a2ea9 Fix subtitle encoder if webvtt is requested
2 years ago
Shadowghost f20856411e Fix format normalizer for multiple input formats
2 years ago
Bond-009 b95fa294c9
Merge pull request #9799 from Bond-009/genregex
2 years ago
Nick 6d9e43cfe0 Merge branch 'master' into trickplay
2 years ago
Bond-009 e53e53eb29
Merge pull request #9907 from nyanmisaka/av1e
2 years ago
Bond_009 b5f0760db8 Use RegexGenerator where possible
2 years ago
Nick 3377032228 crobibero styling, format, code suggestions
2 years ago
Nick dd8ef08592 Move fps filter to GetVideoProcessingFilterParam
2 years ago
nicknsy 6744e712d3 Use config values
2 years ago
nicknsy 6c649a7e72 Options
2 years ago
nicknsy ca7d1a1300 Trickplay generation, manager, storage
2 years ago
Bond-009 3982b0e057
Reduce bottlenecks scan code (#9863)
2 years ago
nyanmisaka be01aeecd9 Add AV1 hardware and software encoding
2 years ago
Joe Rogers ba336c25e1
Whitelist Smith/Kotzen
2 years ago
Michael Fuchs a59ae91d5d
Add artist to artist split whitelist
2 years ago
Penelope Gwen / Pogmommy 20cf27f637
Add artist to artist split whitelist (#9659)
2 years ago
Stepan Goremykin 910617bbc3 Remove redundant 'else' keywords
2 years ago
Stepan Goremykin 08ce477226 Fix duplicate properties in message template warning
2 years ago
Stepan Goremykin 5508efc2e2 Remove bitwise operator on enum that is not marked by [Flags] attribute
2 years ago
Stepan Goremykin 1c0bb828d2 Fix argument is not used in message template warning
2 years ago
Stepan Goremykin 26958162d0 Remove unused using directives
2 years ago
Stepan Goremykin 779a22a76a Remove redundant Cast
2 years ago
Cody Robibero 89be3aa37f
Convert Person.Type to use PersonKind enum (#9487)
2 years ago
Bond-009 2ce08eb184
Merge pull request #9388 from Shadowghost/output-bitrate-channels-master
2 years ago
Bond-009 6351d1022b
Merge pull request #9254 from Shadowghost/dvdbdfix
2 years ago
Shadowghost 0da5255f12 Apply review suggestions
2 years ago
Shadowghost 47aa07c342 Fix DLNA playback of DVD and BD folders
2 years ago
Shadowghost cd852d43c1 Add more comments and logging, streamline code
2 years ago
Shadowghost 2403a0a367 Apply review suggestions
2 years ago
Róbert Örn Ketilsson ef3868ff50 Backport pull request #9178 from jellyfin/release-10.8.z
2 years ago
Shadowghost f3840e0fdb Fix encoder checks for DTS and TrueHD
2 years ago
Bond_009 24a7e210c3 Optimize tryparse
2 years ago
Bond_009 48263078b4 Reduce string allocations by regex
2 years ago
gnattu ef4ae9a2dd
Implement hardware filters for videotoolbox, use Apple AAC encoder when available (#7807)
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
Zoltan Csizmadia e0519189b2
Use Directory.Packages.props (#9135)
2 years ago
Bond_009 65d605b17d Improve ffprobe json parsing and don't log error for Codec Type attachment
2 years ago
Lars Strojny 44a870ca83
Add Phantom/Ghost to whitelist
2 years ago
Bond-009 491f1f88c7
Merge pull request #9126 from Bond-009/interlaced
2 years ago