Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2022-06-16 Thread Soft Works
> -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

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2022-06-12 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2022-06-12 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2022-06-09 Thread Marton Balint
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

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2022-04-03 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2021-04-21 Thread Stefano Sabatini
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

[FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()

2021-04-18 Thread Stefano Sabatini
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