Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2024-01-03 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2024-01-03 Thread Timo Rothenpieler
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

Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2023-12-16 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2023-12-09 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2023-12-06 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2023-12-03 Thread Stefano Sabatini
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 +- >

[FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils

2023-11-29 Thread Stefano Sabatini
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 +++ libavfilter/textutils.h |