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

180 commits

Author SHA1 Message Date
Jeff Schiller
95d630abda Add unit test coverage 2023-02-15 23:22:35 -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
73c4080579 fLaC back to flac 2023-02-12 18:07:04 -08:00
Jeff Schiller
8d04be44dd Update package.json to version 1.0.10 2023-02-08 21:19:26 -08:00
Jeff Schiller
47ae6f8965 Fix issue #30: Make Unarchiver derive from EventTarget and the UnarchiveEvents derive from Event. 2023-02-08 21:18:51 -08:00
Jeff Schiller
24312405b5 Improve handling of fLaC 2023-02-05 21:44:00 -08:00
Jeff Schiller
303c635b90 Add support for FLAC in sniffer and codecs package. 2023-02-05 19:39:04 -08:00
Jeff Schiller
44beb992bf v1.08: Add handling of AC-3 audio codec too... 2023-02-01 21:59:26 -08:00
Jeff Schiller
a24524e772 Release v1.07: Add MPEG2 video codec support. 2023-02-01 21:47:01 -08:00
Jeff Schiller
726feee48f 1.0.6: Return 'vp9' for the video codec in getFullMIMEString(). Also move the annoying warning in deprecated archive.js. 2022-11-25 10:58:12 -08:00
Jeff Schiller
d3b8765b42 Add vorbis/opus support in codecs. 2022-11-06 01:39:36 -07:00
Jeff Schiller
2a37f87242 Add handling when codec_name is set but codec_tag_string is not parse-able 2022-11-06 01:09:43 -07:00
Jeff Schiller
744162ec5b Add support for AAC-LC codec 2022-10-30 23:47:38 -07:00
Jeff Schiller
73cfa291f6 Rename 'build' script as it's playing funny with the github workflows 2022-10-30 17:35:46 -07:00
Jeff Schiller
a84ed44cb3 Updated to mocha 10.1.0 2022-10-30 17:33:47 -07:00
Jeff Schiller
77e313c669 Updated package-lock.json 2022-10-30 17:15:58 -07:00
Jeff Schiller
d313da20a7 Merge branch 'master' of https://github.com/codedread/bitjs 2022-10-30 17:15:13 -07:00
Jeff Schiller
5e0dc8c958 A couple more things I forgot: Updated README for codecs package. Updated github workflow for modern versions of Node. 2022-10-30 17:15:03 -07:00
Jeff Schiller
a88b4eb0d2
Merge pull request #35 from codedread/dependabot/npm_and_yarn/ansi-regex-3.0.1
Bump ansi-regex from 3.0.0 to 3.0.1
2022-10-30 17:12:25 -07:00
dependabot[bot]
41ff13c223
Bump ansi-regex from 3.0.0 to 3.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-30 23:55:52 +00:00
Jeff Schiller
d5971c0fdb Correct some typos, expose codecs in the main module (woops), and provide Typescript types (d.ts files) 2022-10-30 16:54:53 -07:00
Jeff Schiller
28e8a8e449 Updates to the package.json 2022-10-30 14:33:39 -07:00
Jeff Schiller
241c2bc1be One more tweak to README 2022-10-30 14:27:30 -07:00
Jeff Schiller
fd2815ce83 A couple typos 2022-10-30 14:26:25 -07:00
Jeff Schiller
9b1dfe8253 Tweak headings in README 2022-10-30 14:26:13 -07:00
Jeff Schiller
623e99cd2b Add a package for detect audio/video codec information from ffprobe JSON output 2022-10-30 14:24:19 -07:00
Jeff Schiller
d4d854847f Update file sniffer.js for public class fields 2022-04-27 13:36:22 -07:00
Jeff Schiller
660810b03d Merge branch 'master' of https://github.com/codedread/bitjs 2022-04-27 13:35:36 -07:00
Jeff Schiller
84514d1617 Update to @returns in all jsdoc 2022-04-27 13:31:18 -07:00
Jeff Schiller
abfce6866f
Merge pull request #34 from andrebrait/patch-2
Add more details on how to parse the remainders
2022-03-05 09:29:57 -08:00
Andre Brait
81194d04a2
Fix remainder byte order 2022-03-05 18:25:03 +01:00
Andre Brait
cbcf2c4906
Add more details on how to parse the remainders
Also add me as contributor ;)
2022-03-05 18:18:48 +01:00
Jeff Schiller
786f00b3c4
Merge pull request #33 from andrebrait/patch-1
Fix wrong flag bit order
2022-03-04 14:25:36 -08:00
Andre Brait
412130bce0
Fix wrong flag bit order 2022-03-04 22:55:57 +01:00
Jeff Schiller
0a812cb169
Merge pull request #32 from andrebrait/patch-1
Fix/add details about the ExtTime structure
2022-03-04 08:53:18 -08:00
Andre Brait
fb0e5ff9b0
Fix/add details about the ExtTime structure 2022-03-04 16:44:33 +01: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
96ba25aef7 Update file comments in decompress-internal.js 2021-12-29 20:19:28 -08:00
Jeff Schiller
3d9bf2ae72 Update README for the ZIpper. 2021-12-29 20:14:02 -08:00
Jeff Schiller
cc59935e72 Some minor API updates. 2021-12-29 20:01:48 -08:00
Jeff Schiller
24b1603968 Add a BitBuffer to the io package and a few tests 2021-12-20 20:35:59 -08:00
Jeff Schiller
596a859bdc Implement crc32 calculation for issue #29 2021-12-16 15:09:20 -05:00
Jeff Schiller
c0afe7637e Start on issue #29: Add a Zipper that can take multiple files and produce a zip file as an array of bytes (storage only, no compression) 2021-12-12 23:39:09 -08:00
Jeff Schiller
7389b71cf9 Delete 2021-12-12 16:57:16 -08:00
Jeff Schiller
a7458aca9d Fix references in rename 2021-12-12 16:55:38 -08:00
Jeff Schiller
adc2f698ae Rename unzipper test harness files. 2021-12-12 15:34:58 -08:00
Jeff Schiller
755aba54bd Make buffers transferable out of the Worker for unrar/untar too 2021-12-12 12:58:34 -08:00
Jeff Schiller
85dcee80ec Experiment with marking ArrayBuffers are Transferable across the Worker thread boundary for unzip. 2021-12-12 12:15:29 -08:00