[FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source
Stefano Sabatini
stefasab at gmail.com
Sun Dec 24 19:43:04 EET 2023
On date Sunday 2023-12-17 19:00:01 +0100, Stefano Sabatini wrote:
> On date Saturday 2023-12-09 19:13:46 +0100, Stefano Sabatini wrote:
> > On date Thursday 2023-11-30 01:49:14 +0100, Stefano Sabatini wrote:
> > > ---
> > > configure | 4 +
> > > libavfilter/Makefile | 1 +
> > > libavfilter/allfilters.c | 1 +
> > > libavfilter/vsrc_qrencode.c | 435 ++++++++++++++++++++++++++++++++++++
> > > 4 files changed, 441 insertions(+)
> > > create mode 100644 libavfilter/vsrc_qrencode.c
> >
> > Rev2 with padding and doc.
>
> Rev3 including a filter and fancy expressions.
> From 2e0e177f4e6e7a14d69f1e4d927b115b92b334d2 Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini <stefasab at gmail.com>
> Date: Tue, 28 Nov 2023 23:58:15 +0100
> Subject: [PATCH] lavfi: add qrencode source and filter
>
> ---
> Changelog | 1 +
> configure | 7 +
> doc/filters.texi | 410 ++++++++++++++++++++
> libavfilter/Makefile | 2 +
> libavfilter/allfilters.c | 2 +
> libavfilter/qrencode.c | 803 +++++++++++++++++++++++++++++++++++++++
> 6 files changed, 1225 insertions(+)
> create mode 100644 libavfilter/qrencode.c
Will apply in a week or so if I see no comments.
More information about the ffmpeg-devel
mailing list