Re: [FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
on behalf of Lingyi Kong Sent: Tuesday, December 24, 2024 17:24 To: FFmpeg development discussions and patches Cc: Kieran Kunhya Subject: Re: [FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking Hi Kieran, Thank you for your

[FFmpeg-devel] [PATCH v4] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
fix for https://trac.ffmpeg.org/ticket/11360 A new fate test case is added to validate the fix, the smaple file is located at https://trac.ffmpeg.org/attachment/ticket/11360/slice2_field_aurora4.264. Signed-off-by: Lingyi Kong --- libavcodec/h264_mb.c | 2 +- tests

Re: [FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking On Fri, Dec 20, 2024 at 5:20 AM Lingyi Kong wrote: > > fix for https://trac.ffmpeg.org/ticket/11360 > > Signed-off-by: Lingyi Kong > --- > libavcodec/h264_mb.c | 2 +- > 1 file

[FFmpeg-devel] [PATCH v2] fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
add fate test case Signed-off-by: Lingyi Kong --- tests/fate/h264.mak | 2 + .../h264-conformance-slice2_field_aurora4 | 55 +++ 2 files changed, 57 insertions(+) create mode 100644 tests/ref/fate/h264-conformance-slice2_field_aurora4 diff --git

[FFmpeg-devel] [PATCH v3] fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
add fate test case Signed-off-by: Lingyi Kong --- tests/fate/h264.mak | 2 + .../h264-conformance-slice2_field_aurora4 | 55 +++ 2 files changed, 57 insertions(+) create mode 100644 tests/ref/fate/h264-conformance-slice2_field_aurora4 diff --git

[FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-24 Thread Lingyi Kong
add fate test case Signed-off-by: Lingyi Kong --- tests/fate/h264.mak | 2 + .../h264-conformance-slice2_field_aurora4 | 55 +++ 2 files changed, 57 insertions(+) create mode 100644 tests/ref/fate/h264-conformance-slice2_field_aurora4 diff --git

[FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-19 Thread Lingyi Kong
fix for https://trac.ffmpeg.org/ticket/11360 Signed-off-by: Lingyi Kong --- libavcodec/h264_mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_mb.c b/libavcodec/h264_mb.c index 4e94136313..6083f7ad84 100644 --- a/libavcodec/h264_mb.c +++ b/libavcodec

[FFmpeg-devel] [PATCH] fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-19 Thread Lingyi Kong
fix for https://trac.ffmpeg.org/ticket/11360 Signed-off-by: Lingyi Kong --- libavcodec/h264_mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_mb.c b/libavcodec/h264_mb.c index 4e94136313..6083f7ad84 100644 --- a/libavcodec/h264_mb.c +++ b/libavcodec

[FFmpeg-devel] [PATCH v2] avcodec/h264: fix stride calculation in slice_table for multi-slice field video deblocking

2024-12-19 Thread Lingyi Kong
fix for https://trac.ffmpeg.org/ticket/11360 Signed-off-by: Lingyi Kong --- libavcodec/h264_mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_mb.c b/libavcodec/h264_mb.c index 4e94136313..6083f7ad84 100644 --- a/libavcodec/h264_mb.c +++ b/libavcodec