On 2022-06-18 12:19 pm, Andreas Rheinhardt wrote:
Gyan Doshi:
Default avctx->frame_size is 0 which leads to init failure for
audio MediaFoundation encoders.
---
libavcodec/mfenc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c
index 13ed7b3e11
Please review this. It's a code rewrite of doc/examples/muxing.c which improves
readability and fixes issues.
More specifically:
*) Original functions of muxing.c have generic/unclear/ambiguous names and they
don't group logically relatedblocks of code: this makes the code hard to
read.See for e
> On Jun 18, 2022, at 12:01 PM, Gyan Doshi wrote:
>
>
> On 2022-06-16 02:39 pm, Gyan Doshi wrote:
>> Stores wallclock time for the first packet received with a pts.
>
> Comments?
>> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
>> index f12fa7d904..56f9656a68 100644
>> --- a/l
On Fri, 17 Jun 2022, at 17:26, Paul B Mahol wrote:
> On Fri, Jun 17, 2022 at 5:01 PM James Almer wrote:
>
>> On 6/17/2022 12:00 PM, Paul B Mahol wrote:
>> > NAK
>>
>> You'll have to give a reason for your NAK.>
> Remove Alexandra from copyright from your refactoring of get_bits.h
Copyright does
Quoting Tomas Härdin (2022-06-17 11:42:25)
> fre 2022-06-17 klockan 01:38 +0200 skrev Michael Niedermayer:
> > On Thu, Jun 16, 2022 at 11:04:01PM +0200, Tomas Härdin wrote:
> > > tor 2022-06-16 klockan 20:27 +0200 skrev Michael Niedermayer:
> > > >
> > > > >
> > > > > void avpriv_slicethread_fr
Quoting Tomas Härdin (2022-06-14 16:39:00)
> Patch 12 in this series is optional since it's just me getting the
> speed up on a specific machine
>
> /Tomas
>
> From 115aa26c343419e81c1b5ba0bfdb1615cbec27e9 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?=
> Date: Fri, 10 Jun 2022
Quoting Tomas Härdin (2022-06-16 14:44:45)
> ons 2022-06-15 klockan 09:15 -0300 skrev James Almer:
> > On 6/15/2022 6:59 AM, Tomas Härdin wrote:
> > > tis 2022-06-14 klockan 22:26 +0200 skrev Michael Niedermayer:
> > > > On Tue, Jun 14, 2022 at 04:42:06PM +0200, Tomas Härdin wrote:
> > > > > Left t
Quoting Tomas Härdin (2022-06-14 16:43:38)
>
>
> From 03b806f89453571310dcb14edbd9f51e059b7476 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?=
> Date: Wed, 8 Jun 2022 10:08:15 +0200
> Subject: [PATCH 09/13] lavc/jpeg2000: Speed up ff_jpeg2000_tag_tree_init()
> using stereotypes
Quoting Gyan Doshi (2022-06-18 06:01:21)
>
>
> On 2022-06-16 02:39 pm, Gyan Doshi wrote:
> > Stores wallclock time for the first packet received with a pts.
>
> Comments?
This looks very ad-hoc and IMO does not belong in the library unless you
have a very strong reason.
--
Anton Khirnov
_
Quoting Gyan Doshi (2022-06-18 10:28:38)
>
>
> On 2022-06-18 12:19 pm, Andreas Rheinhardt wrote:
> > Gyan Doshi:
> >> Default avctx->frame_size is 0 which leads to init failure for
> >> audio MediaFoundation encoders.
> >> ---
> >> libavcodec/mfenc.c | 3 +++
> >> 1 file changed, 3 insertions(
Quoting Carotti, Elias (2022-06-17 10:41:30)
> Hi all,
> any chance someone could possibly have a look at this patch, please?
> Thanks in advance
This looks like it belongs in AVVideoEncParams.
--
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-deve
On Fri, 10 Jun 2022, Marton Balint wrote:
This is the first version for which fifo size setting actually works.
Signed-off-by: Marton Balint
---
configure | 2 +-
libavformat/librist.c | 32
2 files changed, 1 insertion(+), 33 deletions(-)
Pushe
On 6/18/22 08:06, Paolo Prete wrote:
Please review this. It's a code rewrite of doc/examples/muxing.c which improves
readability and fixes issues.
From 8a4e942a001ae49dc052899f331ed43abf954dda Mon Sep 17 00:00:00 2001
From: paolo
Date: Sat, 18 Jun 2022 13:53:55 +0200
Subject: [PATCH] doc/exampl
On Sat, Jun 18, 2022 at 4:32 PM Jean-Baptiste Kempf wrote:
> On Fri, 17 Jun 2022, at 17:26, Paul B Mahol wrote:
> > On Fri, Jun 17, 2022 at 5:01 PM James Almer wrote:
> >
> >> On 6/17/2022 12:00 PM, Paul B Mahol wrote:
> >> > NAK
> >>
> >> You'll have to give a reason for your NAK.>
>
> > Remove
On Fri, Jun 17, 2022 at 10:15:39PM +0200, Marton Balint wrote:
>
>
> On Tue, 8 Feb 2022, Michael Niedermayer wrote:
>
> > Fixes: Timeout
> > Fixes:
> > 43717/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-5206008287330304
> >
> > Found-by: continuous fuzzing process
> > https://githu
On Fri, Jun 17, 2022 at 09:53:13PM +0200, Marton Balint wrote:
>
>
> On Tue, 8 Feb 2022, Michael Niedermayer wrote:
>
> > Fixes: read_frame_internal() which does not return even though both demuxer
> > and parser do return
> > Fixes:
> > 43717/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_f
Paolo Prete:
> Please review this. It's a code rewrite of doc/examples/muxing.c which
> improves readability and fixes issues.
> More specifically:
> *) Original functions of muxing.c have generic/unclear/ambiguous names and
> they don't group logically relatedblocks of code: this makes the code
Fixes: OOM
Fixes:
45834/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5419540462305280
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/mov.c | 11 ---
1 file changed, 8 inserti
Signed-off-by: Michael Niedermayer
---
libavcodec/aasc.c | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c
index d297cfad76..528ee58cdf 100644
--- a/libavcodec/aasc.c
+++ b/libavcodec/aasc.c
@@ -104,26 +1
This extra code is ugly, better solution is welcome
Fixes: Timeout
Fixes:
45700/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-6141847792123904
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
l
Fixes: Timeout
Fixes:
47919/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AASC_fuzzer-5176435830030336
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 1 +
1 file changed,
Signed-off-by: Michael Niedermayer
---
libavcodec/aasc.c | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c
index d297cfad76..528ee58cdf 100644
--- a/libavcodec/aasc.c
+++ b/libavcodec/aasc.c
@@ -104,26 +1
Fixes: OOM
Fixes:
45834/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5419540462305280
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/mov.c | 11 ---
1 file changed, 8 inserti
Fixes: Timeout
Fixes:
47919/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AASC_fuzzer-5176435830030336
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 1 +
1 file changed,
This extra code is ugly, better solution is welcome
Fixes: Timeout
Fixes:
45700/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-6141847792123904
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
l
On Sat, Jun 18, 2022 at 10:03:00PM +0200, Michael Niedermayer wrote:
> Fixes: OOM
> Fixes:
> 45834/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5419540462305280
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Mich
On Mon, 13 Jun 2022, softworkz wrote:
From: softworkz
Signed-off-by: softworkz
---
fftools/fopen_utf8: support long paths on Windows for fftools
After Nil's patchset, this is probably the final missing bit.
Signed-off-by: softworkz softwo...@hotmail.com
Published-As:
https://gith
On Thu, 16 Jun 2022, Thilo Borgmann wrote:
Hi,
movdqa in ff_yuv2yuvX_sse3() expects a 16-byte alignment according to its
documentation causing segfaults in fate-checkasm-sw_scale.
LGTM, thanks!
// Martin
___
ffmpeg-devel mailing list
ffmpeg-devel
On Sat, 18 Jun 2022, Michael Niedermayer wrote:
On Fri, Jun 17, 2022 at 09:53:13PM +0200, Marton Balint wrote:
On Tue, 8 Feb 2022, Michael Niedermayer wrote:
Fixes: read_frame_internal() which does not return even though both demuxer and
parser do return
Fixes:
43717/clusterfuzz-testca
On Sat, 18 Jun 2022, Michael Niedermayer wrote:
This extra code is ugly, better solution is welcome
If you work on fixing these issues, it is kind of your job to find an
elegant and maintainable solution. If you can't find one with reasonable
amount of work, then IMHO it is better to leav
On Fri, 17 Jun 2022, Nil Admirari wrote:
wchartoutf8() converts strings returned by WinAPI into UTF-8,
which is FFmpeg's preffered encoding.
Some external dependencies, such as AviSynth, are still
not Unicode-enabled. utf8toansi() converts UTF-8 strings
into ANSI in two steps: UTF-8 -> wchar_t
On Fri, 17 Jun 2022, Nil Admirari wrote:
1. getenv() is replaced with getenv_utf8() across libavformat.
2. New versions of AviSynth+ are now called with UTF-8 filenames.
3. Old versions of AviSynth are still using ANSI strings,
but MAX_PATH limit on filename is removed.
---
libavformat/avisynt
On Sun, 19 Jun 2022, Martin Storsjö wrote:
On Fri, 17 Jun 2022, Nil Admirari wrote:
1. getenv() is replaced with getenv_utf8() across libavformat.
2. New versions of AviSynth+ are now called with UTF-8 filenames.
3. Old versions of AviSynth are still using ANSI strings,
but MAX_PATH limit on
On Fri, 17 Jun 2022, Nil Admirari wrote:
1. getenv() is replaced with getenv_utf8() across libavformat.
2. New versions of AviSynth+ are now called with UTF-8 filenames.
3. Old versions of AviSynth are still using ANSI strings,
but MAX_PATH limit on filename is removed.
---
libavformat/avisynt
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Martin Storsjö
> Sent: Sunday, June 19, 2022 12:24 AM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v17 4/5] libavformat: Remove
> MAX_PATH limit and use UTF-8 version of g
Il sabato 18 giugno 2022, 17:18:18 CEST, Leo Izen ha
scritto:
>>On 6/18/22 08:06, Paolo Prete wrote:>> +{>> + if (num)>> +
>>av_log(NULL, AV_LOG_ERROR, "%s (error '%s')\n", s, av_err2str(*num));>> +
>>else>> + av_log(NULL, AV_LOG_ERROR, "%s\n", s);> +}>This does not need
Il sabato 18 giugno 2022, 19:07:11 CEST, Andreas Rheinhardt
ha scritto:
>>Paolo Prete:
>> Please review this. It's a code rewrite of doc/examples/muxing.c which
>> improves readability and fixes issues.
>> More specifically:
>> *) Original functions of muxing.c have generic/unclear/a
Sorry: I had problems with my email client in formatting the previous message.
I just try to resend it.
>> Il sabato 18 giugno 2022, 17:18:18 CEST, Leo Izen ha
>> scritto:
>>On 6/18/22 08:06, Paolo Prete wrote:
>> +{
>> + if (num)
>> + av_log(NULL, AV_LOG_ERROR, "%s (error '%s')\n", s
Nil Admirari:
> wchartoutf8() converts strings returned by WinAPI into UTF-8,
> which is FFmpeg's preffered encoding.
>
> Some external dependencies, such as AviSynth, are still
> not Unicode-enabled. utf8toansi() converts UTF-8 strings
> into ANSI in two steps: UTF-8 -> wchar_t -> ANSI.
> wcharto
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: Sunday, June 19, 2022 6:59 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v17 1/5] libavutil: Add
> wchartoutf8(), wchartoansi(), utf8toansi() and getenv_utf8()
>
> Nil Admirari:
>
Soft Works:
>
>
>> -Original Message-
>> From: ffmpeg-devel On Behalf Of
>> Andreas Rheinhardt
>> Sent: Sunday, June 19, 2022 6:59 AM
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: Re: [FFmpeg-devel] [PATCH v17 1/5] libavutil: Add
>> wchartoutf8(), wchartoansi(), utf8toansi() and getenv_utf8
On Sun, 19 Jun 2022, Soft Works wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of
Andreas Rheinhardt
Sent: Sunday, June 19, 2022 6:59 AM
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH v17 1/5] libavutil: Add
wchartoutf8(), wchartoansi(), utf8toansi() and geten
Martin Storsjö:
> On Sun, 19 Jun 2022, Soft Works wrote:
>
>>
>>
>>> -Original Message-
>>> From: ffmpeg-devel On Behalf Of
>>> Andreas Rheinhardt
>>> Sent: Sunday, June 19, 2022 6:59 AM
>>> To: ffmpeg-devel@ffmpeg.org
>>> Subject: Re: [FFmpeg-devel] [PATCH v17 1/5] libavutil: Add
>>> wch
43 matches
Mail list logo