Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-07-03 Thread Pavel Koshevoy
On Thu, Jul 3, 2025, 16:02 Michael Niedermayer wrote: > Hi Pavel > > On Mon, Jun 30, 2025 at 11:39:32PM -0600, Pavel Koshevoy wrote: > > On Mon, Jun 30, 2025, 21:46 Michael Niedermayer > > wrote: > > > > > On Mon, Jun 30, 2025 at 07:32:36PM -0600, Pavel Koshevoy wrote: > > > > On Mon, Jun 30, 20

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-07-03 Thread Michael Niedermayer
Hi On Sun, Jun 29, 2025 at 09:45:22PM -0600, Pavel Koshevoy wrote: > On Sun, Jun 29, 2025 at 7:01 PM Michael Niedermayer > wrote: > > > Hi > > > > On Sat, Jun 28, 2025 at 08:49:08PM -0600, Pavel Koshevoy wrote: > > > On Sat, Jun 28, 2025 at 5:03 PM Michael Niedermayer < > > mich...@niedermayer.c

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-07-03 Thread Michael Niedermayer
Hi Pavel On Mon, Jun 30, 2025 at 11:39:32PM -0600, Pavel Koshevoy wrote: > On Mon, Jun 30, 2025, 21:46 Michael Niedermayer > wrote: > > > On Mon, Jun 30, 2025 at 07:32:36PM -0600, Pavel Koshevoy wrote: > > > On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < > > > scott.the.elm-at-gmail@ffmpeg.

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-07-01 Thread Scott Theisen
On 2025/07/01 01:39, Pavel Koshevoy wrote: On Mon, Jun 30, 2025, 21:46 Michael Niedermayer wrote: On Mon, Jun 30, 2025 at 07:32:36PM -0600, Pavel Koshevoy wrote: On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < scott.the.elm-at-gmail@ffmpeg.org> wrote: On 2025/06/29 23:55, Pavel Koshevoy

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-07-01 Thread Scott Theisen
On 2025/06/30 21:32, Pavel Koshevoy wrote: On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < scott.the.elm-at-gmail@ffmpeg.org> wrote: On 2025/06/29 23:55, Pavel Koshevoy wrote: Make midstream AVStream.codecpar updates optional and disabled by default, so that avformat API clients can enable

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-06-30 Thread Pavel Koshevoy
On Mon, Jun 30, 2025, 21:46 Michael Niedermayer wrote: > On Mon, Jun 30, 2025 at 07:32:36PM -0600, Pavel Koshevoy wrote: > > On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < > > scott.the.elm-at-gmail@ffmpeg.org> wrote: > > > > > On 2025/06/29 23:55, Pavel Koshevoy wrote: > > > > Make midstrea

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-06-30 Thread Michael Niedermayer
On Mon, Jun 30, 2025 at 07:32:36PM -0600, Pavel Koshevoy wrote: > On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < > scott.the.elm-at-gmail@ffmpeg.org> wrote: > > > On 2025/06/29 23:55, Pavel Koshevoy wrote: > > > Make midstream AVStream.codecpar updates optional and disabled > > > by default,

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-06-30 Thread Pavel Koshevoy
On Mon, Jun 30, 2025 at 3:46 PM Scott Theisen < scott.the.elm-at-gmail@ffmpeg.org> wrote: > On 2025/06/29 23:55, Pavel Koshevoy wrote: > > Make midstream AVStream.codecpar updates optional and disabled > > by default, so that avformat API clients can enable this feature > > explicitly when the

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES (v2)

2025-06-30 Thread Scott Theisen
On 2025/06/29 23:55, Pavel Koshevoy wrote: Make midstream AVStream.codecpar updates optional and disabled by default, so that avformat API clients can enable this feature explicitly when they add support for midstream codec changes. Is this signaled in any way or is the client expected to check

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-06-29 Thread Pavel Koshevoy
On Sun, Jun 29, 2025 at 7:01 PM Michael Niedermayer wrote: > Hi > > On Sat, Jun 28, 2025 at 08:49:08PM -0600, Pavel Koshevoy wrote: > > On Sat, Jun 28, 2025 at 5:03 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > Hi > > > > > > On Sun, Jun 22, 2025 at 12:10:30PM -0600, Pav

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-06-29 Thread Michael Niedermayer
Hi On Sat, Jun 28, 2025 at 08:49:08PM -0600, Pavel Koshevoy wrote: > On Sat, Jun 28, 2025 at 5:03 PM Michael Niedermayer > wrote: > > > Hi > > > > On Sun, Jun 22, 2025 at 12:10:30PM -0600, Pavel Koshevoy wrote: > > > Make midstream AVStream.codecpar updates optional and disabled > > > by default

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-06-28 Thread Pavel Koshevoy
On Sat, Jun 28, 2025 at 5:03 PM Michael Niedermayer wrote: > Hi > > On Sun, Jun 22, 2025 at 12:10:30PM -0600, Pavel Koshevoy wrote: > > Make midstream AVStream.codecpar updates optional and disabled > > by default, so that avformat API clients can enable this feature > > explicitly when they add

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-06-28 Thread Michael Niedermayer
Hi On Sun, Jun 22, 2025 at 12:10:30PM -0600, Pavel Koshevoy wrote: > Make midstream AVStream.codecpar updates optional and disabled > by default, so that avformat API clients can enable this feature > explicitly when they add support for midstream codec changes. > --- > doc/APIchanges

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Add AVFMT_FLAG_ALLOW_CODEC_CHANGES

2025-06-27 Thread Pavel Koshevoy
ping On Sun, Jun 22, 2025 at 12:10 PM Pavel Koshevoy wrote: > Make midstream AVStream.codecpar updates optional and disabled > by default, so that avformat API clients can enable this feature > explicitly when they add support for midstream codec changes. > --- > doc/APIchanges | 3