aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.MediaEncoding.Keyframes
AgeCommit message (Collapse)Author
2022-01-22Ban the usage of Task.ResultBond_009
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
2022-01-16Add pagination and fixescvium
2022-01-14Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-12Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-11Refactor and add scheduled taskcvium
2021-09-26Implement FfProbeKeyframeExtractor and add tests for itcvium
2021-09-25Review commentcvium
2021-09-25Update to .net 6cvium
2021-09-25Fixescvium
2021-09-23Fix xmldoc issuescvium
2021-09-23Fix build?cvium
2021-09-23Remove path hintingcvium
2021-09-23Add first draft of keyframe extraction for Matroskacvium