[FFmpeg-devel] [PATCH 2/2] Fix memory allocation problem. Related to ticket #9264.

2021-06-08 Thread houlei
From: houlei Signed-off-by: houlei --- libavdevice/xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/xv.c b/libavdevice/xv.c index 7e15c178b6..8f9a2cb5c0 100644 --- a/libavdevice/xv.c +++ b/libavdevice/xv.c @@ -300,7 +300,7 @@ static int write_picture

[FFmpeg-devel] [PATCH 2/2] Fix memory allocation problem. Related to ticket #9264.

2021-06-08 Thread houlei
From: houlei Signed-off-by: houlei --- libavdevice/xv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavdevice/xv.c b/libavdevice/xv.c index 24ba3179f6..7e15c178b6 100644 --- a/libavdevice/xv.c +++ b/libavdevice/xv.c @@ -296,10 +296,11 @@ static int write_picture

[FFmpeg-devel] [PATCH] Fix memory allocation problem. Related to ticket #9264.

2021-06-08 Thread houlei
From: houlei Signed-off-by: houlei --- libavdevice/xv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavdevice/xv.c b/libavdevice/xv.c index 24ba3179f6..7e15c178b6 100644 --- a/libavdevice/xv.c +++ b/libavdevice/xv.c @@ -296,10 +296,11 @@ static int write_picture

Re: [FFmpeg-devel] [PATCH 17/20] avcodec/twinvqdec: Mark decoder as init-threadsafe

2021-05-10 Thread HouLei
? 在 2021/5/7 下午2:46, Andreas Rheinhardt 写道: Signed-off-by: Andreas Rheinhardt --- libavcodec/twinvqdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/twinvqdec.c b/libavcodec/twinvqdec.c index b972facfdd..1fbe0bc32e 100644 --- a/libavcodec/twinvqdec.c +++ b/libavcodec/twinv

Re: [FFmpeg-devel] [PATCH] avcodec/msp2dec: Check available space in RLE decoder

2021-05-10 Thread HouLei
在 2021/4/11 上午5:21, Michael Niedermayer 写道: On Fri, Apr 09, 2021 at 10:59:44PM -0300, James Almer wrote: On 4/7/2021 11:59 AM, Michael Niedermayer wrote: On Wed, Apr 07, 2021 at 12:42:50AM +0200, Andreas Rheinhardt wrote: Michael Niedermayer: Fixes: out of array read Fixes: 32968/clusterfuz

[FFmpeg-devel] [PATCH] [Code format dependent] : [Adjust the format of code blocks]

2021-02-19 Thread houlei
From: Hou Lei Signed-off-by: Hou Lei --- fftools/ffmpeg.c | 8 libavcodec/h264_loopfilter.c | 22 -- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index add5a3e505..ed20bd3a25 100644 --- a/fftools/f

[FFmpeg-devel] [PATCH] When using ffmpeg to record screen, set the operating system time and set the system time backward. Stop screen recording, unable to save video.

2021-02-19 Thread houlei
From: Hou Lei Signed-off-by: Hou Lei --- libavdevice/xcbgrab.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index be5d5ea2cf..7e886064fe 100644 --- a/libavdevice/xcbgrab.c +++ b/libavdevice/xcbgrab.c @@ -208,7 +208