asonix
ad1837f9dd
VERY BROKEN: start replacing parts of pict-rs
2023-07-12 22:12:21 -05:00
asonix
9e7376d411
Remove is_missing error, make Identifier and DeleteToken return Option on fetch
2023-07-07 13:17:26 -05:00
asonix
0d1df5ebc2
Avoid failed identifier cleanup on failed duplicate upload
2023-06-23 11:43:15 -05:00
asonix
7ba2fc9b26
Fix duplicate uploads potentially purging existing uploads on failure
2023-06-23 11:39:43 -05:00
asonix
dc27200a35
Add transparency to gifs, rustfmt
2023-02-25 14:31:57 -06:00
asonix
281ac43dff
Remove cache functionality
2023-02-25 11:34:48 -06:00
asonix
40f57be0c7
Allow uploading small gifs
2023-02-04 17:32:36 -06:00
asonix
74cd3392fa
Borrow parent spans when creating children
2022-12-07 22:43:12 -06:00
asonix
669b3fb86f
Fix webp metadata stripping, more tracing cleanup
2022-10-01 22:47:52 -05:00
asonix
718f09c43a
Clean tracing, simplify validation, rename InputFormat -> VideoFormat
2022-10-01 21:17:18 -05:00
asonix
0307dc5a3b
Introduce BytesStream to simplify aggregating, forwarding bytes
2022-10-01 12:06:33 -05:00
asonix
8eb2293808
Enable selecting video and audio codecs for uploaded media
2022-09-30 19:38:11 -05:00
asonix
890478e794
Support audio in uploaded videos, allow webm uploads
2022-09-25 18:16:37 -05:00
asonix
50d118a2a7
Implement image pre-processing on upload
2022-09-25 15:17:33 -05:00
asonix
25209e29c0
Make it compile
2022-09-24 17:18:53 -05:00
Aode (lion)
31c5a36c77
Better instrument drops, jobs. Properly disarm backgrounded downloads
2022-04-08 12:51:33 -05:00
Aode (lion)
55d5e43cd2
Consolidate endpoints for downloading media, cached or backgrounded
2022-04-08 12:05:14 -05:00
Aode (lion)
e493e90dd4
Defensive tracing
2022-04-07 12:56:40 -05:00
Aode (lion)
c80d207a87
Improve tracing
2022-04-06 21:40:49 -05:00
Aode (Lion)
865f4ee09c
Caching works:
...
- Insert new bucket for current access time before removing
previous access time record.
- Add instrument to more methods for more precise tracing
2022-04-05 21:47:35 -05:00
Aode (Lion)
132e395e5c
Multiple items:
...
- Reduce duplicate work in generate job
- Use hash instead of identifier for unique processing
- Move motion ident generation behind concurrent processor lock
2022-04-02 17:40:08 -05:00
Aode (Lion)
09f53b9ce6
Move away from UploadManager to direct repo & store actions
2022-04-02 16:44:03 -05:00