Re: [FFmpeg-devel] [PATCH] avfilter/af_afade: remove fade duration limit

2021-05-07 Thread realies
Can you please review this? Patchwork has failed to apply it as the attachment has a mime type of application/octet-stream. On Fri, Apr 30, 2021 at 4:36 AM realies wrote: > > On Thu, Apr 29, 2021 at 2:49 AM realies wrote: > > > > From 8a4fe250e508932d8018adbb1af95d7c4a599a58 M

Re: [FFmpeg-devel] [PATCH] avfilter/af_afade: remove fade duration limit

2021-04-29 Thread realies
On Thu, Apr 29, 2021 at 2:49 AM realies wrote: > > From 8a4fe250e508932d8018adbb1af95d7c4a599a58 Mon Sep 17 00:00:00 2001 > From: realies > Date: Fri, 9 Apr 2021 21:57:47 +0100 > Subject: [PATCH] avfilter/af_afade: remove fade duration limit > > Removes arbitrary filter du

[FFmpeg-devel] [PATCH] avfilter/af_afade: remove fade duration limit

2021-04-28 Thread realies
>From 8a4fe250e508932d8018adbb1af95d7c4a599a58 Mon Sep 17 00:00:00 2001 From: realies Date: Fri, 9 Apr 2021 21:57:47 +0100 Subject: [PATCH] avfilter/af_afade: remove fade duration limit Removes arbitrary filter duration to allow fades up to the limit of available memory. A docs warning has b