@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Fix extracting embedded text subtitles that had been incompletely extracted in the past
- Fix fallback filler looping by forcing software mode for this content
- Other content will still use hardware acceleration as configured
- Hardware-accelerated fallback filler may be re-enabled in the future
@ -225,7 +225,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -225,7 +225,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -386,7 +386,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -386,7 +386,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -716,9 +716,12 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -716,9 +716,12 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
_=>thrownewArgumentOutOfRangeException($"unexpected video format {playbackSettings.VideoFormat}")
@ -539,15 +539,19 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -539,15 +539,19 @@ public abstract class PipelineBuilderBase : IPipelineBuilder