Bond_009
|
fd9dc1e308
|
Update deps
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
2 years ago |
renovate[bot]
|
42399dde9c
|
chore(deps): update dotnet monorepo (#8708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2 years ago |
cvium
|
f6533e4228
|
Backport pull request #8516 from jellyfin/release-10.8.z
fix: kill ffprobe if keyframe parsing fails
Original-merge: 6d23de64c0
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
2 years ago |
Cody Robibero
|
3716077495
|
Backport pull request #8433 from jellyfin/release-10.8.z
Update to dotnet 6.0.9
Original-merge: 4ec82ec662
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
2 years ago |
Andreas Egli
|
2251e7d603
|
change variable to camelCase
|
2 years ago |
Andreas Egli
|
bd7898f18a
|
allow additional flags after K_ for ffprobe keyframe extraction
|
2 years ago |
Andreas Egli
|
1528cb1e77
|
add gentps flag to ffprobe for keyframe extraction
|
2 years ago |
Andreas Egli
|
56a5db5706
|
add TryParse to FFProbe Keyframe extraction
|
2 years ago |
dependabot[bot]
|
812841d01e
|
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406)
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Cody Robibero
|
965bf7332f
|
Update to dotnet 6.0.3
|
3 years ago |
Cody Robibero
|
b98cc71c3b
|
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
3 years ago |
cvium
|
90736ee346
|
Add pagination and fixes
|
3 years ago |
Claus Vium
|
70751722d2
|
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
Claus Vium
|
768b76b999
|
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
cvium
|
6ffa9539bb
|
Refactor and add scheduled task
|
3 years ago |
cvium
|
2899b77cd5
|
Implement FfProbeKeyframeExtractor and add tests for it
|
3 years ago |
cvium
|
41383e6fe4
|
Review comment
|
3 years ago |
cvium
|
43ea4af30f
|
Update to .net 6
|
3 years ago |
cvium
|
be233b49b6
|
Fixes
|
3 years ago |
cvium
|
ee8bd9b3b5
|
Fix xmldoc issues
|
3 years ago |
cvium
|
30230aff73
|
Fix build?
|
3 years ago |
cvium
|
6e77d50563
|
Remove path hinting
|
3 years ago |
cvium
|
9c15f96e12
|
Add first draft of keyframe extraction for Matroska
|
3 years ago |