1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00
Commit graph

19 commits

Author SHA1 Message Date
Jeff Schiller
e03fe7c483 Add one more byte for the gzip signature 2024-01-25 20:46:41 -08:00
Jeff Schiller
6d7d4abac7 Add gzip detection to file sniffer 2024-01-25 18:42:27 -08:00
Jeff Schiller
b30a48701c Minor comment 2023-12-09 09:08:30 -08:00
Jeff Schiller
96d4729cfb Tighten up the file sniffer findMimeType() implementation and improve test coverage 2023-03-10 17:37:09 -08:00
Jeff Schiller
2eb77ef59c Add WOFF, WOFF2 to file sniffer 2023-02-16 20:51:25 -08:00
Jeff Schiller
244dfed5d9 Add WAV and AVI types to the file sniffer 2023-02-16 20:32:17 -08:00
Jeff Schiller
871915f070 Add some better documentation for the file sniffer. 2023-02-15 22:52:02 -08:00
Jeff Schiller
83a07c970d Add ICO image to the file sniffer. Update the manifest to 1.0.11. 2023-02-15 21:33:38 -08:00
Jeff Schiller
303c635b90 Add support for FLAC in sniffer and codecs package. 2023-02-05 19:39:04 -08:00
Jeff Schiller
d4d854847f Update file sniffer.js for public class fields 2022-04-27 13:36:22 -07:00
Jeff Schiller
bab0864bf8 Lesson: don't be stupid and rename a function at the last minute and check it in... 2022-01-14 12:54:18 -08:00
Jeff Schiller
7746b8c03f Tweak the file signature sniffer so byte tree initialization happens lazily. 2022-01-14 12:17:03 -08:00
Jeff Schiller
cd847d1b71 Add TAR magic numbers to file sniffer. 2021-06-20 12:59:11 -07:00
codedread
557a40e810 Add a couple audio file formats to sniffer 2020-07-17 11:01:08 -07:00
codedread
60a6bf405c Use the file sniffer inside archive.js 2020-04-02 23:43:24 -07:00
codedread
0312134ae3 Update file sniffer to be an ES module 2020-04-02 19:30:21 -07:00
codedread
4ec6a35b35 Add bz2 and pdf to file sniffer. Allow multiple signatures per file type. 2020-03-19 09:22:19 -07:00
codedread
3117a2897f Add several more image and archive formats to the File Sniffer. 2020-03-16 23:36:28 -07:00
codedread
59d677c6bb Add starter file sniffer for detecting file types 2020-03-16 21:17:58 -07:00