Re: [FFmpeg-devel] [PATCH] README.md: fix typo

2021-10-07 Thread Arif Driessen
> I think it's missing an article too: 'provides a means to alter decoded > Audio and Video through a chain of filters' might be better here, > alternatively: 'provides a means to alter decoded Audio and Video > through a filtergraph'. Yes, I did consider that, the problem was 'means' was critical

[FFmpeg-devel] [PATCH] README.md: fix typo

2021-10-07 Thread Arif Driessen
Hi, I think this is a typo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447347c700..f54299d340 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ such as audio, video, subtitles and related metadata. * `libavcodec` provides

[FFmpeg-devel] [PATCH] doc/filters: note values for format pix_fmts

2021-10-07 Thread Arif Driessen
Hi, It took me a while to figure this out, so I think it's worth documenting... --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 1994467f46..2dbe530f2e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12558

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-30 Thread Arif Driessen
at 7:52 PM Arif Driessen wrote: > > > > Better add separate section, and than link to it with each filter docs, > > instead copy paste lines 100 times. > > > > If we do add a separate section, I'm not sure where to put it. Perhaps > > under "@chapter

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-29 Thread Arif Driessen
> Better add separate section, and than link to it with each filter docs, instead copy paste lines 100 times. If we do add a separate section, I'm not sure where to put it. Perhaps under "@chapter See Also"? I thought about something like a "@chapter Common Filter Options", but this makes it soun

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-29 Thread Arif Driessen
em dolph +@item cauchy +@item parzen +@item poisson +@item bohman +@end table +Default is @code{hann}. @item overlap Set window overlap. If set to 1, the recommended overlap for selected -- 2.30.2 On Tue, Sep 28, 2021 at 4:56 PM Gyan Doshi wrote: > > > On 2021-09-28 07:29 pm, Arif Dr

Re: [FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-28 Thread Arif Driessen
and add documentation for those too. if that sounds good to you. Regards, Arif Driessen On Tue, Sep 28, 2021 at 2:42 PM Gyan Doshi wrote: > > > On 2021-09-28 02:05 pm, Arif Driessen wrote: > > Hello all, excited about my first patch! Documented the possible window > > fu

[FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

2021-09-28 Thread Arif Driessen
Hello all, excited about my first patch! Documented the possible window functions for `afftfilt`. Needs review/signing-off. --- doc/filters.texi | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 0b7e21f7f8..0a04165f11 100644 --- a/d