gotosocial/internal/processing/stream
kim 50c9b5498b
[feature] use webp for thumbnails (#3116)
* update to use webp for thumbnails

* bump webp quality up to 40% from 12% (it's a bit different to jpeg quality setting)

* update to use yuva colorspace, and use thumbnail=n=10 to select frame

* fix missing comma in ffmpeg args

* add links to appropriate ffmpeg docs

* update tests

* add file size tests for thumbnails

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-07-19 17:28:43 +02:00
..
authorize.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
authorize_test.go [performance] retry db queries on busy errors (#2025) 2023-07-25 10:34:05 +02:00
delete.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
filterschanged.go [feature] Implement filters_changed stream event (#2972) 2024-06-07 10:51:13 +02:00
notification.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
notification_test.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
open.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
open_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
statusupdate.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
statusupdate_test.go [feature] use webp for thumbnails (#3116) 2024-07-19 17:28:43 +02:00
stream.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00
stream_test.go [feature] Push status edit messages into open streams (#2418) 2023-12-16 12:55:49 +01:00
update.go [bugfix] fix possible mutex lockup during streaming code (#2633) 2024-02-20 18:07:49 +00:00