Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-10 Thread Leo Izen
On 5/9/23 11:41, Michael Niedermayer wrote: On Tue, May 09, 2023 at 08:15:34AM +0200, Anton Khirnov wrote: Quoting Michael Niedermayer (2023-05-09 01:25:00) On Sun, May 07, 2023 at 10:42:56PM +0200, Anton Khirnov wrote: Quoting Michael Niedermayer (2023-05-03 14:30:38) Its unexpected that a

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-09 Thread Michael Niedermayer
On Tue, May 09, 2023 at 08:15:34AM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-05-09 01:25:00) > > On Sun, May 07, 2023 at 10:42:56PM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2023-05-03 14:30:38) > > > > Its unexpected that a .avi or other "standard" file

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-09 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-05-09 01:25:00) > On Sun, May 07, 2023 at 10:42:56PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2023-05-03 14:30:38) > > > Its unexpected that a .avi or other "standard" file turns into a playlist. > > > The goal of this patch is to avoid this

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-08 Thread Michael Niedermayer
On Sun, May 07, 2023 at 10:42:56PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-05-03 14:30:38) > > Its unexpected that a .avi or other "standard" file turns into a playlist. > > The goal of this patch is to avoid this unexpected behavior and possible > > privacy or security

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-07 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-05-03 14:30:38) > Its unexpected that a .avi or other "standard" file turns into a playlist. > The goal of this patch is to avoid this unexpected behavior and possible > privacy or security differences. > I very much dislike this approach. -- Anton Khirnov

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-05 Thread Michael Niedermayer
On Thu, May 04, 2023 at 07:23:02AM +0800, Steven Liu wrote: > Michael Niedermayer 于2023年5月3日周三 20:30写道: > > > > Its unexpected that a .avi or other "standard" file turns into a playlist. > > The goal of this patch is to avoid this unexpected behavior and possible > > privacy or security

Re: [FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-03 Thread Steven Liu
Michael Niedermayer 于2023年5月3日周三 20:30写道: > > Its unexpected that a .avi or other "standard" file turns into a playlist. > The goal of this patch is to avoid this unexpected behavior and possible > privacy or security differences. > > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c

[FFmpeg-devel] [PATCH] avformat/hls: fail on probing non hls/m3u8 file extensions

2023-05-03 Thread Michael Niedermayer
Its unexpected that a .avi or other "standard" file turns into a playlist. The goal of this patch is to avoid this unexpected behavior and possible privacy or security differences. Signed-off-by: Michael Niedermayer --- libavformat/hls.c | 10 +- 1 file changed, 9 insertions(+), 1