summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/superseriousbusiness
AgeCommit message (Collapse)AuthorFiles
2025-03-24[feature] Parse funkwhale `Album` as Statusable to allow barebones ↵Libravatar tobi120
interacting with bandwagon (#3931) * bump activity version * parse funkwhale / bandwagon album as statusable
2025-03-02[chore] migrate oauth2 -> codeberg (#3857)Libravatar tobi24
2025-03-02[chore] Update exif terminator version with codeberg libraries (#3855)Libravatar tobi20
2025-03-02[chore] github.com/superseriousbusiness/httpsig -> ↵Libravatar tobi7
codeberg.org/superseriousbusiness/httpsig (#3854)
2025-03-02[chore] github.com/superseriousbusiness/activity -> ↵Libravatar tobi726
codeberg.org/superseriousbusiness/activity (#3853)
2024-11-28pulls in the latest exif-terminator version with bugfix and performance ↵Libravatar kim2
optimizations (#3583)
2024-08-02[chore] add back exif-terminator and use only for jpeg,png,webp (#3161)Libravatar kim7
* add back exif-terminator and use only for jpeg,png,webp * fix arguments passed to terminateExif() * pull in latest exif-terminator * fix test * update processed img --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim6
* 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
2024-01-15[chore] Move to codeberg's exif-terminator (#2536)Libravatar tobi6