[FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils
Stefano Sabatini
stefasab at gmail.com
Sat Dec 9 20:12:29 EET 2023
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 functionality.
> > ---
> > libavfilter/Makefile | 2 +-
> > libavfilter/textutils.c | 379 +++++++++++++++++++++++++++
> > libavfilter/textutils.h | 182 +++++++++++++
> > libavfilter/vf_drawtext.c | 533 ++++++++++----------------------------
> > 4 files changed, 693 insertions(+), 403 deletions(-)
> > create mode 100644 libavfilter/textutils.c
> > create mode 100644 libavfilter/textutils.h
>
> Updated (with more doc and a more genric ff_print_formatted_eval_expr
> function).
Rev 3.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-introduce-textutils.patch
Type: text/x-diff
Size: 44282 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20231209/5a6fec9b/attachment.patch>
More information about the ffmpeg-devel
mailing list