gotosocial/internal/media
kim de45c0be60
[feature] more filetype support! (#3107)
* add more supported file types to our media processor that ffmpeg supports, update supported mime type lists

* add code comments to the supported mime types slice

* don't check for zero value string, just parse

* remove some unneeded consts which make the code a bit harder to read

* fix test expected instance media mime types, use compact ffprobe json, simple media processing by type

* final tweaks to media processing code

* don't use safe divide where we don't need to
2024-07-15 15:24:53 +01:00
..
ffmpeg [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
test [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
ffmpeg.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
manager.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
manager_test.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
media_test.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
processingemoji.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
processingmedia.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
refetch.go [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
refetch_test.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
types.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
util.go [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00