Re: [FFmpeg-devel] [PATCH] fate/audio: add ADX demux and decode test

2024-01-14 Thread Stefano Sabatini
On date Thursday 2024-01-11 16:01:57 -0600, Marth64 wrote: > Necessary samples to fate-samples/adx : > https://ufile.io/f/v306q > > Samples are re-encodes of luckynight from FATE suite. > d3a67e1d21bbaa7afc8e3bd089545ad44685e0c7a4212a75f7d115b0b8d656eb > luckynight.adx > f994367773da8cadc5a41d7e

Re: [FFmpeg-devel] [PATCH] fate/audio: add ADX demux and decode test

2024-01-12 Thread Marth64
It’s not a critical work. But for future contribution I will reference that website to see what makes more sense to do. Thank you for letting me know! On Fri, Jan 12, 2024 at 09:26 Marth64 wrote: > I didn’t know about that website until now. Thanks > > On Fri, Jan 12, 2024 at 07:10 Paul B Mahol

Re: [FFmpeg-devel] [PATCH] fate/audio: add ADX demux and decode test

2024-01-12 Thread Marth64
I didn’t know about that website until now. Thanks On Fri, Jan 12, 2024 at 07:10 Paul B Mahol wrote: > http://coverage.ffmpeg.org/ > > *Is this really needed? Does it improves coverage at all?* > > On Thu, Jan 11, 2024 at 11:02 PM Marth64 wrote: > >> Necessary samples to fate-samples/adx : >> h

Re: [FFmpeg-devel] [PATCH] fate/audio: add ADX demux and decode test

2024-01-12 Thread Paul B Mahol
http://coverage.ffmpeg.org/ *Is this really needed? Does it improves coverage at all?* On Thu, Jan 11, 2024 at 11:02 PM Marth64 wrote: > Necessary samples to fate-samples/adx : > https://ufile.io/f/v306q > > Samples are re-encodes of luckynight from FATE suite. > d3a67e1d21bbaa7afc8e3bd089545ad

[FFmpeg-devel] [PATCH] fate/audio: add ADX demux and decode test

2024-01-11 Thread Marth64
Necessary samples to fate-samples/adx : https://ufile.io/f/v306q Samples are re-encodes of luckynight from FATE suite. d3a67e1d21bbaa7afc8e3bd089545ad44685e0c7a4212a75f7d115b0b8d656eb luckynight.adx f994367773da8cadc5a41d7eab680a3f24685211d3564d8a806857cab47bdf25 luckynight.pcm Signed-off-by: M