summaryrefslogtreecommitdiff
path: root/internal/media/processingmedia.go
AgeCommit message (Expand)AuthorFiles
2024-11-04[bugfix] determine mime-type to use during ffprobe evaluation stage, don't bo...Libravatar kim1
2024-10-28[bugfix] support classifying correct video codec without audio as webm (#3494)Libravatar kim1
2024-09-26[bugfix] s3 media uploaded without content-type (#3353)Libravatar kim1
2024-08-19[performance] use native Go code to probe JPEGs (#3206)Libravatar kim1
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim1
2024-08-08[feature] Use gifv type for short soundless mp4 videos (#3182)Libravatar tobi1
2024-08-02[chore] add back exif-terminator and use only for jpeg,png,webp (#3161)Libravatar kim1
2024-07-31[chore] Take account of rotation data when calculating full size image dimens...Libravatar tobi1
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 kim1
2024-07-28[bugfix] moves file rename to earlier in media pipeline so ffmpeg calls ALWAY...Libravatar kim1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim1
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim1
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-15[feature] more filetype support! (#3107)Libravatar kim1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim1
2024-01-15[chore] Move to codeberg's exif-terminator (#2536)Libravatar tobi1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-30[bugfix] Update exif-terminator (fix png issue) (#2391)Libravatar tobi1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-10-25[bugfix] allow store smaller PNG image than 261 bytes (#2263) (#2298)Libravatar KEINOS1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-04-29[performance] tweak http client error handling (#1718)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-22[feature] For video attachments, store + return fps, bitrate, duration (#1282)Libravatar tobi1
2022-12-17[feature] Enable basic video support (mp4 only) (#1274)Libravatar tobi1
2022-12-12[feature] allow uncaching of other media types (#1234)Libravatar kim1
2022-12-06[feature] media: add webp support (#1155)Libravatar Sigrid Solveig Haflínudóttir1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi1
2022-11-11[chore] close in-storage media reader _before_ opening write, no need to leav...Libravatar kim1
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-24[bugfix] Wrap media reader in length reader to determine length if no `conten...Libravatar tobi1
2022-09-19don't error out if storage key already exists (#840)Libravatar tobi1
2022-09-19[bugfix] Server and closer bugfixes (#839)Libravatar tobi1
2022-09-04[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...Libravatar tobi1