summaryrefslogtreecommitdiff
path: root/src/code/z_jpeg.c
AgeCommit message (Expand)Author
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-07-10Use intptr in most remaining code files (#1438)Roman971
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-06-03More documentation for sched.c (#1219)Tharo
2022-05-04Name rsp ucodes and surrounding cleanup (#1166)Tharo
2022-04-08Message Queues, Threads, and surroundings cleanup (#1178)Tharo
2021-09-28Format all translation comments like `// "..."` (hopefully all of them) (#986)Dragorn421
2021-09-12Fix return UB (#958)louist103
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-06-01Match Jpeg_Decode (z_jpeg.c OK) (#839)Roman971
2021-05-26Improve z_jpeg documentation (#825)Vijfhoek
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-10-13A few minor fixes/cleanups (#449)Roman971
2020-10-03libultra cleanup (#215)Random
2020-07-30Math Sizes (#297)louist103
2020-06-21Decompile jpegdecoder.c, padsetup.c and code_800C3C20.c (#217)Random
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-10Decompile audioMgr (#124)Tharo
2020-04-16Decompile jpegutils.c (#75)Random
2020-04-13Decompile z_jpeg.c (#70)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker