Re: [FFmpeg-devel] [PATCH] lavf/mux: bypass interleave delay early when waiting on subtitle streams

2020-04-21 Thread Jan Ekström
On Wed, Mar 11, 2020 at 11:36 PM rcombs wrote: > > This avoids long delays when converting live streams that have sparse > subtitles > --- > libavformat/avformat.h | 9 + > libavformat/mux.c | 25 + > libavformat/options_table.h | 1 + > libavform

Re: [FFmpeg-devel] [PATCH] lavf/mux: bypass interleave delay early when waiting on subtitle streams

2020-03-19 Thread rcombs
> On Mar 12, 2020, at 02:51, Andreas Rheinhardt > wrote: > > rcombs: >> This avoids long delays when converting live streams that have sparse >> subtitles >> --- >> libavformat/avformat.h | 9 + >> libavformat/mux.c | 25 + >> libavformat/options_

Re: [FFmpeg-devel] [PATCH] lavf/mux: bypass interleave delay early when waiting on subtitle streams

2020-03-12 Thread Andreas Rheinhardt
rcombs: > This avoids long delays when converting live streams that have sparse > subtitles > --- > libavformat/avformat.h | 9 + > libavformat/mux.c | 25 + > libavformat/options_table.h | 1 + > libavformat/version.h | 2 +- > 4 files chan

[FFmpeg-devel] [PATCH] lavf/mux: bypass interleave delay early when waiting on subtitle streams

2020-03-11 Thread rcombs
This avoids long delays when converting live streams that have sparse subtitles --- libavformat/avformat.h | 9 + libavformat/mux.c | 25 + libavformat/options_table.h | 1 + libavformat/version.h | 2 +- 4 files changed, 32 insertions(+), 5