Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-25 Thread Jan Ekström
On Mon, Apr 25, 2022 at 3:19 PM Jan Ekström wrote: > > On Mon, Apr 25, 2022 at 2:33 PM Jan Ekström wrote: > > > > On Mon, Apr 25, 2022 at 1:36 PM Jan Ekström wrote: > > > > > > On Tue, Apr 19, 2022 at 11:06 PM Marton Balint wrote: > > > > > > > > > > > > > > > > On Tue, 19 Apr 2022, Jan Ekström

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-25 Thread Jan Ekström
On Mon, Apr 25, 2022 at 2:33 PM Jan Ekström wrote: > > On Mon, Apr 25, 2022 at 1:36 PM Jan Ekström wrote: > > > > On Tue, Apr 19, 2022 at 11:06 PM Marton Balint wrote: > > > > > > > > > > > > On Tue, 19 Apr 2022, Jan Ekström wrote: > > > > > > > On Tue, Apr 19, 2022 at 1:13 PM Jan Ekström wrote

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-25 Thread Jan Ekström
On Mon, Apr 25, 2022 at 1:36 PM Jan Ekström wrote: > > On Tue, Apr 19, 2022 at 11:06 PM Marton Balint wrote: > > > > > > > > On Tue, 19 Apr 2022, Jan Ekström wrote: > > > > > On Tue, Apr 19, 2022 at 1:13 PM Jan Ekström wrote: > > >> > > >> On Tue, Apr 19, 2022 at 3:00 AM Marton Balint wrote: >

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-25 Thread Jan Ekström
On Tue, Apr 19, 2022 at 11:06 PM Marton Balint wrote: > > > > On Tue, 19 Apr 2022, Jan Ekström wrote: > > > On Tue, Apr 19, 2022 at 1:13 PM Jan Ekström wrote: > >> > >> On Tue, Apr 19, 2022 at 3:00 AM Marton Balint wrote: > >> > > >> > > >> > > >> > On Thu, 14 Apr 2022, Jan Ekström wrote: > >> >

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-19 Thread Marton Balint
On Tue, 19 Apr 2022, Jan Ekström wrote: On Tue, Apr 19, 2022 at 1:13 PM Jan Ekström wrote: On Tue, Apr 19, 2022 at 3:00 AM Marton Balint wrote: > > > > On Thu, 14 Apr 2022, Jan Ekström wrote: > > > On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: > >> > >> From: Jan Ekström > >> > >> A

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-19 Thread Jan Ekström
On Tue, Apr 19, 2022 at 1:13 PM Jan Ekström wrote: > > On Tue, Apr 19, 2022 at 3:00 AM Marton Balint wrote: > > > > > > > > On Thu, 14 Apr 2022, Jan Ekström wrote: > > > > > On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: > > >> > > >> From: Jan Ekström > > >> > > >> Additionally, they shoul

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-19 Thread Jan Ekström
On Tue, Apr 19, 2022 at 3:00 AM Marton Balint wrote: > > > > On Thu, 14 Apr 2022, Jan Ekström wrote: > > > On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: > >> > >> From: Jan Ekström > >> > >> Additionally, they should not be probed, as this is essentially > >> various types of binary data. >

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-18 Thread Marton Balint
On Thu, 14 Apr 2022, Jan Ekström wrote: On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: From: Jan Ekström Additionally, they should not be probed, as this is essentially various types of binary data. Signed-off-by: Jan Ekström --- Ping. Basically this checks if we have an unknown

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-13 Thread Jan Ekström
On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: > > From: Jan Ekström > > Additionally, they should not be probed, as this is essentially > various types of binary data. > > Signed-off-by: Jan Ekström > --- Ping. Basically this checks if we have an unknown stream with a private stream type

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-11 Thread Jan Ekström
On Mon, Apr 11, 2022 at 1:50 PM Jan Ekström wrote: > > From: Jan Ekström > > Additionally, they should not be probed, as this is essentially > various types of binary data. > > Signed-off-by: Jan Ekström Changes from v1: - checking the length of descriptor to at least be 3 bytes before reading

[FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such

2022-04-11 Thread Jan Ekström
From: Jan Ekström Additionally, they should not be probed, as this is essentially various types of binary data. Signed-off-by: Jan Ekström --- libavformat/mpegts.c| 53 + tests/fate/mpegts.mak | 3 ++ tests/ref/fate/mpegts-prob