devilreef
|
f8947fdcc4
|
feat: add env vars to disable render endpoints
BLOCKY_DISABLE_GLB/PNG/GIF/MP4 return 403 when set to true
|
2026-01-23 01:36:43 +06:00 |
|
devilreef
|
ce511e1a85
|
feat: add /render/mp4 endpoint with FFmpeg encoding
- Add MP4Request type with fps param
- Render frames in parallel, encode via ffmpeg
- Add ffmpeg to Docker image
|
2026-01-23 01:11:53 +06:00 |
|
devilreef
|
fb3c4a0107
|
feat: add dithering param and parallel frame rendering for GIF
- Add dithering bool param to GIFRequest (default true)
- Parallelize frame rendering with goroutines
- Conditional Floyd-Steinberg dithering for speed vs quality tradeoff
|
2026-01-23 00:51:38 +06:00 |
|
devilreef
|
1b81917307
|
feat: initial commit
|
2026-01-22 16:26:39 +06:00 |
|