Joshua M. Boniface
3e7fad55de
Bump version to 10.8.12
1 year ago
Joshua M. Boniface
be5e10ac37
Bump version to 10.8.11
1 year ago
Joshua M. Boniface
2cd29d1cfd
Bump version to 10.8.10
2 years ago
Joshua M. Boniface
0ac18a50f5
Bump version to 10.8.9
2 years ago
Joshua M. Boniface
383d514353
Bump version to 10.8.8
2 years ago
Joshua M. Boniface
ec81dc9be2
Bump version to 10.8.7
2 years ago
Joshua M. Boniface
f850779781
Bump version to 10.8.6
2 years ago
Claus Vium
6d23de64c0
Merge pull request #8516 from cvium/kill_ffprobe_when_extraction_crashes
2 years ago
Andreas Egli
866b4460b1
change variable to camelCase
2 years ago
Andreas Egli
9db0b275ff
allow additional flags after K_ for ffprobe keyframe extraction
2 years ago
Andreas Egli
14008fd7d0
add gentps flag to ffprobe for keyframe extraction
2 years ago
Andreas Egli
8532d88a71
add TryParse to FFProbe Keyframe extraction
2 years ago
cvium
737c739d33
fix: kill ffprobe if keyframe parsing fails
2 years ago
Joshua M. Boniface
a26cded0f5
Bump version to 10.8.5
2 years ago
Cody Robibero
879787212e
Update to dotnet 6.0.9
2 years ago
Joshua Boniface
b344771f8a
Bump version to 10.8.4
3 years ago
Joshua Boniface
c5a2ff8ac4
Bump version to 10.8.3
3 years ago
Joshua M. Boniface
dd97e6bc45
Bump version to 10.8.2
3 years ago
Joshua M. Boniface
54778d875d
Bump version to 10.8.1
3 years ago
Cody Robibero
07b39655eb
Merge pull request #7911 from cvium/fix_keyframe_transcode
3 years ago
cvium
c07c7b753c
fix: only use keyframes when remuxing video
3 years ago
Cody Robibero
079fac4a54
Switch to FirstOrDefault extension
3 years ago
Jellifi007
1002d1d193
Update src/Jellyfin.Extensions/StringExtensions.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Jellifi007
727402f7f7
Adding Korean language tests Addresses #6393
3 years ago
Jellifi007
56573f14b0
Fixes diactritics regressions
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
e6df698df1
Merge pull request #7325 from eyezak/issue/6450
3 years ago
Claus Vium
53209830e7
Merge pull request #7346 from Bond-009/guid
...
Optimize Guid comparisons
3 years ago
Cody Robibero
965bf7332f
Update to dotnet 6.0.3
3 years ago
Cody Robibero
dbea7cac67
Use Enum.GetValues<T>()
3 years ago
Cody Robibero
c331e11c24
Clean up EnumFlags serialization
3 years ago
Cody Robibero
5e1f956fe0
Allow KeyframeExtractor to be localized
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Bond_009
5732e6188c
Fix some warnings
3 years ago
Cody Robibero
b98cc71c3b
Update to dotnet 6.0.2
...
Signed-off-by: Cody Robibero <cody@robibe.ro>
3 years ago
Nyanmisaka
6c53420fe3
Fix the broken fMP4 main playlist ( #7263 )
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
cvium
7ba9a24736
Fix bool
3 years ago
cvium
b9d4cbf3e8
Fix progress
3 years ago
Claus Vium
768b76b999
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
cvium
f92806c246
Use local var for the length
3 years ago
cvium
9a5a079f42
Add progress report
3 years ago
cvium
6ffa9539bb
Refactor and add scheduled task
3 years ago
cvium
c658a883a2
Merge branch 'master' into keyframe_extraction_v1
...
# Conflicts:
# Jellyfin.Api/Controllers/DynamicHlsController.cs
# MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs
# MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
Bond_009
ea9fc9f9cc
Remove unreachable branches from JsonConverters
...
* If the type is a reference type we don't have to handle null ourselves
* reader.ValueSpan is only valid if reader.HasValueSequence is false
3 years ago
Claus Vium
8fc4a48070
Merge pull request #6501 from crobibero/schedules-direct
3 years ago
Cody Robibero
3bbd98cc3f
Merge remote-tracking branch 'upstream/master' into schedules-direct
3 years ago