Niels van Velzen
|
987d31ea16
|
Revert "Revert "Merge pull request #8298 from lomion0815/fix-data-stream""
|
2 years ago |
Bill Thornton
|
774b4a0d3f
|
Revert "Merge pull request #8298 from lomion0815/fix-data-stream"
This reverts commit 848ea703bc , reversing
changes made to af87706379 .
|
2 years ago |
Claus Vium
|
ba026716c1
|
Merge pull request #8213 from nyanmisaka/pause-cpu
Fix high single thread usage in throttler
|
2 years ago |
nyanmisaka
|
c53f6a2890
|
Fix high single thread usage in throttler
this requires jellyfin-ffmpeg >= 5.0.1-8
|
2 years ago |
Bond-009
|
649b4c49e0
|
Merge pull request #8327 from RealGreenDragon/subtitle-extraction-timeout-10.8.z
|
2 years ago |
MagicGreenDragon
|
ffdc3a6734
|
Increased subtitle extraction timeout to 30 min
|
2 years ago |
lomion0815
|
a51cd4f8db
|
Improved error log as suggested by crobibero in the PR #8298 review
|
2 years ago |
markus
|
64753cfc7f
|
Streams with CodecType "data" (like "epg" streams in DVB recordings) get ignored. This results in wrong stream specifiers for all subsequential streams. This fix correctly handles "data" streams without any further processing.
|
2 years ago |
Bill Thornton
|
80c68b8948
|
Fix ffmpeg analyze duration env var taking priority over media source
|
2 years ago |
Joshua Boniface
|
3ff78b687d
|
Revert "Restore "Merge pull request #8087 from cvium/generic_subtitleparser""
This reverts commit 5bcab0f0f8 .
|
2 years ago |
Bond-009
|
1faee43b11
|
Merge pull request #8182 from Shadowghost/fix-sub-characterset
|
2 years ago |
Shadowghost
|
f49a051a5f
|
Respect timestamps when extracting subtitles
|
2 years ago |
Joshua Boniface
|
5bcab0f0f8
|
Restore "Merge pull request #8087 from cvium/generic_subtitleparser"
After tagging v10.8.3, this can be restored to how it was and corrected
as required in a separate PR.
This reverts commit 494ed7e4d2 .
|
2 years ago |
Joshua Boniface
|
494ed7e4d2
|
Revert "Merge pull request #8087 from cvium/generic_subtitleparser"
This PR was causing breakage in installs - ref #8198
This reverts commit 7323ccfc23 , reversing
changes made to 77a007a24d .
|
2 years ago |
Bond-009
|
7323ccfc23
|
Merge pull request #8087 from cvium/generic_subtitleparser
|
2 years ago |
Claus Vium
|
d258a87fda
|
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2 years ago |
cvium
|
a380153f92
|
remove redundant null check
|
2 years ago |
Claus Vium
|
f2c7bccb89
|
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2 years ago |
Claus Vium
|
b0b4068ddf
|
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2 years ago |
Shadowghost
|
feb035b9e0
|
Extract external subs from container before determining character set
|
2 years ago |
cvium
|
126da94020
|
use reflection to get all subtitle formats without causing libse configuration loading
|
2 years ago |
Cody Robibero
|
b9da0e7f83
|
Update remaining dependencies
|
2 years ago |
cvium
|
dbfa0f3027
|
fix unsupported
|
2 years ago |
cvium
|
78f437401b
|
loop over all compatible SubtitleFormats
|
2 years ago |
cvium
|
1db748399c
|
feat: make subtitleeditparser generic
|
2 years ago |
nyanmisaka
|
3f37ef70e1
|
Add json parser for DOVI side_data
|
2 years ago |
Cody Robibero
|
3478554249
|
Fix build
|
2 years ago |
Shadowghost
|
b60905f991
|
Add barebone ASS/SSA writers to SubtitleEncoder
|
2 years ago |
Shadowghost
|
24c56328f2
|
Add subrip to SubtitleFormat
|
2 years ago |
Shadowghost
|
a64e21f57a
|
Fix subtitle encoder if subrip is requested
|
2 years ago |
nyanmisaka
|
f7813803c2
|
Brighter VPP tone-mapping on Intel
|
2 years ago |
nyanmisaka
|
84c9e7a22b
|
Fix thumbnail extraction in DoVi
|
2 years ago |
nyanmisaka
|
be28f940b7
|
Fix the issue that analyzeduration env is not applied
|
2 years ago |
Bond_009
|
754bda8f73
|
IAsyncDisposable is one big pitfall
https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-disposeasync#unacceptable-pattern
Regex used:
```
await using \(.+\)
\W+await using
```
|
2 years ago |
Shadowghost
|
a4e4b761d5
|
Apply review suggestions
|
3 years ago |
Shadowghost
|
128d54622a
|
Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans
|
3 years ago |
Cody Robibero
|
8056b0e961
|
Merge pull request #7443 from whiteowl3/strm-probe
|
3 years ago |
whiteowl3
|
6a7775de6e
|
empty line required by linter
|
3 years ago |
whiteowl3
|
16a449a023
|
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
Nils Fürniß
|
d7d36a102a
|
Fix releasing lock
|
3 years ago |
Nils Fürniß
|
b4bb82b6d7
|
Improve code
|
3 years ago |
Nils Fürniß
|
6904edf68c
|
add extracting attachments from external subs
|
3 years ago |
Cody Robibero
|
c512e783b3
|
Merge pull request #7480 from jellyfin/dependabot/nuget/StyleCop.Analyzers-1.2.0-beta.406
|
3 years ago |
dependabot[bot]
|
5d44e45b90
|
Bump libse from 3.6.4 to 3.6.5
Bumps [libse](https://github.com/SubtitleEdit/subtitleedit) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/SubtitleEdit/subtitleedit/releases)
- [Changelog](https://github.com/SubtitleEdit/subtitleedit/blob/master/Changelog.txt)
- [Commits](https://github.com/SubtitleEdit/subtitleedit/compare/3.6.4...3.6.5)
---
updated-dependencies:
- dependency-name: libse
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@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
|
28223704f3
|
Merge pull request #7441 from 1337joe/add-external-stream-indicator
Add label for external audio/sub tracks
|
3 years ago |
whiteowl3
|
6f25291931
|
allow strm probe to succeed
|
3 years ago |
Joe Rogers
|
1a307db7eb
|
Add label for external audio/sub tracks
|
3 years ago |
Mayur Panchal
|
96de01ce01
|
ProbeResultNormalizer: fix framerate compare + tests (#7167)
|
3 years ago |
nyanmisaka
|
bfc27e494b
|
Remove the deprecated OMX and MMAL HWA
|
3 years ago |