On Thu, Dec 22, 2022 at 12:05:20AM +0100, Michael Niedermayer wrote:
> Fixes: out of bounds read
>
> Found-by: Ibrahim Mohamed
> Reviewed-by; Ibrahim Mohamed
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/sunrast.c | 19 +--
> 1 file changed, 17 insertions(+), 2 deleti
Fixes: OOM
Fixes:
50551/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-6607795234930688
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/mxfdec.c | 4
1 file changed, 4 insertions(+
Suggested-by: Tomas Härdin
Signed-off-by: Michael Niedermayer
---
libavformat/mxfdec.c | 29 +++--
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index e6118e141d..0553728253 100644
--- a/libavformat/mxfdec.c
+
On Fri, Dec 23, 2022 at 11:01:55PM +0100, Marton Balint wrote:
>
>
> On Fri, 23 Dec 2022, Michael Niedermayer wrote:
>
> > Suggested-by: Tomas Härdin
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavformat/mxfdec.c | 37 +++--
> > 1 file changed, 23 i
I'm using h264_amf in my project, and want to use D3D11 pixel format to encode
video in D3D11Texture2D to elinimate copy between GPU and CPU.
I found the performance is very poor, comparing to obs-project which also use
AMF as an encoder. After comparing and debugging through codes, I found these
Hello,
On Sat, 2022-12-24 at 13:36 +0200, Rémi Denis-Courmont wrote:
> I don't see why you need an option for this. In parsing the SDP, it
> should be self-evident if a given socket needs to be reused for RTCP-
> mux or for SDP BUNDLE.
I indeed disregarded the "receiving RTP streams" part, my bad
Hello,
yes, that commit seems to be the one that include the needed fix.
Is it possible to import that change also into the next release of 3.4.x
branch? Or do I need to open a new bug report?
Sincerely,
Carlo Bramini.
> Il 23/12/2022 21:21 Michael Niedermayer ha scritto:
>
>
> On Fri, Dec
Hello,
Le jeudi 22 décembre 2022, 17:42:09 EET Camille Oudot a écrit :
> Re-submitting because google webmail did not set the correct mime type,
> sorry for the noise.
I don't see why you need an option for this. In parsing the SDP, it should be
self-evident if a given socket needs to be
Wujian(Chin) (12022-12-24):
> This code simplicity does not affect the readability and
> maintainability of the program
You are not the one who maintain them, that is not your judgement.
> The mask effect is like this:ffmpeg -mask_url -i rtsp://tyyy.com --> ffmpeg
> -mask_url -i **
Nicolas George(2022年12月23日 3:27):
>Wujian(Chin) (12022-12-20):
>> I think that it's more concise to use code this way.
>Concision is not the goal here, maintainability is. Please do not use gotos.
I found that goto can be used in three cases:
1. Jump directly from multiple cycles;
2. Clear res
10 matches
Mail list logo