> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Nicolas George
> Sent: Sunday, June 12, 2022 7:01 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()
>
> St
Stefano Sabatini (12022-06-12):
> Updated.
Hi. Since it is somewhat related, I would appreciate if you gave your
opinion on the option of having a good string API in FFmpeg:
https://ffmpeg.org/pipermail/ffmpeg-devel/2021-December/290226.html
Eventually, I would like to have the more generic writ
On date Thursday 2022-06-09 21:03:02 +0200, Marton Balint wrote:
>
>
> On Sun, 3 Apr 2022, Stefano Sabatini wrote:
>
> > On date Wednesday 2021-04-21 23:53:35 +0200, Stefano Sabatini wrote:
> > > On date Sunday 2021-04-18 23:30:57 +0200, Stefano Sabatini wrote:
> > > > This new function makes it
On Sun, 3 Apr 2022, Stefano Sabatini wrote:
On date Wednesday 2021-04-21 23:53:35 +0200, Stefano Sabatini wrote:
On date Sunday 2021-04-18 23:30:57 +0200, Stefano Sabatini wrote:
This new function makes it possible to use avio_printf() functionality from
a function taking a variable list of
On date Wednesday 2021-04-21 23:53:35 +0200, Stefano Sabatini wrote:
> On date Sunday 2021-04-18 23:30:57 +0200, Stefano Sabatini wrote:
> > This new function makes it possible to use avio_printf() functionality from
> > a function taking a variable list of arguments.
> > ---
> > doc/APIchanges
On date Sunday 2021-04-18 23:30:57 +0200, Stefano Sabatini wrote:
> This new function makes it possible to use avio_printf() functionality from
> a function taking a variable list of arguments.
> ---
> doc/APIchanges| 3 +++
> libavformat/avio.h| 6 ++
> libavformat/aviobuf.c | 1
This new function makes it possible to use avio_printf() functionality from
a function taking a variable list of arguments.
---
doc/APIchanges| 3 +++
libavformat/avio.h| 6 ++
libavformat/aviobuf.c | 17 +
libavformat/version.h | 2 +-
4 files changed, 23 insert