Re: [FFmpeg-devel] [PATCH 1/2] lavf/webvttenc: avio_flush() output

2025-06-13 Thread Tomas Härdin
tis 2025-06-10 klockan 00:17 +0200 skrev Andreas Rheinhardt: > Tomas Härdin: > > Hi > > > > These two patches are a bit of a warmup for another pass at > > streamable > > subtitles. FATE passes. > > > > /Tomas > > > Users who want this should set the generic flush_packets options > appropriately

Re: [FFmpeg-devel] [PATCH 1/2] lavf/webvttenc: avio_flush() output

2025-06-10 Thread Marton Balint
On Tue, 10 Jun 2025, Andreas Rheinhardt wrote: Tomas Härdin: Hi These two patches are a bit of a warmup for another pass at streamable subtitles. FATE passes. /Tomas Users who want this should set the generic flush_packets options appropriately. Agreed, explicit avio_flush() in packet w

Re: [FFmpeg-devel] [PATCH 1/2] lavf/webvttenc: avio_flush() output

2025-06-09 Thread Andreas Rheinhardt
Tomas Härdin: > Hi > > These two patches are a bit of a warmup for another pass at streamable > subtitles. FATE passes. > > /Tomas > Users who want this should set the generic flush_packets options appropriately. - Andreas ___ ffmpeg-devel mailing li

[FFmpeg-devel] [PATCH 1/2] lavf/webvttenc: avio_flush() output

2025-06-09 Thread Tomas Härdin
Hi These two patches are a bit of a warmup for another pass at streamable subtitles. FATE passes. /Tomas From c5b1e1774e5d4e720295e6cb589eb7699e0ddaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= Date: Fri, 16 May 2025 14:07:00 +0200 Subject: [PATCH 1/2] lavf/webvttenc: avio_fl