From: Stefano Sabatini <stefasab@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils Date: Sat, 16 Dec 2023 16:35:36 +0100 Message-ID: <ZX3DyMOXgCNmegho@mariano> (raw) In-Reply-To: <ZXSuDZBkEkAjK2tW@mariano> 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 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. > From d9d033dcb8c3a8a473fd08db209f782f99a65780 Mon Sep 17 00:00:00 2001 > From: Stefano Sabatini <stefasab@gmail.com> > Date: Mon, 20 Nov 2023 01:13:17 +0100 > Subject: [PATCH 1/2] lavfi: introduce textutils > > 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 | 382 +++++++++++++++++++++++++++ > libavfilter/textutils.h | 229 ++++++++++++++++ > libavfilter/vf_drawtext.c | 533 ++++++++++---------------------------- > 4 files changed, 743 insertions(+), 403 deletions(-) > create mode 100644 libavfilter/textutils.c > create mode 100644 libavfilter/textutils.h Ping, if there are no objections or comments I plan to push this in a week or something. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-12-16 15:35 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-11-30 0:49 [FFmpeg-devel] [POC][PATCHSET] Add qrencodesrc source Stefano Sabatini 2023-11-30 0:49 ` [FFmpeg-devel] [PATCH 1/2] lavfi: introduce textutils Stefano Sabatini 2023-12-03 15:05 ` Stefano Sabatini 2023-12-09 18:12 ` Stefano Sabatini 2023-12-16 15:35 ` Stefano Sabatini [this message] 2024-01-03 12:58 ` Timo Rothenpieler 2024-01-03 15:50 ` Stefano Sabatini 2023-12-06 20:20 ` Nicolas George 2023-11-30 0:49 ` [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source Stefano Sabatini 2023-12-09 18:13 ` Stefano Sabatini 2023-12-11 20:59 ` Kyle Swanson 2023-12-11 23:34 ` Stefano Sabatini 2023-12-17 18:00 ` Stefano Sabatini 2023-12-24 17:43 ` Stefano Sabatini 2024-01-02 21:09 ` Stefano Sabatini 2023-11-30 11:07 ` [FFmpeg-devel] [POC][PATCHSET] Add " Tomas Härdin 2023-11-30 11:21 ` Paul B Mahol 2023-12-02 19:19 ` Stefano Sabatini 2023-11-30 11:54 ` Nicolas George [not found] ` <D4F91B2F-6380-48AA-8883-315FA76CA828@cosmin.at> 2023-11-30 15:39 ` Cosmin Stejerean via ffmpeg-devel 2023-12-01 15:08 ` Tomas Härdin 2023-12-02 19:27 ` Stefano Sabatini
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=ZX3DyMOXgCNmegho@mariano \ --to=stefasab@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git