@ -161,6 +161,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -161,6 +161,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix searching for `collection` names with spaces or other special characters, e.g. `collection:"Movies - Action"`
- Fix QSV transcoding errors when scaling
- Fix QSV frame freezing in browser
- Fix some stream continuity issues, and some cases where audio sync is lost at transition
@ -34,68 +34,78 @@ public class GetLastPtsDurationHandler : IRequestHandler<GetLastPtsDuration, Eit
@@ -34,68 +34,78 @@ public class GetLastPtsDurationHandler : IRequestHandler<GetLastPtsDuration, Eit
@ -70,7 +70,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -70,7 +70,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
FillerKindfillerKind,
TimeSpaninPoint,
TimeSpanoutPoint,
longptsOffset,
doubleptsOffset,
Option<int>targetFramerate,
booldisableWatermarks,
Option<string>customReportsFolder,
@ -455,7 +455,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -455,7 +455,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -169,7 +169,6 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -169,7 +169,6 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
newNoStatsOption(),
newLoglevelErrorOption(),
newStandardFormatFlags(),
newNoDemuxDecodeDelayOutputOption(),
outputOption,
newClosedGopOutputOption()
};
@ -205,7 +204,6 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -205,7 +204,6 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@ -420,16 +418,13 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -420,16 +418,13 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@ -535,6 +530,8 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -535,6 +530,8 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@ -636,10 +633,7 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -636,10 +633,7 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@ -835,8 +829,5 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -835,8 +829,5 @@ public abstract class PipelineBuilderBase : IPipelineBuilder