summaryrefslogtreecommitdiff
path: root/testrig/media
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-07-12 09:39:47 +0000
committerLibravatar GitHub <noreply@github.com>2024-07-12 09:39:47 +0000
commitcde2fb6244a791b3c5b746112e3a8be3a79f39a4 (patch)
tree6079d6fb66d90ffbe8c1623525bb86829c162459 /testrig/media
parent[chore] Add interaction policy gtsmodels (#3075) (diff)
downloadgotosocial-cde2fb6244a791b3c5b746112e3a8be3a79f39a4.tar.xz
[feature] support processing of (many) more media types (#3090)
* initial work replacing our media decoding / encoding pipeline with ffprobe + ffmpeg * specify the video codec to use when generating static image from emoji * update go-storage library (fixes incompatibility after updating go-iotools) * maintain image aspect ratio when generating a thumbnail for it * update readme to show go-ffmpreg * fix a bunch of media tests, move filesize checking to callers of media manager for more flexibility * remove extra debug from error message * fix up incorrect function signatures * update PutFile to just use regular file copy, as changes are file is on separate partition * fix remaining tests, remove some unneeded tests now we're working with ffmpeg/ffprobe * update more tests, add more code comments * add utilities to generate processed emoji / media outputs * fix remaining tests * add test for opus media file, add license header to utility cmds * limit the number of concurrently available ffmpeg / ffprobe instances * reduce number of instances * further reduce number of instances * fix envparsing test with configuration variables * update docs and configuration with new media-{local,remote}-max-size variables
Diffstat (limited to 'testrig/media')
-rw-r--r--testrig/media/cowlick-small.jpegbin5272 -> 6922 bytes
-rw-r--r--testrig/media/kip-static.pngbin802 -> 1056 bytes
-rw-r--r--[-rwxr-xr-x]testrig/media/ohyou-small.jpgbin6177 -> 7647 bytes
-rw-r--r--[-rwxr-xr-x]testrig/media/rainbow-static.pngbin10413 -> 6092 bytes
-rw-r--r--testrig/media/sloth-small.jpgbin50820 -> 36046 bytes
-rw-r--r--testrig/media/team-fortress-small.jpgbin42308 -> 9921 bytes
-rw-r--r--testrig/media/thoughtsofdog-small.jpgbin19312 -> 11751 bytes
-rw-r--r--[-rwxr-xr-x]testrig/media/trent-small.jpgbin8803 -> 9764 bytes
-rw-r--r--[-rwxr-xr-x]testrig/media/welcome-small.jpgbin6872 -> 7587 bytes
-rw-r--r--testrig/media/yell-static.pngbin10808 -> 8965 bytes
-rw-r--r--testrig/media/zork-small.jpgbin15374 -> 29812 bytes
11 files changed, 0 insertions, 0 deletions
diff --git a/testrig/media/cowlick-small.jpeg b/testrig/media/cowlick-small.jpeg
index b3cd2f647..4061653ab 100644
--- a/testrig/media/cowlick-small.jpeg
+++ b/testrig/media/cowlick-small.jpeg
Binary files differ
diff --git a/testrig/media/kip-static.png b/testrig/media/kip-static.png
index 1ba296687..c60b94c5c 100644
--- a/testrig/media/kip-static.png
+++ b/testrig/media/kip-static.png
Binary files differ
diff --git a/testrig/media/ohyou-small.jpg b/testrig/media/ohyou-small.jpg
index f561884d1..c862be1ff 100755..100644
--- a/testrig/media/ohyou-small.jpg
+++ b/testrig/media/ohyou-small.jpg
Binary files differ
diff --git a/testrig/media/rainbow-static.png b/testrig/media/rainbow-static.png
index 79ed5c03a..f762a0470 100755..100644
--- a/testrig/media/rainbow-static.png
+++ b/testrig/media/rainbow-static.png
Binary files differ
diff --git a/testrig/media/sloth-small.jpg b/testrig/media/sloth-small.jpg
index 2787d535c..60f64a2fd 100644
--- a/testrig/media/sloth-small.jpg
+++ b/testrig/media/sloth-small.jpg
Binary files differ
diff --git a/testrig/media/team-fortress-small.jpg b/testrig/media/team-fortress-small.jpg
index f6773b9a0..8615834b6 100644
--- a/testrig/media/team-fortress-small.jpg
+++ b/testrig/media/team-fortress-small.jpg
Binary files differ
diff --git a/testrig/media/thoughtsofdog-small.jpg b/testrig/media/thoughtsofdog-small.jpg
index 98801d235..5f303f939 100644
--- a/testrig/media/thoughtsofdog-small.jpg
+++ b/testrig/media/thoughtsofdog-small.jpg
Binary files differ
diff --git a/testrig/media/trent-small.jpg b/testrig/media/trent-small.jpg
index 726c1aed0..4e9ac26b6 100755..100644
--- a/testrig/media/trent-small.jpg
+++ b/testrig/media/trent-small.jpg
Binary files differ
diff --git a/testrig/media/welcome-small.jpg b/testrig/media/welcome-small.jpg
index b1a585169..04179ccc9 100755..100644
--- a/testrig/media/welcome-small.jpg
+++ b/testrig/media/welcome-small.jpg
Binary files differ
diff --git a/testrig/media/yell-static.png b/testrig/media/yell-static.png
index 9b5d2837e..b60b9f62b 100644
--- a/testrig/media/yell-static.png
+++ b/testrig/media/yell-static.png
Binary files differ
diff --git a/testrig/media/zork-small.jpg b/testrig/media/zork-small.jpg
index 60be12564..e8fffe9cb 100644
--- a/testrig/media/zork-small.jpg
+++ b/testrig/media/zork-small.jpg
Binary files differ