index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
image
/
jpeg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Package lines for `core:image`.
Jeroen van Rijn
2025-10-09
1
-0
/
+1
*
Small updates to JPEG loader
Jeroen van Rijn
2025-09-09
1
-723
/
+733
*
Expand grayscale JPEGs to RGB(A)
Jeroen van Rijn
2025-09-09
1
-10
/
+24
*
Implement .alpha_add_if_missing for JPEG
Jeroen van Rijn
2025-09-09
1
-17
/
+83
*
Make progressive JPEGs return a proper error
Jeroen van Rijn
2025-09-09
1
-1
/
+1
*
Address some naming issues
Jeroen van Rijn
2025-09-08
1
-16
/
+20
*
Make `_register` contextless
Jeroen van Rijn
2025-09-08
1
-1
/
+1
*
jpeg: extract Exif data
IllusionMan1212
2025-09-08
1
-11
/
+76
*
jpeg: support images that encode zero-based component ids
IllusionMan1212
2025-09-08
1
-3
/
+12
*
image/jpeg: more bounds checking and skip malformed APP0
Hisham Aburaqibah
2025-09-08
1
-15
/
+25
*
image/jpeg: better pack APP0 structs
Hisham Aburaqibah
2025-09-08
1
-6
/
+6
*
image/jpeg: implement jpeg decoding for baseline and extended sequential jpegs
Hisham Aburaqibah
2025-09-08
3
-0
/
+949