On date Wednesday 2024-01-03 13:58:14 +0100, Timo Rothenpieler wrote:
> On 16.12.2023 16:35, Stefano Sabatini wrote:
> > Ping, if there are no objections or comments I plan to push this in a
> > week or something.
>
> This broke the build:
>
> > libavfilter/vf_drawtext.c: In function 'shape_text'
On 16.12.2023 16:35, Stefano Sabatini wrote:
Ping, if there are no objections or comments I plan to push this in a
week or something.
This broke the build:
libavfilter/vf_drawtext.c: In function 'shape_text':
libavfilter/vf_drawtext.c:687:13: error: implicit declaration of function
'is_newli
On date Saturday 2023-12-09 19:12:29 +0100, Stefano Sabatini wrote:
> On date Sunday 2023-12-03 16:05:40 +0100, Stefano Sabatini wrote:
> > On date Thursday 2023-11-30 01:49:13 +0100, Stefano Sabatini wrote:
> > > Generalize drawtext utilities to make them usable in other filters.
> > > This will b
On date Sunday 2023-12-03 16:05:40 +0100, Stefano Sabatini wrote:
> On date Thursday 2023-11-30 01:49:13 +0100, Stefano Sabatini wrote:
> > Generalize drawtext utilities to make them usable in other filters.
> > This will be needed to introduce the QR code source and filter without
> > duplicating
Stefano Sabatini (12023-11-30):
> Generalize drawtext utilities to make them usable in other filters.
> This will be needed to introduce the QR code source and filter without
> duplicating functionality.
> ---
> libavfilter/Makefile | 2 +-
> libavfilter/textutils.c | 379
On date Thursday 2023-11-30 01:49:13 +0100, Stefano Sabatini wrote:
> Generalize drawtext utilities to make them usable in other filters.
> This will be needed to introduce the QR code source and filter without
> duplicating functionality.
> ---
> libavfilter/Makefile | 2 +-
> libavfilter/