gotosocial/internal/api/client
kim cde2fb6244
[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
2024-07-12 09:39:47 +00:00
..
accounts [feature/frontend] Allow setting alt-text for avatar + header (#3086) 2024-07-08 15:47:03 +02:00
admin [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
apps [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
blocks [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
bookmarks [chore] Swagger: add missing paging params to bookmarks list (#2759) 2024-03-15 11:43:24 +01:00
conversations [feature] Stub conversations endpoint (#2853) 2024-04-18 12:36:02 +02:00
customemojis [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
favourites [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
featuredtags [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
filters [feature] filter API v2: Restore keywords_attributes and statuses_attributes (#2995) 2024-06-14 10:11:41 +02:00
followrequests [bugfix] further paging mishaps (#2884) 2024-04-30 16:22:23 +02:00
instance [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
lists [chore] Swagger: correct names and formats for several array params (#2758) 2024-03-15 11:31:58 +01:00
markers [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
media [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
mutes [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
notifications [bugfix] rename include_types[] to types[] (#3023) 2024-06-18 18:18:35 +02:00
polls [bugfix] Correct Swagger path for poll voting (#2996) 2024-06-12 11:16:46 +02:00
preferences [performance] http response encoding / writing improvements (#2374) 2023-11-27 14:00:57 +00:00
reports [feature/frontend] Reports frontend v2 (#3022) 2024-06-18 18:18:00 +02:00
search [feature/frontend] Reports frontend v2 (#3022) 2024-06-18 18:18:00 +02:00
statuses [chore] Add interaction policy gtsmodels (#3075) 2024-07-11 15:44:29 +01:00
streaming [feature] Implement filters_changed stream event (#2972) 2024-06-07 10:51:13 +02:00
timelines [bugfix] Avoid empty public/local timeline queries (#2784) 2024-03-25 16:20:45 +00:00
user [chore] Warn about email/password change when using OIDC (#2975) 2024-06-07 15:21:57 +01:00