Thanks for the clarification, attaching an updated patch. The only
change is the one comment on qrencode.c.
Thank you,
Nil
On Fri, Mar 7, 2025 at 7:28 PM Michael Niedermayer
wrote:
>
> On Tue, Mar 04, 2025 at 10:17:25AM -0800, Nil Fons Miret via ffmpeg-devel
> wrote:
> >
can easily become outdated. In any case, once I understand
your request I'm happy to add any more documentation.
Thank you,
Nil
On Mon, Mar 3, 2025 at 5:09 PM Michael Niedermayer
wrote:
>
> On Mon, Mar 03, 2025 at 05:05:58PM -0800, Nil Fons Miret via ffmpeg-devel
> wrote:
> >
0, Nil Fons Miret via ffmpeg-devel
> wrote:
> > The return value of ff_draw_init and ff_draw_init2 are not checked in
> > most usages. However, if they return an error, they don't get to the
> > point where they set the attributes of the FFDrawContext. These
> > funct
Hi, any feedback on this? Thank you
On Thu, Feb 20, 2025 at 7:31 PM Nil Fons Miret wrote:
>
> The return value of ff_draw_init and ff_draw_init2 are not checked in
> most usages. However, if they return an error, they don't get to the
> point where they set the attributes of the FFDrawContext. Th
The return value of ff_draw_init and ff_draw_init2 are not checked in
most usages. However, if they return an error, they don't get to the
point where they set the attributes of the FFDrawContext. These
functions are typically used in conjunction with ff_draw_color, which
checks draw->desc->flags,
Attached.
0001-doc-filters-expand-documentation-on-libvmaf-filter.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-de
The libvmaf filter was doing substring checks in place of string
equality comparisons. This led to a bug when the user specified the
pooling method "harmonic_mean", since "mean" was checked first and the
substring comparison returned true. This patch changes all substring
comparisons for string equ