Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | utils/ffmpeg: fix remux progress | Mole Shang | 1 | -11/+14 | |
2024-03-02 | tree-wide: use FREE_AND_NULLIFY macro and reformat code | Mole Shang | 3 | -13/+5 | |
Jeez idk why i forgot the pass-by-value feature, so the original version never gets the pointer nullified. Fix it by using our favourite C-style macro. | |||||
2024-03-01 | status: support large file sizes on 64bit systems | Mole Shang | 2 | -2/+2 | |
Convert all unsigned long nums to unsigned long long in order to let the UI safely display sizes >= 4GB | |||||
2024-03-01 | tree-wide: fix uaf bugs | Mole Shang | 3 | -8/+9 | |
2023-08-10 | utils/ffmpeg: log errors in logger | Mole Shang | 1 | -21/+21 | |
2023-08-10 | ui: show progress while remuxing | Mole Shang | 4 | -4/+36 | |
2023-08-10 | utils/ffmpeg: fix regression and temporarily disable debug log | Mole Shang | 1 | -5/+8 | |
2023-08-09 | utils/ffmpeg: support remux | Mole Shang | 2 | -7/+187 | |
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 | |