Re: [FFmpeg-devel] [PATCH 0/4] avformat/hls: Some extension fixes that need testing

2025-04-29 Thread Michael Niedermayer
Hi On Sun, Apr 06, 2025 at 01:16:27PM +0200, Michael Niedermayer wrote: > Hi all > > This patchset adds all the extensions i found on trac and its links to > allowed_extensions for hls. > There was one testcase only so most of this is untested. It may be > needed to add the extensions also to de

Re: [FFmpeg-devel] [PATCH 0/4] avformat/hls: Some extension fixes that need testing

2025-04-06 Thread Michael Niedermayer
Hi On Sun, Apr 06, 2025 at 09:20:58AM -0400, Leo Izen wrote: > On 4/6/25 7:16 AM, Michael Niedermayer wrote: > > Hi all > > > > This patchset adds all the extensions i found on trac and its links to > > allowed_extensions for hls. > > There was one testcase only so most of this is untested. It ma

Re: [FFmpeg-devel] [PATCH 0/4] avformat/hls: Some extension fixes that need testing

2025-04-06 Thread Leo Izen
On 4/6/25 7:16 AM, Michael Niedermayer wrote: Hi all This patchset adds all the extensions i found on trac and its links to allowed_extensions for hls. There was one testcase only so most of this is untested. It may be needed to add the extensions also to demuxers or as exceptions specific to hl

[FFmpeg-devel] [PATCH 0/4] avformat/hls: Some extension fixes that need testing

2025-04-06 Thread Michael Niedermayer
Hi all This patchset adds all the extensions i found on trac and its links to allowed_extensions for hls. There was one testcase only so most of this is untested. It may be needed to add the extensions also to demuxers or as exceptions specific to hls elsewhere. Thanks _