Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-09 | tree-wide: pass pointer-to-pointer to correctly free pointers | Mole Shang | 3 | -8/+9 | |
2023-08-09 | utils/types: support resizing an array to 0 | Mole Shang | 1 | -4/+15 | |
2023-08-08 | utils: expose mimeType2ext in utils | Mole Shang | 2 | -0/+21 | |
2023-08-08 | utils: add a method to substitute string using PCRE | Mole Shang | 2 | -1/+61 | |
2023-08-08 | utils: fix multi-patterns matching | Mole Shang | 1 | -7/+5 | |
2023-08-08 | ui: match size measures with corresponding units | Mole Shang | 2 | -0/+41 | |
Calculate the size in UI to align with suitable units. | |||||
2023-08-08 | utils/ffmpeg: close all inputs during cleanup | Mole Shang | 1 | -0/+1 | |
... so that we can safely remove the file later. | |||||
2023-08-07 | utils: split type definition code into utils/types | Mole Shang | 4 | -163/+177 | |
2023-08-07 | utils: move to a separate folder | Mole Shang | 2 | -0/+279 | |
2023-08-07 | extractors/bilibili: use ffmpeg to merge files once downloaded | Mole Shang | 2 | -0/+218 | |