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

35 commits

Author SHA1 Message Date
Jeff Schiller
2dd0a815d0 Add some documentation for BitStream 2023-12-16 22:13:53 -08:00
Jeff Schiller
2e1d9177b4 Remove old HTML archive unit tests - only automated tests going forward 2023-12-16 15:33:44 -08:00
Jeff Schiller
5d658782fe Write better documentation on unarchiving 2023-12-14 22:31:50 -08:00
Jeff Schiller
eeb228a52b Remove decompress-internal.js and pathToBitJS for decompress. 2023-12-12 21:04:41 -08:00
Jeff Schiller
f71c893f63 Fix issue #44, make decompress work in NodeJS (use Worker only where possible). 2023-12-11 22:00:35 -08:00
Jeff Schiller
1ab380c7c4 Add missing license header to compress.js and correct typo. 2023-12-11 00:09:35 -08:00
Jeff Schiller
a6b32c25bf Remove typo in README 2023-03-11 07:32:53 -08:00
Jeff Schiller
f86760a1f8 first commit 2023-02-19 15:24:27 -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
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
241c2bc1be One more tweak to README 2022-10-30 14:27:30 -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
3d9bf2ae72 Update README for the ZIpper. 2021-12-29 20:14:02 -08:00
Jeff Schiller
ad6bd4f2e6 Add CI badge to README 2021-06-02 23:30:15 -07:00
Jeff Schiller
f195434de5 For Issue #27, rewrite most tests to use mocha/chai via npm run test 2021-06-02 23:26:58 -07:00
codedread
83442ea837 Update README 2020-10-23 23:57:31 -07:00
codedread
557a40e810 Add a couple audio file formats to sniffer 2020-07-17 11:01:08 -07:00
gavin
88083df3a1
docs: Add Information about Package Installation 2020-07-17 20:21:25 +05:30
codedread
1601d8678d Update README with summary and reorder sections alphabetically 2020-05-01 09:34:46 -07:00
codedread
b8281ecde2 Update README to reflect things are all ES modules now 2020-04-02 19:53:43 -07:00
codedread
ab5f6fc6d2 Make ByteStream and ByteBuffer into modules with Worker veresions via build for Issue #16 2020-04-02 00:07:14 -07:00
codedread
3117a2897f Add several more image and archive formats to the File Sniffer. 2020-03-16 23:36:28 -07:00
codedread
c1f0b6bc2a Tidy up README 2020-03-14 10:45:30 -07:00
codedread
1b70e58474 Add syntax highlighting to README file 2020-03-14 09:57:57 -07:00
codedread
1bb77093ed Update license info on all webp-shim sources. Provide an example in the top-level README file for bitjs 2020-03-14 09:54:04 -07:00
codedread
e4dc6d1082 Update History section of README 2018-02-01 09:38:16 -08:00
codedread
042b318cfa Update readme for streaming and add a TODO for Issue #11 2018-02-01 09:31:29 -08:00
codedread
b12da95e42 Tweak README.md file 2017-04-20 17:59:11 -07:00
Jeff Schiller
8f9a1ed2fa Update README.md 2017-02-21 16:36:05 -08:00
Jeff Schiller
1b55633eb2 Update README.md 2017-02-21 16:34:50 -08:00
Jeff Schiller
053d25fef2 Update README.md 2017-02-21 16:33:58 -08:00
Jeff Schiller
1f76d76115 Accidentally didn't add the updated files. 2016-04-19 18:00:27 -07:00
Jeff Schiller
2ad36ea0c5 Port readme from googlecode to README.md. Add LICENSE file - the source has always had a copyright notice mentioning the MIT license so this is just to be explicit 2016-04-19 17:52:30 -07:00
Renamed from README.txt (Browse further)