summaryrefslogtreecommitdiff
path: root/src/status.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02tree-wide: use FREE_AND_NULLIFY macro and reformat codeMole Shang1-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-01status: support large file sizes on 64bit systemsMole Shang1-2/+2
Convert all unsigned long nums to unsigned long long in order to let the UI safely display sizes >= 4GB
2023-08-10ui: show progress while remuxingMole Shang1-0/+16