Age | Commit message (Collapse) | Author |
|
|
|
slight correction in file.c from previous commit
|
|
|
|
|
|
|
|
The patch does the following:
1. Adds recognition of executable script (shebang) files.
2. Returns correct MIME type for mbox files (RFC 4155).
3. Returns XML instead of HTML type in some cases.
|
|
this patch adds a small check to the "iff" function, so this
way file can detect webp files. tested with a webp file i
found randomly.
|
|
|
|
It is possible to find the mp3 sync word near the start of an mp4
file. As such, file(1) could incorrectly identify some mp4s as mp3s.
|
|
|
|
|
|
|
|
|
|
|
|
fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 intermediates for HTML files.
|
|
writeppm: do not print extra space after each pixel for graymap formats to save space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
now works for mp3 streams
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use image/p9bit as mimetype for plan9 bitmap
|
|
|
|
|
|
|