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: add rka test
@ 2023-09-01 17:40 Paul B Mahol
  2023-09-04 16:09 ` Paul B Mahol
  2023-09-04 18:16 ` Michael Niedermayer
  0 siblings, 2 replies; 3+ messages in thread
From: Paul B Mahol @ 2023-09-01 17:40 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

[-- Attachment #1: Type: text/plain, Size: 16 bytes --]

Patch attached.

[-- Attachment #2: 0001-fate-add-rka-test.patch --]
[-- Type: text/x-patch, Size: 1478 bytes --]

From 74bd7f508208a3631f25874167355929d859a93b Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Fri, 1 Sep 2023 19:38:10 +0200
Subject: [PATCH] fate: add rka test

Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 tests/fate/lossless-audio.mak | 3 +++
 tests/ref/fate/lossless-rka   | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 tests/ref/fate/lossless-rka

diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak
index 435119d777..86327e1167 100644
--- a/tests/fate/lossless-audio.mak
+++ b/tests/fate/lossless-audio.mak
@@ -10,6 +10,9 @@ fate-ralf: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.rmvb
 FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, SHORTEN, SHORTEN) += fate-lossless-shorten
 fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.shn -f s16le -af aresample
 
+FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, RKA, RKA) += fate-lossless-rka
+fate-lossless-rka: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.rka -f s16le -af aresample
+
 FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TAK, TAK) += fate-lossless-tak
 fate-lossless-tak: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.tak -af aresample
 
diff --git a/tests/ref/fate/lossless-rka b/tests/ref/fate/lossless-rka
new file mode 100644
index 0000000000..6281924c41
--- /dev/null
+++ b/tests/ref/fate/lossless-rka
@@ -0,0 +1 @@
+97223f65c91213694a660d52f87f35aa
-- 
2.39.1


[-- Attachment #3: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] fate: add rka test
  2023-09-01 17:40 [FFmpeg-devel] [PATCH] fate: add rka test Paul B Mahol
@ 2023-09-04 16:09 ` Paul B Mahol
  2023-09-04 18:16 ` Michael Niedermayer
  1 sibling, 0 replies; 3+ messages in thread
From: Paul B Mahol @ 2023-09-04 16:09 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Will apply soon.
_______________________________________________
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] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] fate: add rka test
  2023-09-01 17:40 [FFmpeg-devel] [PATCH] fate: add rka test Paul B Mahol
  2023-09-04 16:09 ` Paul B Mahol
@ 2023-09-04 18:16 ` Michael Niedermayer
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Niedermayer @ 2023-09-04 18:16 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]

On Fri, Sep 01, 2023 at 07:40:14PM +0200, Paul B Mahol wrote:
> Patch attached.

>  fate/lossless-audio.mak |    3 +++
>  ref/fate/lossless-rka   |    1 +
>  2 files changed, 4 insertions(+)
> 0f3f84b5dce589a41a0abc1f1c70376363078b2b  0001-fate-add-rka-test.patch
> From 74bd7f508208a3631f25874167355929d859a93b Mon Sep 17 00:00:00 2001
> From: Paul B Mahol <onemda@gmail.com>
> Date: Fri, 1 Sep 2023 19:38:10 +0200
> Subject: [PATCH] fate: add rka test
> 
> Signed-off-by: Paul B Mahol <onemda@gmail.com>
> ---
>  tests/fate/lossless-audio.mak | 3 +++
>  tests/ref/fate/lossless-rka   | 1 +
>  2 files changed, 4 insertions(+)
>  create mode 100644 tests/ref/fate/lossless-rka

Tested on  mingw32/64; linux mips/arm/x86-32/64, all work

thanks!

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2023-09-04 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 17:40 [FFmpeg-devel] [PATCH] fate: add rka test Paul B Mahol
2023-09-04 16:09 ` Paul B Mahol
2023-09-04 18:16 ` Michael Niedermayer

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