Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
@ 2025-03-24 18:10 Frank Plowman
  2025-04-08 16:29 ` Frank Plowman
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Plowman @ 2025-03-24 18:10 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Frank Plowman

A sample with a particular partitioning structure that could not be read
correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e

Signed-off-by: Frank Plowman <post@frankplowman.com>
---
 tests/fate/vvc.mak                      | 10 ++++++----
 tests/ref/fate/vvc-wpp-single-slice-pic |  6 ++++++
 2 files changed, 12 insertions(+), 4 deletions(-)
 create mode 100644 tests/ref/fate/vvc-wpp-single-slice-pic

diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak
index 532bf44e19..c882010713 100644
--- a/tests/fate/vvc.mak
+++ b/tests/fate/vvc.mak
@@ -44,12 +44,14 @@ $(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt yuv444p10le -vf scale
 fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit $(SCALE_OPTS)
 fate-vvc-output-ref: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
 fate-vvc-frames-with-ltr: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/vvc_frames_with_ltr.vvc -pix_fmt yuv420p10le -vf scale
+fate-vvc-wpp-single-slice-pic: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/wpp-single-slice-pic.vvc -pix_fmt yuv420p10le -vf scale
 
 FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT) fate-vvc-output-ref
-FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=              \
-                                                    $(VVC_TESTS_10BIT)       \
-                                                    $(VVC_TESTS_444_10BIT)   \
-                                                    fate-vvc-frames-with-ltr \
+FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=                   \
+                                                    $(VVC_TESTS_10BIT)            \
+                                                    $(VVC_TESTS_444_10BIT)        \
+                                                    fate-vvc-frames-with-ltr      \
+                                                    fate-vvc-wpp-single-slice-pic \
 
 FATE_SAMPLES_FFMPEG += $(FATE_VVC-yes)
 
diff --git a/tests/ref/fate/vvc-wpp-single-slice-pic b/tests/ref/fate/vvc-wpp-single-slice-pic
new file mode 100644
index 0000000000..d3629a8d80
--- /dev/null
+++ b/tests/ref/fate/vvc-wpp-single-slice-pic
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 256x256
+#sar 0: 0/1
+0,          0,          0,        1,   196608, 0x49771161
-- 
2.47.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
  2025-03-24 18:10 [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic Frank Plowman
@ 2025-04-08 16:29 ` Frank Plowman
  2025-04-16 13:30   ` Nuo Mi
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Plowman @ 2025-04-08 16:29 UTC (permalink / raw)
  To: ffmpeg-devel

On 24/03/2025 18:10, Frank Plowman wrote:
> A sample with a particular partitioning structure that could not be read
> correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e
> 
> Signed-off-by: Frank Plowman <post@frankplowman.com>
> ---
>  tests/fate/vvc.mak                      | 10 ++++++----
>  tests/ref/fate/vvc-wpp-single-slice-pic |  6 ++++++
>  2 files changed, 12 insertions(+), 4 deletions(-)
>  create mode 100644 tests/ref/fate/vvc-wpp-single-slice-pic
> 
> diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak
> index 532bf44e19..c882010713 100644
> --- a/tests/fate/vvc.mak
> +++ b/tests/fate/vvc.mak
> @@ -44,12 +44,14 @@ $(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt yuv444p10le -vf scale
>  fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit $(SCALE_OPTS)
>  fate-vvc-output-ref: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
>  fate-vvc-frames-with-ltr: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/vvc_frames_with_ltr.vvc -pix_fmt yuv420p10le -vf scale
> +fate-vvc-wpp-single-slice-pic: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/wpp-single-slice-pic.vvc -pix_fmt yuv420p10le -vf scale
>  
>  FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT) fate-vvc-output-ref
> -FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=              \
> -                                                    $(VVC_TESTS_10BIT)       \
> -                                                    $(VVC_TESTS_444_10BIT)   \
> -                                                    fate-vvc-frames-with-ltr \
> +FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=                   \
> +                                                    $(VVC_TESTS_10BIT)            \
> +                                                    $(VVC_TESTS_444_10BIT)        \
> +                                                    fate-vvc-frames-with-ltr      \
> +                                                    fate-vvc-wpp-single-slice-pic \
>  
>  FATE_SAMPLES_FFMPEG += $(FATE_VVC-yes)
>  
> diff --git a/tests/ref/fate/vvc-wpp-single-slice-pic b/tests/ref/fate/vvc-wpp-single-slice-pic
> new file mode 100644
> index 0000000000..d3629a8d80
> --- /dev/null
> +++ b/tests/ref/fate/vvc-wpp-single-slice-pic
> @@ -0,0 +1,6 @@
> +#tb 0: 1/25
> +#media_type 0: video
> +#codec_id 0: rawvideo
> +#dimensions 0: 256x256
> +#sar 0: 0/1
> +0,          0,          0,        1,   196608, 0x49771161

Ping

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
  2025-04-08 16:29 ` Frank Plowman
@ 2025-04-16 13:30   ` Nuo Mi
  2025-04-16 14:47     ` Frank Plowman
  0 siblings, 1 reply; 4+ messages in thread
From: Nuo Mi @ 2025-04-16 13:30 UTC (permalink / raw)
  To: FFmpeg development discussions and patches, samples-request

Thank you, Frank.

Hi samples-request,
could you help

On Wed, Apr 9, 2025 at 12:29 AM Frank Plowman <post@frankplowman.com> wrote:

> On 24/03/2025 18:10, Frank Plowman wrote:
> > A sample with a particular partitioning structure that could not be read
> > correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e
> >
> > Signed-off-by: Frank Plowman <post@frankplowman.com>
> > ---
> >  tests/fate/vvc.mak                      | 10 ++++++----
> >  tests/ref/fate/vvc-wpp-single-slice-pic |  6 ++++++
> >  2 files changed, 12 insertions(+), 4 deletions(-)
> >  create mode 100644 tests/ref/fate/vvc-wpp-single-slice-pic
> >
> > diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak
> > index 532bf44e19..c882010713 100644
> > --- a/tests/fate/vvc.mak
> > +++ b/tests/fate/vvc.mak
> > @@ -44,12 +44,14 @@ $(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt
> yuv444p10le -vf scale
> >  fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i
> $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit
> $(SCALE_OPTS)
> >  fate-vvc-output-ref: CMD = framecrc -c:v vvc -i
> $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
> >  fate-vvc-frames-with-ltr: CMD = framecrc -c:v vvc -i
> $(TARGET_SAMPLES)/vvc/vvc_frames_with_ltr.vvc -pix_fmt yuv420p10le -vf scale
> > +fate-vvc-wpp-single-slice-pic: CMD = framecrc -c:v vvc -i
> $(TARGET_SAMPLES)/vvc/wpp-single-slice-pic.vvc -pix_fmt yuv420p10le -vf
> scale
> >
> >  FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT)
> fate-vvc-output-ref
> > -FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=
>       \
> > -                                                    $(VVC_TESTS_10BIT)
>      \
> > -
> $(VVC_TESTS_444_10BIT)   \
> > -
> fate-vvc-frames-with-ltr \
> > +FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=
>            \
> > +                                                    $(VVC_TESTS_10BIT)
>           \
> > +
> $(VVC_TESTS_444_10BIT)        \
> > +
> fate-vvc-frames-with-ltr      \
> > +
> fate-vvc-wpp-single-slice-pic \
> >
> >  FATE_SAMPLES_FFMPEG += $(FATE_VVC-yes)
> >
> > diff --git a/tests/ref/fate/vvc-wpp-single-slice-pic
> b/tests/ref/fate/vvc-wpp-single-slice-pic
> > new file mode 100644
> > index 0000000000..d3629a8d80
> > --- /dev/null
> > +++ b/tests/ref/fate/vvc-wpp-single-slice-pic
> > @@ -0,0 +1,6 @@
> > +#tb 0: 1/25
> > +#media_type 0: video
> > +#codec_id 0: rawvideo
> > +#dimensions 0: 256x256
> > +#sar 0: 0/1
> > +0,          0,          0,        1,   196608, 0x49771161
>
> Ping
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
  2025-04-16 13:30   ` Nuo Mi
@ 2025-04-16 14:47     ` Frank Plowman
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Plowman @ 2025-04-16 14:47 UTC (permalink / raw)
  To: ffmpeg-devel

On 16/04/2025 14:30, Nuo Mi wrote:
> Thank you, Frank.
> 
> Hi samples-request,
> could you help
> 
> On Wed, Apr 9, 2025 at 12:29 AM Frank Plowman <post@frankplowman.com> wrote:
> 
>> On 24/03/2025 18:10, Frank Plowman wrote:
>>> A sample with a particular partitioning structure that could not be read
>>> correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e
>>>
>>> Signed-off-by: Frank Plowman <post@frankplowman.com>
>>> ---
>>>  tests/fate/vvc.mak                      | 10 ++++++----
>>>  tests/ref/fate/vvc-wpp-single-slice-pic |  6 ++++++
>>>  2 files changed, 12 insertions(+), 4 deletions(-)
>>>  create mode 100644 tests/ref/fate/vvc-wpp-single-slice-pic
>>>
>>> diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak
>>> index 532bf44e19..c882010713 100644
>>> --- a/tests/fate/vvc.mak
>>> +++ b/tests/fate/vvc.mak
>>> @@ -44,12 +44,14 @@ $(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt
>> yuv444p10le -vf scale
>>>  fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i
>> $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit
>> $(SCALE_OPTS)
>>>  fate-vvc-output-ref: CMD = framecrc -c:v vvc -i
>> $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
>>>  fate-vvc-frames-with-ltr: CMD = framecrc -c:v vvc -i
>> $(TARGET_SAMPLES)/vvc/vvc_frames_with_ltr.vvc -pix_fmt yuv420p10le -vf scale
>>> +fate-vvc-wpp-single-slice-pic: CMD = framecrc -c:v vvc -i
>> $(TARGET_SAMPLES)/vvc/wpp-single-slice-pic.vvc -pix_fmt yuv420p10le -vf
>> scale
>>>
>>>  FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT)
>> fate-vvc-output-ref
>>> -FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=
>>       \
>>> -                                                    $(VVC_TESTS_10BIT)
>>      \
>>> -
>> $(VVC_TESTS_444_10BIT)   \
>>> -
>> fate-vvc-frames-with-ltr \
>>> +FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=
>>            \
>>> +                                                    $(VVC_TESTS_10BIT)
>>           \
>>> +
>> $(VVC_TESTS_444_10BIT)        \
>>> +
>> fate-vvc-frames-with-ltr      \
>>> +
>> fate-vvc-wpp-single-slice-pic \
>>>
>>>  FATE_SAMPLES_FFMPEG += $(FATE_VVC-yes)
>>>
>>> diff --git a/tests/ref/fate/vvc-wpp-single-slice-pic
>> b/tests/ref/fate/vvc-wpp-single-slice-pic
>>> new file mode 100644
>>> index 0000000000..d3629a8d80
>>> --- /dev/null
>>> +++ b/tests/ref/fate/vvc-wpp-single-slice-pic
>>> @@ -0,0 +1,6 @@
>>> +#tb 0: 1/25
>>> +#media_type 0: video
>>> +#codec_id 0: rawvideo
>>> +#dimensions 0: 256x256
>>> +#sar 0: 0/1
>>> +0,          0,          0,        1,   196608, 0x49771161
>>
>> Ping
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

I believe the sample is already uploaded to the FATE rsync, it's just
this patch that needs pushing.

-- 
Frank

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-16 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-24 18:10 [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic Frank Plowman
2025-04-08 16:29 ` Frank Plowman
2025-04-16 13:30   ` Nuo Mi
2025-04-16 14:47     ` Frank Plowman

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git