Commit graph

18 commits

Author SHA1 Message Date
e302df7e39 Add more poll timers, spawn process from background threads 2024-03-09 15:19:13 -06:00
04dcc9a0c8 Include file extension in identifiers 2024-02-27 20:41:25 -06:00
7c6112e631 ffprobe: read from file, simplify input-file access
All checks were successful
/ clippy (push) Successful in 2m8s
/ tests (push) Successful in 2m16s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m59s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m59s
/ check (x86_64-unknown-linux-musl) (push) Successful in 1m51s
2024-02-25 13:05:47 -06:00
03bd3cbe2f Even more piping
Some checks failed
/ tests (pull_request) Successful in 3m3s
/ clippy (pull_request) Failing after 1m47s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m47s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 2m55s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 2m9s
2024-02-24 19:27:34 -06:00
7eba45f37e cargo fix & cargo fmt 2024-02-03 18:19:14 -06:00
50e31f96da It compiles again 2024-02-03 18:18:13 -06:00
cf7c753e65 Pass a State value around rather than a bunch of arguments
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-03 13:31:54 -06:00
5805eb0aed Enable configuring imagemagick security policy from pictrs
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-31 21:32:01 -06:00
df8fc00ad5 Try to clean up properly even if command errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 12:11:15 -06:00
6fa79b9188 Do more cleanup inline
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 11:58:20 -06:00
b938b09901 Apply cargo fix 2023-12-22 20:54:02 -06:00
5624671cbf Rework ProcessRead to require a closure for using the internal AsyncRead 2023-12-22 20:52:58 -06:00
bd0b89b165 Clean spans a bit
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-15 22:34:45 -06:00
f61dac8187 Attempt to clean stray magick files
Some checks failed
continuous-integration/drone/push Build is failing
This change sets a unique temp directory for each invocation of imagemagick and spawns a task to remove that directory after the command terminates
2023-11-09 18:20:59 -06:00
7b5a3020fa Don't rely on global state for tmp_dir
Some checks are pending
continuous-integration/drone/push Build is running
2023-10-07 11:32:36 -05:00
8f62b0c325 clippy
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-24 12:42:23 -05:00
9ffdd0432f Infer video thumbnail format from image format 2023-09-24 12:37:43 -05:00
6c921817e1 Enable thumbnailing animations, use dynamic dispatch for a number of async readers
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-24 11:54:16 -05:00