index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
code
/
z_jpeg.c
Age
Commit message (
Expand
)
Author
2025-04-27
Delete macros.h; Delete global.h (#2516)
fig02
2025-04-26
add array_count.h (#2514)
fig02
2025-04-25
macros.h 3/5: Split various macros (#2512)
fig02
2025-04-24
Use official macros for Physical Address conversion (#2511)
fig02
2025-04-23
macros.h 1/?: `PRINTF` and `T` (#2509)
fig02
2025-02-13
Reduce overlay dependencies on global.h (6) (#2468)
mzxrules
2025-01-08
[iQue] Create/update macros for printing debug strings (#2398)
cadmic
2024-12-02
Fix some more GCC warnings, mark some bugs based on GCC warnings (#2309)
Tharo
2024-08-28
T() macro 7 (#2102)
Dragorn421
2024-08-27
T() macro 6 (#2090)
Dragorn421
2024-01-12
Replace most osSyncPrintf calls with PRINTF macro (#1598)
cadmic
2023-07-10
Use intptr in most remaining code files (#1438)
Roman971
2022-11-01
Rename `vt.h` to `terminal.h` (#1339)
Dragorn421
2022-06-03
More documentation for sched.c (#1219)
Tharo
2022-05-04
Name rsp ucodes and surrounding cleanup (#1166)
Tharo
2022-04-08
Message Queues, Threads, and surroundings cleanup (#1178)
Tharo
2021-09-28
Format all translation comments like `// "..."` (hopefully all of them) (#986)
Dragorn421
2021-09-12
Fix return UB (#958)
louist103
2021-09-04
Cleanup translation comments (#924)
Dragorn421
2021-06-01
Match Jpeg_Decode (z_jpeg.c OK) (#839)
Roman971
2021-05-26
Improve z_jpeg documentation (#825)
Vijfhoek
2021-04-29
`assert` macro OK (#755)
Anghelo Carvajal
2021-02-13
Fix most compiler warnings in the boot and code segments (#674)
Tharo
2020-10-13
A few minor fixes/cleanups (#449)
Roman971
2020-10-03
libultra cleanup (#215)
Random
2020-07-30
Math Sizes (#297)
louist103
2020-06-21
Decompile jpegdecoder.c, padsetup.c and code_800C3C20.c (#217)
Random
2020-05-26
Decompiles sched.c (#145)
krimtonz
2020-05-10
Decompile audioMgr (#124)
Tharo
2020-04-16
Decompile jpegutils.c (#75)
Random
2020-04-13
Decompile z_jpeg.c (#70)
Random
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker