157
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 18, 2024 — May 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix for file rename
christos
as Christos Zoulas
More... almost 7 years ago
prepare for 5.34
christos
as Christos Zoulas
More... almost 7 years ago
update bug tracker and mailing list info.
christos
as Christos Zoulas
More... almost 7 years ago
more info for ppc swapspace (Kamil Dudka)
christos
as Christos Zoulas
More... almost 7 years ago
remember to put a space between the version and the number, plus more version parsing (Kamil Dudka)
christos
as Christos Zoulas
More... almost 7 years ago
Add extension and mime for windows metafiles (dmo2118)
christos
as Christos Zoulas
More... almost 7 years ago
Print the Go Build-ID like we do for other elf binaries
christos
as Christos Zoulas
More... almost 7 years ago
New magic from Thomas Kaeding
christos
as Christos Zoulas
More... almost 7 years ago
Fix pasto (Clemens Gruber)
christos
as Christos Zoulas
More... almost 7 years ago
Fix dumpdate reversed order (Oleksandr Tymoshenko)
christos
as Christos Zoulas
More... almost 7 years ago
fix tab issue
christos
as Christos Zoulas
More... almost 7 years ago
Fix comma vs. colon for DDS and PVRX. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Use the MS DirectDraw Surface lines for Sega PVRX. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added more detail about the DDS file format: - Indicate compression, alpha-only, YUV, and luminance. Previously, all DDS textures were assumed to be compressed. - For uncompressed RGB, attempt to decode the format using the channel masks. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Moved Microsoft DirectDraw Surface from msdos to images. These are used on more than just Microsoft operating systems, and will be needed for extended information for Sega's PVRX format. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added detection for GameCube/Wii disc images with SDK headers. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Detect unencrypted Wii games. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Use 'default' to reduce complexity. Fix a few typos. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added Wii U Cafe OS ABI detection and file type detection for RPX executables. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added ASTC texture format detection. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added Valve VTF3 (PS3) detection. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added Valve Texture Format (VTF) detection. Prints width, height, depth, mipmap count, and format. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Height and depth may be 1 for 1D and/or 2D textures. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added Khronos KTX texture detection. Prints width, height, depth, and detects most common formats. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added Mozilla Mork databases. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Some Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Some Sega Wii games have GVR with GCIX instead of GBIX. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Added unofficial MIME types from xdg/shared-mime-info. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Text fields are fixed at 32 characters and may not have NULL terminators. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago
Detect encrypted ADXes. (David Korth)
christos
as Christos Zoulas
More... almost 7 years ago