GoToSocial/internal/util
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
..
fns.go
math.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
namestring_test.go
namestring.go
paging_test.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
paging.go
ptr.go [feature] more filetype support! (#3107) 2024-07-15 15:24:53 +01:00
punycode.go
slices.go
sync.go
time_test.go
time.go
unique.go