Re: [FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-11-18 Thread Tomas Härdin
tor 2024-11-14 klockan 01:26 +0100 skrev Michael Niedermayer: > On Wed, Nov 13, 2024 at 03:26:40PM +0100, Tomas Härdin wrote: > > ons 2024-11-13 klockan 14:40 +0100 skrev Michael Niedermayer: > > > Hi > > > > > > On Tue, Oct 29, 2024 at 03:44:30PM +0100, Tomas Härdin wrote: > > > > Needs a sample.

Re: [FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-11-13 Thread Michael Niedermayer
On Wed, Nov 13, 2024 at 03:26:40PM +0100, Tomas Härdin wrote: > ons 2024-11-13 klockan 14:40 +0100 skrev Michael Niedermayer: > > Hi > > > > On Tue, Oct 29, 2024 at 03:44:30PM +0100, Tomas Härdin wrote: > > > Needs a sample. An option or setting for probe size might be a good > > > idea > > > > >

Re: [FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-11-13 Thread Mattias Wadman
On Wed, Nov 13, 2024 at 3:26 PM Tomas Härdin wrote: > ons 2024-11-13 klockan 14:40 +0100 skrev Michael Niedermayer: > > Hi > > > > On Tue, Oct 29, 2024 at 03:44:30PM +0100, Tomas Härdin wrote: > > > Needs a sample. An option or setting for probe size might be a good > > > idea > > > > > > Spotify

Re: [FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-11-13 Thread Tomas Härdin
ons 2024-11-13 klockan 14:40 +0100 skrev Michael Niedermayer: > Hi > > On Tue, Oct 29, 2024 at 03:44:30PM +0100, Tomas Härdin wrote: > > Needs a sample. An option or setting for probe size might be a good > > idea > > > > Spotify comments > > > > In mp3 files, id3v2 tag with huge

Re: [FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-11-13 Thread Michael Niedermayer
Hi On Tue, Oct 29, 2024 at 03:44:30PM +0100, Tomas Härdin wrote: > Needs a sample. An option or setting for probe size might be a good > idea > > Spotify comments > > In mp3 files, id3v2 tag with huge cover art causes the probe code to > not identify valid mp3 files as mp3. Incre

[FFmpeg-devel] [PATCH 01/15] libavformat: Increase probe buffer to 16MB

2024-10-29 Thread Tomas Härdin
Needs a sample. An option or setting for probe size might be a good idea Spotify comments In mp3 files, id3v2 tag with huge cover art causes the probe code to not identify valid mp3 files as mp3. Increase default buffer so that probe can see mp3 frames. Might not be a priority as