Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | tree-wide: use FREE_AND_NULLIFY macro and reformat code | Mole Shang | 1 | -1/+0 | |
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 | 1 | -2/+2 | |
Convert all unsigned long nums to unsigned long long in order to let the UI safely display sizes >= 4GB | |||||
2023-08-10 | ui: show progress while remuxing | Mole Shang | 1 | -0/+16 | |