> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Martin Storsjö
> Sent: Sunday, May 8, 2022 10:12 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object
> sharing issue on Windows
>
> On Sat, 7
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Martin Storsjö
> Sent: Sunday, May 8, 2022 10:02 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object
> sharing issue on Windows
>
> On Sat, 7
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Martin Storsjö
> Sent: Sunday, May 8, 2022 10:03 PM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools: use av_fopen_utf8()
> instead of plain fopen()
>
> On Sat,
On Sun, 1 May 2022, Marton Balint wrote:
Regression since 8dd5bb728038f21d17ec789e21d65fe8f3f364a6.
Fixes ticket #5978.
Will apply tomorrow.
Regards,
Marton
Signed-off-by: Marton Balint
---
libavformat/mov.c | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --gi
On Sat, 7 May 2022, Soft Works wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of
Andreas Rheinhardt
Sent: Saturday, May 7, 2022 6:32 AM
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object
sharing issue on Windows
Soft Works:
-O
On Sat, 7 May 2022, softworkz wrote:
From: softworkz
Signed-off-by: softworkz
---
fftools/cmdutils.c | 6 +++---
fftools/ffmpeg.c | 4 ++--
fftools/opt_common.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Just for clarity (for someone looking at this individual mail thread o
On Sat, 7 May 2022, Soft Works wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of
Martin Storsjö
Sent: Wednesday, April 20, 2022 2:48 PM
To: ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object sharing
issue on Windows
Hi,
I just became aware o
On Sat, 7 May 2022, Soft Works wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of nil-
admir...@mailo.com
Sent: Friday, May 6, 2022 6:08 PM
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH v11 1/6]
libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and
utf8toa
On Sun, May 08, 2022 at 03:01:17AM +, softworkz wrote:
> From: softworkz
>
> Signed-off-by: softworkz
> ---
> libavformat/asfdec_f.c | 30 +++---
> 1 file changed, 15 insertions(+), 15 deletions(-)
will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B14
> On Apr 26, 2022, at 4:20 PM, Zhao Zhili wrote:
>
> ---
> libavformat/mov.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index e948c6cd0f..429f9fcbf7 100644
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
> @@ -7691,10
> On May 8, 2022, at 9:17 AM, Steven Liu wrote:
>
> In parse_playlist, the discont_program_date_time should be used after
> EXT-X-PROGRAM-DATE-TIME tag parsed.
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --g
> On May 8, 2022, at 9:17 AM, Steven Liu wrote:
>
> because the flags in AVOption support i64.
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index b9f79e30d8..0
From: Limin Wang
some samples include both A53 and SCTE20 data. Before the commit, both
of the will be exported, so the CC data will be repeated or garbarge
as they're using the same frame side data. If you know your samples include
only one of them, You can export by +a53cc+scte20.
After the co
From: Limin Wang
Signed-off-by: Limin Wang
---
doc/filters.texi| 9 +
libavfilter/src_movie.c | 5 -
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 367614d2f8..6775cf43ba 100644
--- a/doc/filters.texi
+++ b/doc/filter
14 matches
Mail list logo