Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

2024-01-02 Thread Stefano Sabatini
On date Sunday 2023-12-24 18:43:04 +0100, Stefano Sabatini wrote: > 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: > > > > --- > > >

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

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

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

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

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

2023-12-11 Thread Stefano Sabatini
On date Monday 2023-12-11 12:59:39 -0800, Kyle Swanson wrote: > Hi, > > On Sat, Dec 9, 2023 at 10:14 AM Stefano Sabatini wrote: > > > > On date Thursday 2023-11-30 01:49:14 +0100, Stefano Sabatini wrote: > > > --- > > > configure | 4 + > > > libavfilter/Makefile|

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

2023-12-11 Thread Kyle Swanson
Hi, On Sat, Dec 9, 2023 at 10:14 AM 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

Re: [FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

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

[FFmpeg-devel] [PATCH 2/2] lavfi: add qrencodesrc source

2023-11-29 Thread Stefano Sabatini
--- 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 diff --git a/configure