summaryrefslogtreecommitdiff
path: root/internal/media
AgeCommit message (Expand)AuthorFiles
2025-03-10[chore] add warning message when wazero compiler not supported (#3894)Libravatar kim1
2025-02-06temporary fix for tetratelabs/wazero#2365 armv8 compiler support bug (#3741)Libravatar kim1
2025-02-03adds support for build specifically without wasm ffmpeg (#3732)Libravatar kim6
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-12-28[bugfix] Advertise audio/mpeg as supported (#3632)Libravatar Daenney2
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim3
2024-11-06[chore] update go ffmpreg to v0.6.0 (#3515)Libravatar kim4
2024-11-05previously we were using the ffmpeg runner for ffprobe :facepalm: (#3512)Libravatar kim1
2024-11-04[bugfix] determine mime-type to use during ffprobe evaluation stage, don't bo...Libravatar kim7
2024-10-28[bugfix] support classifying correct video codec without audio as webm (#3494)Libravatar kim3
2024-10-28[chore] pull in go-ffmpreg v0.4.1 (#3485)Libravatar kim1
2024-10-18[chore] Thumbnail only first frame of animated media (#3448)Libravatar tobi8
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer4
2024-10-14[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building wit...Libravatar kim8
2024-10-06update go-ffmpreg to v0.3.1 (pulls in latest wazero too) (#3398)Libravatar kim2
2024-09-27[bugfix] better handle ogg container format (#3365)Libravatar kim1
2024-09-27[bugfix] fix media limit reader check (#3363)Libravatar kim1
2024-09-26[bugfix] s3 media uploaded without content-type (#3353)Libravatar kim2
2024-09-23[bugfix] add support for media with rotation contained in stream side data (#...Libravatar kim1
2024-08-31[performance] use single-threaded image transforms (#3252)Libravatar kim3
2024-08-30[security] Implement `allowFiles` fs for better isolation of ffmpeg / ffprobe...Libravatar tobi2
2024-08-29[chore] Only call `imaging.Resize when necessary`, use even tinier blurhashes...Libravatar tobi3
2024-08-25[chore] Remove unused "env" module (#3235)Libravatar tobi1
2024-08-23[performance] ffmpeg ffprobe wrapper improvements (#3225)Libravatar kim7
2024-08-19[performance] use native Go code to probe JPEGs (#3206)Libravatar kim4
2024-08-16[bugfix] permit unspecified orientation data (#3205)Libravatar kim1
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim15
2024-08-08[feature] Use gifv type for short soundless mp4 videos (#3182)Libravatar tobi2
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim3
2024-08-02[bugfix] close files before error return (#3163)Libravatar kim2
2024-08-02[chore] add back exif-terminator and use only for jpeg,png,webp (#3161)Libravatar kim6
2024-07-31[chore] Take account of rotation data when calculating full size image dimens...Libravatar tobi3
2024-07-30[performance] limit ffprobe read time to at most 1s after start of file (#3155)Libravatar kim1
2024-07-30[chore] add some more slice related utility functions + remove duplicated fun...Libravatar kim1
2024-07-28[bugfix] take into account rotation when generating thumbnail (#3147)Libravatar kim4
2024-07-28[bugfix] moves file rename to earlier in media pipeline so ffmpeg calls ALWAY...Libravatar kim3
2024-07-26ensure ffmpeg muxer gets set correctly by setting input file extension before...Libravatar kim1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim2
2024-07-21[feature] add flac support (#3121)Libravatar kim2
2024-07-20update go-ffmpreg to v0.2.3 (#3120)Libravatar kim2
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim19
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim5
2024-07-16give read-only access to /dev for ffmpeg to access /dev/urandom (#3109)Libravatar kim1
2024-07-15[feature] more filetype support! (#3107)Libravatar kim6
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi2
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim30
2024-07-03[chore] Allow gtsmodel to depend on util (#3068)Libravatar Vyr Cossont2
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim8
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim4
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim3