Re: [FFmpeg-devel] [PATCH] trailing padding

2023-01-21 Thread Paul B Mahol
On 1/16/23, Tobias Rapp wrote: > On 12/01/2023 10:41, Paul B Mahol wrote: > >> Patches attached, ffmpeg.c should really not ignore initial padding >> and trailing padding. > > I guess ffprobe.xsd should be updated, too. Did you run FATE? > Yes, it should be eventually updated. ___

Re: [FFmpeg-devel] [PATCH] trailing padding

2023-01-16 Thread Tobias Rapp
On 12/01/2023 10:41, Paul B Mahol wrote: Patches attached, ffmpeg.c should really not ignore initial padding and trailing padding. I guess ffprobe.xsd should be updated, too. Did you run FATE? Regards, Tobias ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [PATCH] trailing padding

2023-01-15 Thread Paul B Mahol
On 1/12/23, Paul B Mahol wrote: > Patches attached, ffmpeg.c should really not ignore initial padding > and trailing padding. > Will apply. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsub

[FFmpeg-devel] [PATCH] trailing padding

2023-01-12 Thread Paul B Mahol
Patches attached, ffmpeg.c should really not ignore initial padding and trailing padding. From 6fc1c0dfcfe5203355423d658f21a8f6c7cbfe83 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 12 Jan 2023 09:56:57 +0100 Subject: [PATCH 1/2] avformat/dtshddec: also read trailing padding in samples S